Module to control the IPX800 V4 device from GCE Electronics.
Project description
A python library to control a GCE-Electronics IPX800 V4 device through its API.
Python 3.6+ support
Apache License
IPX800 features implemented
Control relays
Installation
> pip install gce-ipx800
Usage
from ipx800 import ipx800
ipx = ipx800("http://your-device-ip", "apikey")
r4 = ipx.relays[3]
r4.status # => return a Boolean
r4.on()
r4.off()
r4.togle()
Links
GCE IPX800 V4 API: https://gce.ovh/wiki/index.php?title=API_V4
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gce-ipx800-0.2.2.tar.gz
(11.0 kB
view hashes)
Built Distribution
Close
Hashes for gce_ipx800-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bc16349ccc6db94a4b696e2f73248f7a64e78ee34d9ba3638239383034f93d2 |
|
MD5 | 05db97dee30d8381783348fb6ea12037 |
|
BLAKE2b-256 | 5ed3418517d13109e1f5da69b01e1681aecf48437dcc071b66d326679535ce37 |