On 5 November 2011 11:41, Eloy Paris <[email protected]> wrote: > Hello developers, > > I am working on a 1-Wire device that provides multi-sensor data, i.e. > temperature, humidity, luminosity. I'd like to be able to have an OWFS > file that allows me to do this: > > $ cat /owfs2/uncached/99.010203040506/environs; echo > temp=25.2 RH=48% light=252 > > This would allow for easy parsing of environmental data without having > to access different files, i.e. one file for temperature, another for > humidity, etc.
I can't see how that is useful. I think it is easier to pick up the three values from three locations rather than to parse a string to find the values. Colin ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
