Completing ZigbeeTest with doorlock test
[iot2.git] / benchmarks / other / XbeePythonDriver / protocol / zcl_read_attributes.txt
1 From Application to driver:
2 ---------------------------
3 type: zcl_read_attributes
4 packet_id: <number_to_id_packet>
5 device_address_long: <zigbee_long_address>
6 device_endpoint: <device_endpoint>
7 cluster_id: <cluster_number>
8 profile_id: <profile_number>
9 attribute_ids: <attr_1>[, <attr2> ......]
10
11 From Driver to Application:
12 ---------------------------
13
14 type: zcl_read_attributes_response
15 packet_id: <number_to_id_packet>
16 device_address_long: <zigbee_long_address>
17 cluster_id: <cluster_number>
18 profile_id: <profile_number>
19 attribute_ids: <attr1 stuff, attr1 stuff> ; <attr2> ......]