Grizzly.ZWave.Commands.UserCodeSet (grizzly v0.18.2) View Source
UserCodeSet sets the 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, Grizzly.ZWave.CommandClasses.UserCode.user_id_status()} | {:user_code, String.t()}