Announcement

Collapse
No announcement yet.

Expose "connected" parameter in plugin?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Expose "connected" parameter in plugin?

    Would it be possible to have the "connected" status as a property?

    I have some scripts for Lighting and Audio control that would benefit from knowing if the Kodi instance is conncted or not.

    #2
    you can get the root device value from a script:

    hs.DeviceValueEx(dvRef)

    0 = disconnected, 1 = connected

    Comment

    Working...
    X