Announcement

Collapse
No announcement yet.

Noob question

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

    Noob question

    Running a intermediate script to show sunset time - &hs.setdevicestring(697, hs.sunset, True) Works great and is displayed by a virtual device 697
    On the device management page it shows the icon I have selected and the time of sunset. Question is, is there a way to have the text "Sunset Today" show between the virtual device icon and the time on the device management page. Thanks

    #2
    Code:
    &hs.setdevicestring(697, "Sunset Today " & hs.sunset, True)

    Comment


      #3
      Thankyou

      Comment

      Working...
      X