Metadata-Version: 2.1
Name: dynalite
Version: 0.1.5
Summary: An unofficial Dynalite DyNET interface
Home-page: https://github.com/troykelly/python-dynalite
Author: Troy Kelly
Author-email: troy@troykelly.com
License: UNKNOWN
Description: # Dynalite
        
        An unofficial Philips Dynalite DyNET interface
        
        ## Getting Started
        
        A very basic interface to the dynalite system. Using .setPreset(area,preset,fadeTime) you can change area presets.
        
        ### Prerequisites
        
        You must have an RS485 to IP device somewhere on your Dynalite network. Your network must only use DyNET (not DyNET2). Don't waste money on official Dynalite 485 interfaces, almost any IP<->485 interface will work fine.
        
        ## Versioning
        
        We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/troykelly/python-dynalite/tags).
        
        ## Authors
        
        * **Troy Kelly** - *Initial work* - [troykelly](https://github.com/troykelly)
        
        See also the list of [contributors](https://github.com/troykelly/python-dynalite/contributors) who participated in this project.
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgments
        
        * Dynalite for not embracing technology at all and forcing the build of this
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
