Skip to content

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

License

Notifications You must be signed in to change notification settings

slashx57/pyipx800

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages