How do you send the "Off with effect (0x40)" command and payload to a Light? #15765
rechichidaniel
started this conversation in
General
Replies: 1 comment
-
Just jumping in to answer my own question. This is how. Cluster: {
"effectid":0,
"effectvariant":0
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I make Z2M send the
Off with effect (0x40)
command to a light? The payload would need to include theDelayed All Off (0x00)
effect identifier and theFade to off in 0.8 seconds (0x00)
effect variant.I'm trying to get my Z2M/CC2652P2 setup to send the same command as my Hue Bridge when turning lights off. Below is what Wireshark+nrf52840 says Hue is sending.
Beta Was this translation helpful? Give feedback.
All reactions