User`s manual

122
StopReportingRecord
When passed as a parameter to the stop_receiving_reports RPC request this record is
used to generate an AttributeReportingConfigurationRecord suitable for stopping
reports.
Parameter Type Description
attribute_id int Identifier of the attribute for which reporting will be stopped.
StopReportingStatusRecord
A parameter of the stop_receiving_reports_response RPC response.
Parameter Type Description
status int If success (0) then reporting successfully
stopped. If non-zero an error
has occurred.
attribute_id int Identifier of the attribute for which reporting was stopped.
ReadReportingConfigurationRecord
Passed as a parameter to the read_reporting_configuration RPC request. This record is
used to generate an Attribute record as documented for Read Reporting Configuration in
the ZCL Specification.
Parameter Type Description
attribute_id int Identifier of the attribute whose con
figuration is being requested.
ReadReportingConfigurationResponseRecord
Corresponds to Attribute reporting configuration record as documented for Configure
Reporting Response in the ZCL Specification.
If status is not success (0) then all other parameters except attribute_id are excluded.
Parameter Type Description
status int On failure this parameter will be non-zero and only
attribute_id is included
in the response.
attribute_id int Identifier of the attribute whose configuration was requested.