ioBroker.smartthings icon indicating copy to clipboard operation
ioBroker.smartthings copied to clipboard

Is TV on?

Open tommyMX opened this issue 9 months ago • 4 comments

Hi,

is it possible to see if the TV is on?

thank you

tommyMX avatar Mar 26 '25 19:03 tommyMX

I have no idea there is no specification Maybe ask here https://community.smartthings.com/c/devices-integrations/5

TA2k avatar Mar 26 '25 19:03 TA2k

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

Image Image

tommyMX avatar Mar 26 '25 20:03 tommyMX

no it is not app based it is smartthing api based and depends what the device offers to the SmartThings api

TA2k avatar Mar 27 '25 08:03 TA2k

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?

tommyMX avatar Mar 28 '25 11:03 tommyMX