unlock_anti_theft_default() This command unlocks node via anti-theft or unti-theft unlock CC, magic code is generated from passed hint. 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, hint (string) — in hex format Edit require "zwave" node_id = 2 channel_id = 0 cc_id = 93 zwave.unlock_anti_theft_default( node_id, channel_id, cc_id, "A1B6C8A711" )