Zigbee light switch
#11652
Replies: 1 comment 1 reply
-
Hi, you can find the example here: https://github.com/espressif/arduino-esp32/tree/master/libraries/Zigbee/examples/Zigbee_On_Off_Switch You can change the Zigbee role to act as a ROUTER or END DEVICE in the code. Check other examples on how it's done. I also suggest looking into docs and this example: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I Would like to create a zigbee light switch Enddevice to control a commercial zigbee lamp.
I think to that it needs to expose the genOnOff cluster
Could you provide an example on how to build a remote control device?
Beta Was this translation helpful? Give feedback.
All reactions