|  Developer
Updated on March 28, 2023

request_setpoint_value()

  • Ask the ZWave addon to send a thermostat_setpoint_value_updated event for a specified pcp, that is get a pcp value asynchronously, by event. (pcp is specified by node_id, channel_id, and setpoint_type).
Edit

  • params: node_id (int), channel_id (int), setpoint_type (int).
  • return: none.
Edit
				
					require "zwave"

zwave.request_setpoint_value( node_id, channel_id, setpoint_type )