# `Grizzly.ZWave.Commands.AntitheftUnlockSet`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/antitheft_unlock_set.ex#L1)

This command is used to unlock a node that is currently locked.

Params:

  * `:magic_code` - This field contains the Magic Code used to unlock the node.

# `param`

```elixir
@type param() :: {:magic_code, String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
