mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00: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"
|
|
}
|
|
}
|
|
}
|