2021-01-03 12:43:16 +00:00
|
|
|
set_lock_state:
|
2021-05-15 05:30:41 +00:00
|
|
|
name: Set lock state
|
2021-01-03 12:43:16 +00:00
|
|
|
description: Sets lock state
|
|
|
|
fields:
|
|
|
|
flap_id:
|
2021-05-15 05:30:41 +00:00
|
|
|
name: Flap ID
|
2021-01-03 12:43:16 +00:00
|
|
|
description: Flap ID to lock/unlock
|
2021-05-15 05:30:41 +00:00
|
|
|
required: true
|
2021-01-03 12:43:16 +00:00
|
|
|
example: "123456"
|
2021-05-15 05:30:41 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2021-01-03 12:43:16 +00:00
|
|
|
lock_state:
|
2021-05-15 05:30:41 +00:00
|
|
|
name: Lock state
|
|
|
|
description: New lock state.
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- 'locked_all'
|
|
|
|
- 'locked_in'
|
|
|
|
- 'locked_out'
|
|
|
|
- 'unlocked'
|
2021-09-18 15:48:58 +00:00
|
|
|
|
|
|
|
set_pet_location:
|
|
|
|
name: Set pet location
|
|
|
|
description: Set pet location
|
|
|
|
fields:
|
|
|
|
pet_name:
|
|
|
|
description: Name of pet
|
|
|
|
example: My_cat
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
text:
|
|
|
|
location:
|
|
|
|
description: Pet location (Inside or Outside)
|
|
|
|
example: inside
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- 'Inside'
|
|
|
|
- 'Outside'
|