协议栈版本 ZHA1.2.2a
应用类型: sampleSwitch
硬件CC2530 + CC2592
对接飞利浦hue产生的疑问:
实验得到 hue工作的端点是 242, 这个端点的描述: while endpoint 242 is reserved for the Green Power cluster!
这个端点的输入簇是 0x21,对应ZCl定义 #define ZCL_CLUSTER_ID_GREEN_POWER_PROXY 0x0021
网上查找到一个关于 Green Power的描述如下:
the commands sent from the source node do not come from a standard ZigBee command set. The sink node must translate the
received command into a command from the ZigBee application profile supported on the node (e.g. Home Automation).
按我的理解是这个Cluster下的命令不是标准的zigbee命令,而是需要一个转换表来实现与标准命令的转换。
问题1: 这个Cluster在ZHA1.2.2a中如何支持的呢?
问题2: 这个Cluster下的命令和标准zigbee命令的转换是协议栈完成的么,如果不是,用户如何使用呢?
VV:
目前ZHA1.2.2a里面不支持Green Power相关的功能,在下一个版本的ZigBee 3.0里面会支持。