mirror of https://github.com/arendst/Tasmota.git
Fix version
This commit is contained in:
parent
e83601ffa3
commit
6119c43610
|
@ -20,7 +20,7 @@
|
||||||
#ifndef _SONOFF_VERSION_H_
|
#ifndef _SONOFF_VERSION_H_
|
||||||
#define _SONOFF_VERSION_H_
|
#define _SONOFF_VERSION_H_
|
||||||
|
|
||||||
#define VERSION 0x06020112
|
#define VERSION 0x06020113
|
||||||
|
|
||||||
#define D_PROGRAMNAME "Sonoff-Tasmota"
|
#define D_PROGRAMNAME "Sonoff-Tasmota"
|
||||||
#define D_AUTHOR "Theo Arends"
|
#define D_AUTHOR "Theo Arends"
|
||||||
|
|
|
@ -809,6 +809,11 @@ void HandleHueApi(String *path)
|
||||||
* user part and allow every caller as with Web or WeMo.
|
* user part and allow every caller as with Web or WeMo.
|
||||||
*
|
*
|
||||||
* (c) Heiko Krupp, 2017
|
* (c) Heiko Krupp, 2017
|
||||||
|
*
|
||||||
|
* Hue URL
|
||||||
|
* http://sonoff/api/username/lights/1/state with post data {"on":true,"hue":56100,"sat":254,"bri":254,"alert":"none","transitiontime":40}
|
||||||
|
* is converted by webserver to
|
||||||
|
* http://sonoff/api/username/lights/1/state with arg plain={"on":true,"hue":56100,"sat":254,"bri":254,"alert":"none","transitiontime":40}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
uint8_t args = 0;
|
uint8_t args = 0;
|
||||||
|
|
Loading…
Reference in New Issue