View Source Grizzly.ZWave.Commands.UserCodeSet (grizzly v8.0.1)

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)

Summary

Types

@type param() ::
  {:user_id, byte()}
  | {:user_id_status, Grizzly.ZWave.CommandClasses.UserCode.user_id_status()}
  | {:user_code, String.t()}