Announcement

Collapse
No announcement yet.

getting current dim level

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

    getting current dim level

    Hi,

    I was wondering. How do you go about getting the current dim level for a lamp device from homeseer? I mean... programatically... from an asp page....

    -user
    Last edited by ; January 25, 2005, 10:33 AM. Reason: forgot this...

    #2
    Code:
    Response.Write hs.DeviceValue("A1")
    will give you the dim level.
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      thanks!

      thanks!

      Comment

      Working...
      X