Jeddsan / JHue

A library in java to interact with the Philips Hue System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Java 100.0%