X10 Community Forum

🖥️ActiveHome Pro => ActiveHome Pro General => Wish List => Topic started by: wjbell on December 20, 2004, 05:59:18 PM

Title: X10 people, please, query status on the command line
Post by: wjbell on December 20, 2004, 05:59:18 PM
Can you add the ability for the command line
app to print out the query status, in human
readable format, to the command line?

So if I type this in a command prompt window:

"ahcmd queryplc a1 on"

It would print to the command window a 1 for
on or a 0 for off.

And somthing like a "query a" would return
the status for all plugged in, or rf,
modules.  Maybe a format like:

query a[enter]
a1 on
a2 off
a3 on
etc...

I downloaded the SDK and perl examples but
the only example you have for perl is how to
use sendplc, which I'd already figured out.

Any chance to get querying of devices to work
on the command line?