NAME
AnyEvent::OWNet::Constants - Module to export constants for 1-wire File System daemon protocol
VERSION
version 1.163170
SYNOPSIS
use AnyEvent::OWNet::Constants;
DESCRIPTION
Module to export constants for owfs daemon protocol.
FUNCTIONS
ownet_temperature_units( $flags )
Returns the temperature units for the given flags from an AnyEvent::OWNet::Response flags attribute.
ownet_pressure_units( $flags )
Returns the pressure units for the given flags from an AnyEvent::OWNet::Response flags attribute.
ownet_display_format( $flags )
Returns the display format from the given flags of an AnyEvent::OWNet::Response flags attribute.
AUTHOR
Mark Hindess <soft-cpan@temporalanomaly.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Mark Hindess.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.