8000 GitHub - slashx57/pyipx800: Package Python pour contrôler le module IPX800v4 de GCE-Electronics.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0