Skip to content
/ JHue Public

A library in java to interact with the Philips Hue System

License

Notifications You must be signed in to change notification settings

Jeddsan/JHue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JHue

A library in java to interact with the Philips Hue System

JHue connect your Android Device with the Hue System from Philips. It has simple method to do this.

JHue bridge = new JHue(String username, String ip);

Requirements

  • JRequests v1.1
  • Android Library

Usage

Get all lights in a JSON Object with the informations like name, id, state, etc.

String lights = bridge.getAllLights();

Get all groups/rooms in a JSON Object with the informations like name, id, state, etc.

String groups = bridge.getAllGroups();

Get all schedules in a JSON Object with the informations like name, id, state, etc.

String schedules = bridge.getAllSchedules();

Philips Hue is a trademark from Philips.

About

A library in java to interact with the Philips Hue System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages