View Source Grizzly.ZWave.Commands.UserCodeReport (grizzly v8.6.6)
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)
Summary
Types
@type param() :: {:user_id, byte()} | {:user_id_status, user_id_status()} | {:user_code, String.t()}
@type user_id_status() ::
:occupied | :available | :reserved_by_admin | :status_not_available