Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 409 Bytes

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