This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ZLL开发套件:解除绑定设备是怎样子实现的

Other Parts Discussed in Thread: Z-STACK

各位大侠:之前我已经改了遥控器灯板的按键端口,只保留了4个按键,实现6个功能。现在还想加一个功能,就是在建立群组之后,希望可以实现解除选中设备的绑定,跟之前修改按键一样我尝试修改了键值,但是没有用。不知道哪里还需要修改,希望各位指点一下。谢谢!

还有就是这个部分是怎样子进行赋值的?

#define SAMPLEREMOTE_IDENTIFY_TIMEOUT_EVT 0x0001
#define SAMPLEREMOTE_SEND_GRP_ADD_EVT 0x0002
#define SAMPLEREMOTE_GRP_REMOVE_EVT 0x0004

我用的工程是是:Z-Stack Lighting 1.0.2中的示例工程,谢谢!