Chak
November 7th, 2007, 10:16
Hi,
Since yesterday I own TSU9600
Plugin is working great THANK YOU
I was wondering if someone build a nice XCF for the TSU homeseer part
My second question is can make the buttons on the TSU interactive.
I have now one button on the TSU for controlling lights
When the light is one I like to change the button.
On the homeseer site I'm using a script for controlling..I hope there is a easier why to do this.
Sub Main
if hs.ison("K10") then
hs.execx10 "K10","off",0
Else
hs.execx10 "K10","on",0
end if
End Sub
Since yesterday I own TSU9600
Plugin is working great THANK YOU
I was wondering if someone build a nice XCF for the TSU homeseer part
My second question is can make the buttons on the TSU interactive.
I have now one button on the TSU for controlling lights
When the light is one I like to change the button.
On the homeseer site I'm using a script for controlling..I hope there is a easier why to do this.
Sub Main
if hs.ison("K10") then
hs.execx10 "K10","off",0
Else
hs.execx10 "K10","on",0
end if
End Sub