Metadata-Version: 2.1
Name: zware-api
Version: 0.0.24
Summary: A python package to control Z-Wave devices in a ZWare network.
Home-page: https://github.com/casai-org/zwave_controller
Author: Alfonso Brown
Author-email: alfonso.gonzalez@casai.com
License: UNKNOWN
Description: # ZWare API
        
        The zwave controller was developed for z-wave 700 series. Is a client that works with Z/IP Gateway SDK and Z-Ware SDK.
        
        
        ### Example
        
        ```zw = ZWareApi()
        
        zwC = zwClient(zw, 'host', 'user', 'pass')
        zwC.login()
        
        print (zwC.get_node_list())
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
