mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 18:07:25 +01:00
25 lines
639 B
JSON
25 lines
639 B
JSON
{
|
|
"services": {
|
|
"start_record": {
|
|
"description": "Starts QVR Pro recording on specified channel.",
|
|
"fields": {
|
|
"guid": {
|
|
"description": "GUID of the channel to start recording.",
|
|
"name": "GUID"
|
|
}
|
|
},
|
|
"name": "Start record"
|
|
},
|
|
"stop_record": {
|
|
"description": "Stops QVR Pro recording on specified channel.",
|
|
"fields": {
|
|
"guid": {
|
|
"description": "GUID of the channel to stop recording.",
|
|
"name": "[%key:component::qvr_pro::services::start_record::fields::guid::name%]"
|
|
}
|
|
},
|
|
"name": "Stop record"
|
|
}
|
|
}
|
|
}
|