mirror of https://github.com/home-assistant/core
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"services": {
|
|
"send_command": {
|
|
"name": "Send command",
|
|
"description": "Sends device command through RFLink.",
|
|
"fields": {
|
|
"command": {
|
|
"name": "Command",
|
|
"description": "The command to be sent."
|
|
},
|
|
"device_id": {
|
|
"name": "Device ID",
|
|
"description": "RFLink device ID."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|