pyipx800

Package to control IPX800v4 from GCEElectronics


Keywords
gce-electronics, home-automation, ipx800
License
MIT
Install
pip install pyipx800==0.0.3

Documentation

PyPI

pyipx800

Package Python pour contrĂ´ler le module IPX800v4 de GCE-Electronics.

Utilisation

from pyipx800 import pyipx800

ipx = pyipx800.pyipx800("ipx800_v4", 80, "apikey")
ipx.configure()

d1 = ipx.inputs[0]
print("Input %d : <%s> = %d" % (d1.id, d1.name, d1.state))

License Information

READ LICENSE FILE