Skip to content

Little CLI for philips hue

Notifications You must be signed in to change notification settings

nicolas-heinig/light-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Little CLI for philips hue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages