huenim
Huenim
Summary
| Latest Version | 0.1.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:17 |
Tags
Authors
- David J. Kordsmeier
Installation
nimble install huenim
choosenim install huenim
git clone https://github.com/IoTone/huenim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| huenim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.17.0 | No |
| docopt >= | 0.6.5 | No |
Source
| Repository | https://github.com/IoTone/huenim |
|---|---|
| Homepage | https://github.com/IoTone/huenim |
| Registry Source | nimble_official |
README
Overview
Control Philips HUE lighting using nimlang. This is a first cut at a simple API that covers lighting on/off, brightness, XY color gamut, and color temp.
No group control yet, and lots more to do. Will eventually add a nimble package.
Prerequisites
- nim 0.17.x
Setup
- Run ./setup-deps.sh
Build
- nim c -d:ssl src/huenim.nim
- nim c -d:ssl tests/runTests.nim