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

View Source

UserCredentialAssociationReport is used to report the status of a user credential association change initiated by a UserCredentialAssociationSet command.

Parameters

  • :credential_type - the type of credential (required)
  • :credential_slot - the slot of the credential (required)
  • :destination_user_id - the ID of the user to which the credential is associated (required)
  • :status - the status of the association (required)
    • :success - association was successful
    • :credential_type_invalid - the credential type is invalid
    • :credential_slot_invalid - the credential slot is invalid
    • :credential_slot_empty - the credential slot is empty
    • :destination_user_id_invalid - the destination user ID is invalid
    • :destination_user_id_nonexistent - the destination user ID does not exist

Summary

Types

param()

@type param() ::
  {:credential_type,
   Grizzly.ZWave.CommandClasses.UserCredential.credential_type()}
  | {:credential_slot, 1..65535}
  | {:destination_user_id, 1..65535}
  | {:status, status()}

status()

@type status() ::
  :success
  | :credential_type_invalid
  | :credential_slot_invalid
  | :credential_slot_empty
  | :destination_user_id_invalid
  | :destination_user_id_nonexistent