@dark-horse/hydra-bridge-hue
v0.0.1
Published
Hydra bridge for Hue
Readme
hydra-bridge-hue
Hydra-Box based bridge to control a Philips Hue Bridge using Hydra.
Installation
hydra-bridge-hue is a Node.js application.
Run the following command to install all dependencies:
npm installThe examples folder contains a script to start the server.
Before you can start it, you need to adapt the HUE_* variables.
After that you can start the server using the following command:
./examples/server.shNow you can find the Hydra API at: http://localhost:9000/hue/
Example Requests
The request.sh script in the examples folders contains curl commands to change the state of a light or group.
Before you run it, you should adapt the URLs in the script and the arguments in the examples/data.ttl.
Then you can run it with:
./examples/request.shExpress Middleware
The package exports a Express middlware, that can be used in other Express applications.
See server.js how to use it.
