|  Developer
Updated on March 28, 2023

unlock_anti_theft()

  • This command unlocks node via anti-theft or unti-theft unlock CC
Edit
  • params
    • node_id (int),
    • channel_id (int),
    • class_id (int) — anti-theft cc id or anti-theft-unlock cc id,
    • magic_code (string) — in hex format
Edit
				
					require "zwave"

node_id = 2
channel_id = 0
cc_id = 126

zwave.unlock_anti_theft( node_id, channel_id, cc_id, "A1B6C8A711" )