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

This module implements command USER_CODE_GET of the COMMAND_CLASS_USER_CODE command class.

This command is used to request the User Code of a specific User Identifier.

Params:

  • user_id - the user identifier, an integer between 1 and 255 (required)

Summary

Types

@type param() :: {:user_id, 1..255}