SENA ProBee-ZE20S-HAOL User Manual
Page 80
![background image](/manuals/292726/80/background.png)
ProBee-ZE20S-HAxx User Guide Rev 1.9
80
0000|0000|01 (Basic)
0000|0001|00 (Basic)
0000|0002|00 (Basic)
0000|0003|00 (Basic)
...
0002|0010|00 (Device Temperature Configuration)
0002|0011|0000 (Device Temperature Configuration)
0002|0012|0000 (Device Temperature Configuration)
0002|0013|000000 (Device Temperature Configuration)
0002|0014|000000 (Device Temperature Configuration)
0003|0000|0000 (Identify)
OK
# Response
# clus: cluster id
# attr: attribute id
# data: stored data
9.4
Reading Attribute
User can read attribute of local node or remote node by running the AT command as below:
AT+SREAD can be used for reading attribute of local node.
AT+CREAD can be used for reading attribute of remote node.
User should set destination address by command AT+DEST before running AT+CREAD.
Destination node must implement corresponding attribute and cluster.
Example) Read attribute of local node.
AT+SREAD=0000,0007
# Read device attribute
# Basic cluster(0x0000),
# Power source attribute(0x0007)
2
# Unlocked
OK
# Response
Example) Read attribute of remote node.
AT+DEST=0000,01
# Set destination node address
OK
# Response
AT+CREAD=0101,0000
# Read destination’s attribute
# Door Lock cluster(0x0101),
# Lock state attribute(0x0000)