Metadata-Version: 1.2
Name: awox-mesh-light-webthing
Version: 0.0.1
Summary: Awox Mesh Light WebThing
Home-page: https://github.com/rzr/awox-mesh-light-webthing/
Author: Philippe Coval
Author-email: rzr@users.sf.net
License: MIT
Project-URL: Source, https://github.com/rzr/awox-mesh-light-webthing/
Project-URL: Tracker, https://github.com/rzr/awox-mesh-light-webthing//issues
Description: ========================
        AWOX-MESH-LIGHT-WEBTHING
        ========================
        
        Webthings RESTful API for Awox's "SmartLight" (SKRLm-c9-E27).
        
        This lightbulb is supporting Bluetooth mesh.
        
        .. image:: https://peertube.mastodon.host/static/previews/058df607-2ca9-4a2c-be42-286644e5071e.jpg
           :target: https://mastodon.social/@rzr/104250255817500884#
        
        USAGE
        =====
        
        ::
        
           MAC=A4:C1:38:78:11:33 ./awox_mesh_light_single_webthing.py 
        
           curl http://localhost:8888/properties
           #| {"on": true, "brightness": 50, "color": "#ffffff"}
        
           curl -X PUT --data '{"color": "#00A000"}' \
             -H 'Content-Type: "application/json" ' \
             "http://localhost:8888/properties/color"
        
            
        RESOURCES
        =========
        
        * https://github.com/Leiaz/python-awox-mesh-light
        * https://iot.mozilla.org
        * https://www.amazon.fr/dp/B01L3C1V5G/rzr-21
        * https://www.awox.com/en/awox_product/smartlight-mesh-c9/
        * https://www.upcitemdb.com/upc/3760118941004
        * https://en.wikipedia.org/wiki/Bluetooth_mesh_networking
        * https://purl.org/rzr/presentations
        * https://libregraphicsmeeting.org/2020/en/program.html
        
Keywords: Awox mesh light bluetooth mozilla iot web thing webthing
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7se, <4
