Announcement

Collapse
No announcement yet.

Need 1 sample of how to script "command class basic"

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

    Need 1 sample of how to script "command class basic"

    Am learning to script for the Everspring SE812 alarm.

    I just need a single example of how to do a get / set for a device like this.

    Thanks,

    #2
    What are you trying to do?
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      Example: get battery status in script via devicestatus()

      Comment


        #4
        Is the battery status in a device string? If so just use sVal = hs.deviceString("A1")
        💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

        Comment


          #5
          I'm looking at, for instance, page 6 of the manual:

          http://www.homeseer.com/pdfs/Everspring/SE812.pdf

          and wanting to understand the HS syntax for manipulating any of the commands.

          Comment

          Working...
          X