Metadata-Version: 2.1
Name: qsync_control
Version: 2.0.1
Summary: Python library for operating QMotion blinds controlled a QSync device.
Home-page: https://github.com/exitexit/qsync-control
Author: Tao Xie
Author-email: taoxie@alumni.unc.edu
License: UNKNOWN
Description: A Python library for operating QMotion blinds controlled a QSync device on the local network. The program is written in Python 3. Network protocol dissection can be found in the comments within the qsync_control.py file. Protocol details are inferred from Wireshark monitoring of the network traffic between the QMotion QSync iPhone app and the QSync device.
        
        Usage examples can be found at: https://github.com/exitexit/qsync-control
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
