Metadata-Version: 2.1
Name: pyShelly
Version: 0.0.21
Summary: Library for Shelly smart home devices
Home-page: https://github.com/StyraHem/pyShelly
Author: StyraHem / Tarra AB
Author-email: info@styrahem.se
License: UNKNOWN
Description: # pyShelly
        
        Library for Shelly smart home devices. Using CoAP for auto discovery and status updates.
        
        ## Features:
        - Discover devices
        - Monitor status
        - Control (turn on/off etc)
        - Run only locally
        - Support user name and password
        - Coexist with Shelly Cloud and Shelly app
        - Support static and dynamic ip address
        - Zero configuration
        
        ## Devices supported:
        - Shelly 1
        - Shelly 2 (relay or roller mode)
        - Shelly 4
        - Shelly PLUG
        - Shelly BULB
        - Shelly RGBWW
        - Shelly RGBW2
        - Shelly H&T
        - Shelly 2LED (not tested)
        - Shelly 2.5 (not tested)
        - Shelly PLUG S (not tested)
        
        ## Usage:
        ```python
        shelly = pyShelly()
        shelly.cb_deviceAdded = deviceAdded
        shelly.open()
        shelly.discover()
        
        def deviceAdded(dev):
          print (dev.devType)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
