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

View Source

CredentialGet is used to request a specific credential from the receiving node.

Parameters

  • :user_id - the ID of the user to get the credential for (required)
  • :credential_type - the type of credential to get (required)
  • :credential_slot - the slot of the credential to get (required)

Summary

Types

param()

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