Perfect, just to make sure I understand, is this correct below? I added in what I believe each argument controls.
Also, I know I can find the effects in the ZHA source code, but they are in Hex and need converted to decimal, which isn’t a big deal, but is there documentation on what each effect number maps to?
All LED Control:
{
"ieee": "e0:79:8d:ff:fe:c7:d1:8b",
"endpoint_id": 1,
"cluster_id": 64561,
"cluster_type": "in",
"command": 1,
"command_type": "server",
"args": [
"led_effect": 1,
"led_color": 0,
"led_level": 0,
"led_duration": 255
],
"manufacturer": 4655
}
Individual LED Control:
{
"ieee": "e0:79:8d:ff:fe:c7:d1:8b",
"endpoint_id": 1,
"cluster_id": 64561,
"cluster_type": "in",
"command": 3,
"command_type": "server",
"args": [
"led_number": 0,
"led_effect": 1,
"led_color": 0,
"led_level": 0,
"led_duration": 255
],
"manufacturer": 4655
}