User`s manual
119
ZCL Records
ReadAttributeRecord
Corresponds to Read Attributes parameters as given in the ZCL Specification.
Parameter  Type Description
attribute_id int Identifier of the attribu
te that is to be read.
.
ReadAttributeStatusRecord
Corresponds to Read attribute status record as documented for Read Attributes 
Response in the 
ZCL Specification.
Parameter  Type Description
status int On failure this parameter will be non-z
ero and the attribute_type 
and value are not present in the response.
attribute_id int Identifier of the attribute that was read.
attribute_type int Only included if status is success (0)
value int Only included if status is success (0)
WriteAttributeRecord
Corresponds to Write attribute record as documented for Write Attributes in the ZCL 
Specification.
Parameter  Type Description
attribute_id int Identifier of the attribute to be written.
attribute_type int Data type of the attribute to be 
written. Defaults to Unknown 
(0xFF).
value depends on 
a
ttribute_type
Value of the attribute to be written. The type of this parameter 
depends on attribute_type. 
For example, if attribute_type specifies Unsigned 16-bit 
intege
r (0x21) then value should be an int and if 
attribute_type specifies Octet string (0x41) then value 
should be a string.










