From 6cb42392092124ed85af5e5e2dfc7603c8ad6e20 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Tue, 1 Jan 2019 23:24:16 +0100 Subject: [PATCH] Fix readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1f40b8b..b4112ea 100644 --- a/readme.md +++ b/readme.md @@ -5,8 +5,8 @@ Now compatible with both ESP8266 and ESP32! #### What does this do similar projects like Fauxmo don't already? It allows you to set a ranged value (e.g. Brightness, Temperature) additionally to standard on/off control. -For example, you can say "Alexa, turn the light to 75% / 21 degrees". -Alexa finally added color support to the local API! You can see how to add color devices in the EspalexaColor example. +For example, you can say "Alexa, turn the light to 75% / 21 degrees". +Alexa now finally supports colors with the local API! You can see how to add color devices in the EspalexaColor example. Then, you can say "Alexa, turn the light to Blue". Color temperature (white shades) is also supported, but still a WIP. If you just need On/Off (eg. for a relay) I'd recommend [arduino-esp8266-alexa-wemo-switch](https://github.com/kakopappa/arduino-esp8266-alexa-wemo-switch) instead.