Sfoglia il codice sorgente

re-apply fix from @phigmeta

Chris Mullins 8 anni fa
parent
commit
82fd24e91e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      lib/Udp/V5MiLightUdpServer.h

+ 2 - 2
lib/Udp/V5MiLightUdpServer.h

@@ -26,8 +26,8 @@ enum MiLightUdpCommands {
   UDP_CCT_BRIGHTNESS_UP      = 0x3C,
   UDP_CCT_NIGHT_MODE         = 0xB9,
 
-  UDP_RGBW_ALL_ON            = 0x41,
-  UDP_RGBW_ALL_OFF           = 0x42,
+  UDP_RGBW_ALL_OFF           = 0x41,
+  UDP_RGBW_ALL_ON            = 0x42,
   UDP_RGBW_SPEED_UP          = 0x43,
   UDP_RGBW_SPEED_DOWN        = 0x44,
   UDP_RGBW_GROUP_1_ON        = 0x45,