Jump to content

Flashing lights


RickL66

Recommended Posts

Hi, Been awhile since I've been here. I want to try to get rid of Homeseer and use just ISY-99i. The only thing stopping me is not being able to do scripts on ISY-99i. I think I asked that question 2 years ago. Is it now possible to run a script that will flash a light plugged into a Insteon plug-in module? This is my script in Homeseer- can I do something like this in ISY, without homeseer?

 

Sub Main

Dim count

 

for count = 1 to 6

hs.SetDeviceValue "\2", 1 'for On

hs.waitsecs .7

hs.SetDeviceValue "\2", 2 'for Off

hs.waitsecs .7

next

 

End Sub

 

Thanks!

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...