View Source Grizzly.ZWave.Commands.ExtendedUserCodeGet (grizzly v8.6.6)

This command is used to request the user code of a specific user identifier.

Params

  • :user_id - The user identifier to request the user code for.
  • :report_more? - This field is used to instruct the receiving node to report as many user codes as possible within a single Z-Wave command because the sending node intends to read the whole (or a large part of the) user code database.

Summary

Types

param()

@type param() ::
  {:user_id, Grizzly.ZWave.CommandClasses.UserCode.extended_user_id()}
  | {:report_more?, boolean()}