02-20-2015, 02:48 AM
Hello;
Who to read the status of one x10 Module( two way module)
an take actions according the read code.
================================
According the link:http://www.homeseer.com/support/homeseer...status.htm
One X10 device can ansewer with the following codes:
2 = ON
3 = OFF
4 = DIM
17 = UNKNOWN
==================================
So who implement the following code in Comfort:
If X10 B1 = ON Then
X10 A8 On
End If
If X10 B1 = OFF Then
X10 A9 On
End If
BR:José Gonçalves
Who to read the status of one x10 Module( two way module)
an take actions according the read code.
================================
According the link:http://www.homeseer.com/support/homeseer...status.htm
One X10 device can ansewer with the following codes:
2 = ON
3 = OFF
4 = DIM
17 = UNKNOWN
==================================
So who implement the following code in Comfort:
If X10 B1 = ON Then
X10 A8 On
End If
If X10 B1 = OFF Then
X10 A9 On
End If
BR:José Gonçalves


