Hello,
Working on a zigbee end device with a number of endpoints that are all behaving nicely in general but wondering what the zigbee-ish way of allowing for user config and the nRF Connect SDK support for such.
Say I have an output on the device, that we'd like to allow the user to trigger as either
- on/off or toggle; or
- a momentary action (on for n seconds, then back off)
The notion is that the end user gets to choose how the output will behave and if they want it to stay on 3 seconds, then go back off, they need to be able to say so (set it to toggle or momentary, and when momentary set it for 3 seconds) by configuring it through their smart hub or whatever.
How is this sort of thing done in zigbee in general and what mechanisms are in place with the NCS?
Thanks!