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.

请教ZHA1.2.2协议栈对于电机(马达motor)的实现

 你好!

   请教ZHA1.2.2协议栈对于电机(马达motor)的实现,这个应该怎么实现?比如簇、命令、属性都是什么?

   我们主要用作于电机控制窗帘。

 谢谢!

  • 你可以查看标准文档里面的Window Covering Cluster的实现。

    相关的Cluster,Attribute,Command,Process Command在zcl_closure.c和.h文件就可以了。

    具体的实现请参考Doorlock的example