19 lines
482 B
JSON
19 lines
482 B
JSON
{
|
|
"services": {
|
|
"update_file_path": {
|
|
"name": "Updates file path",
|
|
"description": "Use this service to change the file displayed by the camera.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"name": "Entity",
|
|
"description": "Name of the entity_id of the camera to update."
|
|
},
|
|
"file_path": {
|
|
"name": "File path",
|
|
"description": "The full path to the new image file to be displayed."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|