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). Call Example Edit zwave.request_setpoint_value() 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 )