Announcement

Collapse
No announcement yet.

How to display value in device management view?

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

    How to display value in device management view?

    I am sure this has been answered but I tried searching and could not.

    I have a device that I use to store the rounded temp from one of my Aeon Labs Multi-sensors. I have an event that runs every time the original temp changes.
    I would like to display the value in the web view on device 1140 (see attached image). It's value is showing a numeric value in the Advanced view.

    How do I do this? Thanks.
    Attached Files

    #2
    How about
    hs.SetDeviceString(1140, hs.DeviceValue(1140), True)
    Mike____________________________________________________________ __________________
    HS3 Pro Edition 3.0.0.548, NUC i3

    HW: Stargate | NX8e | CAV6.6 | Squeezebox | PCS | WGL 800RF | RFXCOM | Vantage Pro | Green-Eye | Edgeport/8 | Way2Call | Ecobee3 | EtherRain | Ubiquiti

    Comment


      #3
      Thanks!

      Comment

      Working...
      X