Grizzly.ZWave.Commands.UserChecksumReport (grizzly v8.15.3)

View Source

UserChecksumReport is used to report the checksum for a specific user ID and their associated credentials at the sending node.

Parameters

  • :user_id - the ID of the user to report the checksum for (required)
  • :checksum - the checksum value (required)

Summary

Types

param()

@type param() :: {:user_id, 1..65535} | {:checksum, 0..65535}