Open
Description
Analysis
The documentation for the command to change the RGB value is incorrect.
The column shows BYTE 3 is the Lvl but it is actually the Red colour. That in turn offsets the Green and Blue.
Expected Behavior
From the document I expect that sending [0x47, 0x01, 0x16, 0x32, 0xFF, 0x00, 0x00] would set the light to red and 50% brightness.
It actually sets it to a red / green colour.
Sending [0x47, 0x01, 0x16, 0xFF, 0x00, 0x00] does actually set red.
Steps To Reproduce
Send [0x47, 0x01, 0x16, 0x32, 0xFF, 0x00, 0x00] the colour is red / green
Send [0x47, 0x01, 0x16, 0xFF, 0x00, 0x00] the colour is red.
Logs
No logs are required.
Configuration
No config
Environment
- OS: N/A
- Software: N/A
- Node: 12
- npm: N/A