Hello,
We are developing a device that needs to get local binding info on init to see if it needs to send data or not to an on/off server in a remote device.
Is there any ZB API to get that information?
Thanks in advance,
Santiago
Hello,
We are developing a device that needs to get local binding info on init to see if it needs to send data or not to an on/off server in a remote device.
Is there any ZB API to get that information?
Thanks in advance,
Santiago
Hi,
In the CLI example you can create a binding and then use command 'mgmt_bind' to get the binding table from itself. Is this something like what you had in mind?
Hi,
In the CLI example you can create a binding and then use command 'mgmt_bind' to get the binding table from itself. Is this something like what you had in mind?
Thanks, but is the request sent to the network if you just want to ask for your own binding table?