You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Additional Context
The text was updated successfully, but these errors were encountered:
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
Configuration
No config
Environment
Additional Context
The text was updated successfully, but these errors were encountered: