Announcement

Collapse
No announcement yet.

Toggle device with single command?

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

    Toggle device with single command?

    Team,

    In HS2 I used to have the following script command to TOGGLE devices.
    So ONE event with ONE command that toggles a device:

    Code:
    &hs.ExecX10 "E15",hs.StringItem(",OFF,ON",hs.DeviceStatus("E15"),"," )
    This toggles device E15.
    Both hs.ExecX10 and hs.StringItem are gone in HS3

    Q: How can I do the same in HS3?

    #2
    Hi DJ,

    Have a look at the script referred to over here: board.homeseer.com/showthread.php?t=168359, works for me.

    Regards,
    John

    Comment

    Working...
    X