unlock_anti_theft() This command unlocks node via anti-theft or unti-theft unlock CC Call Example Edit zwave.unlock_anti_theft_default() 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" )