huenim

Huenim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

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 - - - - - - -

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