Global ZCL#
All the ZCL global commands defined in the ZigBee Cluster Library Specification. These command line commands can be used to send messages over the air to, for instance, read and write attributes to devices on the network.
Macros#
zcl global direction [direction:1]
zcl global disc-com-gen [clusterId:2] [startCommandId:1] [maxCommandId:1]
zcl global disc-com-rec [clusterId:2] [startCommandId:1] [maxCommandId:1]
zcl global discover [cluster:2] [attributeId:2] [max:1]
zcl global expect-report-from-me [cluster:2] [attributeId:2] [timeout:2]
zcl global nwrite [cluster:2] [attributeId:2] [type:1] [data:-1]
zcl global read [cluster:2] [attributeId:2]
zcl global report [endpoint:1] [clusterId:2] [attributeId:2] [mask:1]
zcl global report-read [cluster:2] [attributeId:2] [direction:1]
zcl global send-me-a-report [cluster:2] [attributeId:2] [dataType:1] [minReportTime:2] [maxReportTime:2] [reportableChange:-1]
zcl global uwrite [cluster:2] [attributeId:2] [type:1] [data:-1]
zcl global write [cluster:2] [attributeId:2] [type:4] [data:-1]