|  Developer
Updated on November 23, 2021

request_mfg_specific_attribute_value()

  • Ask the Zigbee addon to send a *_updated event for a specified manufacturer specific pcp, that is get a pcp value asynchronously, by event. (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).
  • return: none.
Edit
				
					require "zigbee"

zigbee.request_mfg_specific_attribute_value( node_id, endpoint_id, cluster_id, attribute_id )