No description
Find a file
2017-09-23 22:09:19 -07:00
src Switch to default parameters for things that affect the bulb appearance 2017-09-23 22:09:19 -07:00
tests Implement full gamut color test 2017-09-23 21:10:47 -07:00
.gitignore Initial huenim commit 2017-09-17 00:46:01 -07:00
huenim.nimble Add full color gamut stubs 2017-09-23 00:32:46 -07:00
LICENSE.txt Initial huenim commit 2017-09-17 00:46:01 -07:00
README.md Update readme 2017-09-17 00:49:47 -07:00

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