I have never really used the simultaneous mode, but I will do it
know after I patched it a bit.

echo 1 > /simultaneous/temperature
Will start a temperature conversion on all temp-sensors. 1 second
later you will be able to read all temperatures without waiting
for the temperature calculation.

I patched it a bit now to work better with the /bus.x/ which was
added before.
Writing to /simultaneous/temperature will automatically write to
all remote connections too, such as (if they exists)
/bus.0/bus.0/simultaneous/temperature
/bus.0/bus.1/simultaneous/temperature
/bus.1/simultaneous/temperature
/bus.2/simultaneous/temperature

and it's now starting a temperature conversion on all buses.

Reading /simultaneous/temperature will fail if any of the /bus.x
is a remote server.
Reason: /simultaneous/temperature is known when
/bus.0/simultaneous/temperature = 0
/bus.1/simultaneous/temperature = 1

--------

Writing to /bus.0/simultaneous/temperature will write to:
/bus.0/bus.0/simultaneous/temperature
/bus.0/bus.1/simultaneous/temperature
And will NOT effect the settings on:
/bus.1/simultaneous/temperature
/bus.2/simultaneous/temperature


I hope you don't mind about this feature,

-- 
Christian Magnusson <[EMAIL PROTECTED]>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to