Page 1 of 1

【已解决】End Device如何发送命令

Posted: 2025年 Nov 17日 09:51
by jafil10

Zigbee Cluster Library有定义Server Commands Sent,也就是服务端往客户端发送的命令,形如 HVAC->Thermostat->Server Commands Sent章节的说明,服务端有些数据并不是体现在attribute里的,需要使用命令来发送。
请问,在SDK里该用哪个方法来发送这个命令呢?
SDK:TLSR8258_TuyaOS-3.12.0


Re: End Device如何发送命令

Posted: 2025年 Nov 18日 11:09
by huanghuan

1.你好,你可以看下 door sensor这个demo里面的 ias_zone_status_change_notification 函数参考命令发送。


Re: End Device如何发送命令

Posted: 2025年 Nov 18日 21:31
by jafil10

多谢解答。