ioBroker.smartthings
ioBroker.smartthings copied to clipboard
Is TV on?
Hi,
is it possible to see if the TV is on?
thank you
I have no idea there is no specification Maybe ask here https://community.smartthings.com/c/devices-integrations/5
It’s based from the App Right ?
You can see a different Icon background in the small Widget
When on / Off
Maybe You can see in the code ? That there is a request
no it is not app based it is smartthing api based and depends what the device offers to the SmartThings api
Get the Full Status of a Device
{
"components": {
"main": {
"switch": {
"switch": {
"value": "on"
}
},
"switchLevel": {
"level": {
"value": 90
}
}
}
},
"healthState": {
"state": "ONLINE",
"lastUpdatedDate": "2019-08-24T14:15:22Z"
}
}
maybe this?