Metadata-Version: 2.1
Name: ics2000
Version: 0.0.8
Summary: trust ics2000 bridge
Home-page: UNKNOWN
Author: Stijn Jacobs
Author-email: stijn.jacobs33@gmail.com
License: UNKNOWN
Description: 
        
        Example usage:
        ```Python
        hub = hub("Mac address of ics2000", "email", "password")
        ```
        
        This will also list the devices connected
        ```Python
        hub.turnon(id of device to turn on)
          
        hub.turnoff(id of device to turn off)
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
