|  Developer
Updated on March 28, 2023

request_node_values()

  • Ask the ZWave addon to send a *_updated event for all pcp’s, that is get a pcp’s values asynchronously, by event.
  • Before each request the delay should be expired. Note that request_delay parameter currently used only for door lock and schedule entry lock command classes, and actual delay may be longer
Edit

  • params: node_id (int) – id of node in a current znet mesh (1 – 232). Request_delay (int), the time in milliseconds (thousandths of a second). Only for atom32: if delay value set less then 2000, the value will be set 2000
  • return: none.
Edit
				
					require "zwave"

zwave.request_node_values( node_id, 1000 )