View Source Grizzly.ZWave.CommandClasses.UserCode (grizzly v5.3.0)
Command Class for working with user codes
Link to this section Summary
Link to this section Types
@type user_id_status() ::
:occupied | :available | :reserved_by_admin | :status_not_available
Link to this section Functions
@spec user_id_status_from_byte(byte()) :: {:ok, user_id_status()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec user_id_status_to_byte(user_id_status()) :: byte()