Announcement

Collapse
No announcement yet.

Device calling question

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

    Device calling question

    If I want to call a device, like a1, and read the contents of it aloud in hs, how would the syntax look?

    #2
    Try this and see if it is what your after:

    sub main()
    hs.speak(hs.deviceString("C1"))
    end sub
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment

    Working...
    X