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);
- JRequests v1.1
- Android Library
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.