Skip to main content

No project description provided

Project description

Helios Controller

This project implements a basic python controller for Helios LED processors made by Megapixel

Improvements / documentation / extensions are welcome!! Especially to the CommonPaths enum and supporting Enums for common options.

Examples

from helios_controller import HeliosController, CommonPaths, PatternTypes

hc = HeliosController("192.168.1.105")
hc.patch("dev.display.brightness", 50)
hc.patch("dev.display.blackout", False)

hc.patch(CommonPaths.TEST_PATTERN_TYPE, PatternTypes.RED)

#Print all available paths / options
print(hc.get())

API Documentation

Helios API documentation for is available from Megapixel.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

helios_controller-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

helios_controller-0.1.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page