Skip to main content

The action_attempt Object

Represents an attempt to perform an action against a device.

Properties

action_attempt_id
String (UUID)
ID of the action attempt.
status
Enum (String)
Status of the action attempt.
  • pending
  • success
  • error
action_type
Enum (String)
Type of the action attempt.
  • LOCK_DOOR
  • UNLOCK_DOOR
  • SCAN_CREDENTIAL
  • ENCODE_CREDENTIAL
  • SCAN_TO_ASSIGN_CREDENTIAL
  • ASSIGN_CREDENTIAL
  • RESET_SANDBOX_WORKSPACE
  • SET_FAN_MODE
  • SET_HVAC_MODE
  • ACTIVATE_CLIMATE_PRESET
  • SIMULATE_KEYPAD_CODE_ENTRY
  • SIMULATE_MANUAL_LOCK_VIA_KEYPAD
  • PUSH_THERMOSTAT_PROGRAMS
  • CONFIGURE_AUTO_LOCK
error
Object
Error associated with the action attempt. Null for pending and successful action attempts.
result
Object
Result of the action attempt. Null for pending and errored action attempts.