configure_mfg_specific_attribute_report()
- Configure Zigbee pcp to report manufacturer specific attribute value to Zigbee Addon. (pcp is specified by node_id, endpoint_id, cluster_id and attribute_id).
Edit
- params: node_id (int), endpoint_id (int), cluster_id (int), attribute_id (int), min_interval(int) (optional), max_interval(int) (optional), reportable_change(attribute value type) (optional).
- , and parameters should be specified together.
- return: none.
fields | type | optional | description |
---|---|---|---|
node_id | int | an id of node | |
endpoint_id | int | an id of endpoint | |
cluster_id | int | cluster id | |
attribute_id | int | attribute id | |
min_interval | int | true | the minimum reporting interval in seconds |
max_interval | int | true | the maximum reporting interval in seconds |
reportable_change | attribute value type | true | the minimum change to the attribute that will result in a report being issued |
Edit
require "zigbee"
zigbee.configure_mfg_specific_attribute_report( node_id, endpoint_id, cluster_id, attribute_id )