Metadata-Version: 1.2
Name: airthingswave-mqtt
Version: 0.1
Summary: Get readings from an Airthings.com Wave BTLE Radon detector
Home-page: https://github.com/hpeyerl/AirthingsWave-mqtt
Author: Herb Peyerl
Author-email: hpeyerl+wave@beer.org
Maintainer: Herb Peyerl
Maintainer-email: hpeyerl+wave@beer.org
License: MIT
Description: # Get Readings from an Airthings Wave and publish to MQTT server
        
        [Airthings](http://airthings.com) makes a BTLE Radon detector called "Wave". This is an executable intended to be called periodically from Cron or some other scheduler to publish readings to an MQTT server.
        
        ## Limitations
        ## API
        
        ```Python
        class AirthingsWave:
            def __init__(self, config_file):
        ```
        
        Class instantiation requires a path to a config file in YAML format.
        
Keywords: radon,mqtt
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
