View Source Grizzly.ZWave.CommandClasses.Antitheft (grizzly v8.0.1)

"Antitheft" Command Class

This Command Class is used to lock (and possibly unlock) a node.

Summary

Types

@type lock_state() :: :locked | :unlocked
@type status() ::
  :protection_disabled_unlocked
  | :protection_enabled_locked_fully_functional
  | :protection_enabled_locked_restricted

Functions

Link to this function

validate_magic_code_or_hint(magic_code_or_hint)

View Source