Grizzly.ZWave.Commands.UserCodeReport (grizzly v0.17.3) View Source
UserCodeReport reports on a user code
Params:
:user_id- the id of the user code (required):user_id_status- the status if the user id slot (required):user_code- a 4 - 10 user code pin in string format (required)
Link to this section Summary
Link to this section Types
Specs
param() ::
{:user_id, byte()}
| {:user_id_status, user_id_status()}
| {:user_code, String.t()}
Specs
user_id_status() :: :occupied | :available | :reserved_by_admin | :status_not_available