The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

RE: Schema for FirM



Hi Frank,

Happy new year!

> Im thinking of using something like this instead of my
> prvious mentioned commands...mentioned below ......
>
> For commanding to set up txing to zone 1 example
>
> device=transmitter
> type=firm
> zone=1

Looks OK, though should be current=1 instead of zone=1

>
> For Requesting the Receiving Zone from FirM
>
> device=receiver
> type=firm
> current=request

Looks fine.

One idea though:

Why not use type=zone, rather than firm? e.g.

Xpl-cmnd
{
...
}
Control.basic
{
Device=transmitter
Type=zone
Current=1
}

This will set the Tx zone to 1.

And to get the last zone:

Xpl-cmnd
{
...
}
Control.basic
{
device=receiver
type=zone
current=request
}

The reply would be something like:

Xpl-stat
{
...
}
sensor.basic
{
device=receiver
type=zone
current=2
}

This indicates the last signal came from zone 2.

Regards,

John


xPL Links: http://www.xplproject.org.uk http://www.xplhal.com http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe:  ukha_xpl-subscribe@xxxxxxx
To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx

xPL Main Index | xPL Thread Index | xPL Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.