Theo Arends
7ff13f4fd5
Add rule/script trigger to Hue color or dimmer change
...
Add rule/script trigger to Hue color or dimmer change (#6085 )
2019-08-04 17:48:21 +02:00
Theo Arends
1b69502d9b
Code optimization - Change for(uint8_t in for (uint32_t
...
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 16:44:36 +02:00
Theo Arends
30adce5648
Revert "Code optimization - Change for(uint8_t in for (uint32_t"
...
This reverts commit 5e1eac3f74
.
2019-06-30 15:56:55 +02:00
Theo Arends
5e1eac3f74
Code optimization - Change for(uint8_t in for (uint32_t
...
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 15:47:32 +02:00
Theo Arends
12da2fd6f9
Add define USE_COUNTER to my_user_config.h to save space in sonoff-basic.bin and sonoff-minimal.bin
...
Add define USE_COUNTER to my_user_config.h to save space in sonoff-basic.bin and sonoff-minimal.bin
2019-06-16 16:43:23 +02:00
Theo Arends
bb3fb7c4d6
Fix Hue Emulation
...
Fix Hue Emulation (#5849 )
2019-06-02 13:21:12 +02:00
Theo Arends
f9c677fe76
Change Hue LightId from 20 bits to 28 bits
...
Change Hue LightId from 20 bits to 28 bits (#5849 )
2019-05-31 13:37:51 +02:00
Theo Arends
1b229f5c9b
Work-around for Philips Hue emulation issue by using part of MAC address for LightId
...
Work-around for Philips Hue emulation issue by using part of MAC address for LightId (#5849 )
2019-05-31 11:28:47 +02:00
Stephan Hadinger
ad11828e9d
Work-around for Philips Hue emulation issue ( #5849 )
2019-05-30 21:47:19 +02:00
Theo Arends
d599f21758
Add defines USE_EMULATION_WEMO and USE_EMULATION_HUE
...
* Remove define USE_EMULATION from my_user_config.h (#5826 )
* Add defines USE_EMULATION_WEMO and USE_EMULATION_HUE to my_user_config.h to control emulation features at compile time (#5826 )
2019-05-20 15:09:42 +02:00