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.5+ support
- Apache License
IPX800 features implemented
- Control relays
Installation
> pip install gce-ipx800
Usage
Note
The default API key of the device is apikey.
from ipx800 import ipx800, relay ipx = ipx800("http://your-device-ip", "apikey") r4 = relay(ipx, 4) 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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size gce_ipx800-0.2-py3-none-any.whl (6.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size gce-ipx800-0.2.tar.gz (10.4 kB) | File type Source | Python version None | Upload date | Hashes View |