Black Series Dimmer LED control?

Yeah, you can go off of the config guide. All the options submitted with setConfigParameter should be integers (numbers in Rule Machine). Like to set parameter 1 to 1 it would be:

setConfigParameter(1, 1, 1).

Edit: Here is an example in Rule Machine. I made a rule to just turn off the LED notification. I did this to easily be able to tell if the process works. There are other ways to turn off notifications but this was just easier me to verify the command.

2 Likes