HOWTO: Send Nightmode to LimitlessLED RGBW lights. - mrwhale/Light-Controller GitHub Wiki
Hi mrwhale,
HOWTO: Send Nightmode to LimitlessLED RGBW lights.
send 460055 Wait 100ms Then send C60055. (they are 3 hex bytes: 46 00 55 and C6 00 55)
details: to send a long press command, the format is always, send a second Off command 100 ms later. the second off command is a long press.. and the long press command is always XORed ( 0x46 |= 0×80 ) for example 46 XOR 80 = C6 means the long press command is send C6
press off = 0x46 longpress off = 0x46 |= 0x80 (result is 0xC6)
Regards, Hamish. -LimitlessLED www.limitlessled.com