-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi Adam,
Wanted to ask about whether you ever managed to get dimmers working on your implementation.
Consider that the command for On/Off is eg: R3D3F1 or R3D3F0. The command for Dimming is R3D3FdP32 (Function dimmer power 32 = 100%)
So if you wanted 50% brightness, you would send R3D3FdP16, and so on and so forth.
The change in execution code (aside from adding the relevant capability info) could be as simple as
sendCommand(settings.roomID, settings.deviceID, "dP" + ((x/100)*32))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels