|  Developer
Updated on March 28, 2023

lock_anti_theft()

  • Request node values from specified command classes
Edit
  • params
    • node_id (int),
    • channel_id (int),
    • magic_code (string) — in hex format, lengts is from 2 to 10,
    • hint (string) — in hex format, lengts is from 2 to 10
Edit
				
					require "zwave"

node_id = 2
channel_id = 0

zwave.lock_anti_theft( node_id, channel_id, "A1B6C8A711", "190CE5" )