Simple API to send commands to Harmony Hub
GET https://url/health?apikey=xxx Response should be
{"healthy":true}
POST to https://url/devices/devicename?apikey=xxx
{
"commands": [
"PowerToggle"
]
}
Simple API to send commands to Harmony Hub
GET https://url/health?apikey=xxx Response should be
{"healthy":true}
POST to https://url/devices/devicename?apikey=xxx
{
"commands": [
"PowerToggle"
]
}