Metadata-Version: 2.1
Name: python-zatobox
Version: 0.1.4
Summary: 
Author: woutervanoverberghe
Author-email: wouter.vanoverberghe@vanutech.be
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: zeroconf (>=0.147.0,<0.148.0)
Description-Content-Type: text/markdown



Example how to use



from python_zatobox.vanubus import Vanubus


host = "192.168.68.102"  # Replace with the actual IP address of the device
client = Vanubus(host)

test = client.discover()

sensordata  = client.getdata([1,2,6])



