20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"services": {
|
|
"update_file_path": {
|
|
"name": "Updates file path",
|
|
"description": "Use this action to change the file displayed by the camera.",
|
|
"fields": {
|
|
"file_path": {
|
|
"name": "File path",
|
|
"description": "The full path to the new image file to be displayed."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"file_path_not_accessible": {
|
|
"message": "Path {file_path} is not accessible"
|
|
}
|
|
}
|
|
}
|