NAME

OpenGbg::Service::AirQuality::GetLatestMeasurement - Get the latest air quality measurement

VERSION

Version 0.1404, released 2018-05-19.

SYNOPSIS

    my $service = OpenGbg->new->air_quality;
    my $measurement = $service->get_latest_measurement;

    print $measurement->temperature;

METHODS

See OpenGbg::Service::AirQuality::Measurement for available methods and attributes.

SOURCE

https://github.com/Csson/p5-OpenGbg

HOMEPAGE

https://metacpan.org/release/OpenGbg

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Erik Carlsson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.