Grizzly.ZWave.Commands.UserCredentialAssociationSet (grizzly v8.14.0)

View Source

UserCredentialAssociationSet is used to associate an existing credential with a different user.

Parameters

  • :credential_type - the type of credential (required)
  • :credential_slot - the slot of the credential (required)
  • :destination_user_id - the ID of the new user the credential will belong to (required)

Summary

Types

param()

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