Fix missing Guardian service strings (#37659)
This commit is contained in:
parent
99c815bcbd
commit
05f93f27df
1 changed files with 24 additions and 0 deletions
|
@ -1,15 +1,39 @@
|
|||
# Describes the format for available Elexa Guardians services
|
||||
disable_ap:
|
||||
description: Disable the device's onboard access point.
|
||||
fields:
|
||||
entity_id:
|
||||
description: The Guardian valve controller to affect.
|
||||
area_id:
|
||||
description: The area to affect.
|
||||
enable_ap:
|
||||
description: Enable the device's onboard access point.
|
||||
fields:
|
||||
entity_id:
|
||||
description: The Guardian valve controller to affect.
|
||||
area_id:
|
||||
description: The area to affect.
|
||||
reboot:
|
||||
description: Reboot the device.
|
||||
fields:
|
||||
entity_id:
|
||||
description: The Guardian valve controller to affect.
|
||||
area_id:
|
||||
description: The area to affect.
|
||||
reset_valve_diagnostics:
|
||||
description: Fully (and irrecoverably) reset all valve diagnostics.
|
||||
fields:
|
||||
entity_id:
|
||||
description: The Guardian valve controller to affect.
|
||||
area_id:
|
||||
description: The area to affect.
|
||||
upgrade_firmware:
|
||||
description: Upgrade the device firmware.
|
||||
fields:
|
||||
entity_id:
|
||||
description: The Guardian valve controller to affect.
|
||||
area_id:
|
||||
description: The area to affect.
|
||||
url:
|
||||
description: (optional) The URL of the server hosting the firmware file.
|
||||
example: https://repo.guardiancloud.services/gvc/fw
|
||||
|
|
Loading…
Add table
Reference in a new issue