Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 484 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 484 Bytes

light-control

A small CLI for philips hue

Usage

light-control off
light-control <scene name>

You can also specify a different config file:

light-control -c my-config.json <scene name>

Configuration

Create your configuration in your home directory: ~/light_control_config.json

{
  "ip": "192.168.1.1",
  "user_id": "abcdefghijklmnopqrstuvwxyz",
  "room_id": 1,
  "scene_config": {
    "tokio": "abcdefghijklmno"
  }
}