* Add prettier (in pre-commit and CI) * Make all file prettier * Change order * Add to Azure Pipelines * Fix a YAML file prettier caught as invalid * Remove flow mapping using curly braces from all YAML service files
11 lines
427 B
YAML
11 lines
427 B
YAML
# Describes the format for available webostv services
|
|
|
|
get_command:
|
|
description: "Send a generic http get command."
|
|
fields:
|
|
entity_id:
|
|
description: Name(s) of the denonavr entities where to run the API method.
|
|
example: "media_player.living_room_receiver"
|
|
command:
|
|
description: Endpoint of the command, including associated parameters.
|
|
example: "/goform/formiPhoneAppDirect.xml?RCKSK0410370"
|