[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
xPLHal: Scripting for X10 dim and bright commands
- Subject: xPLHal: Scripting for X10 dim and bright
commands
- From: John B
- Date: Tue, 03 Jun 2003 21:06:00 +0000
Hi all,
I'm trying to get a script to run in xPL Hal in response to a dim or bright
command being sent over X10.
When I press the dim button on my mini controller, I get the following xPL
message:
xpl-trig
{
..
}
x10.basic
{
command=dim
house=B
level=10
}
Which looks correct.
I have a sub routine defined as follows:
Sub X10_B_Dim_Trigger(XplMsg)
' Do stuff
End Sub
But it never gets called.
What am I doing wrong?
Thanks,
John
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|