lifx-sdk-java
lifx-sdk-java copied to clipboard
A port of "LIFX Android SDK" to Java
Hello! Is there any update on the 2.0 firmware compatibility? Thanks!
Howdy -- just letting you know there is a new LIFX developer channel with published API's. If your interested in updating your great SDK to work with 2.x, it seems...
hello, i have 8 lifx lights (firmware 2) and i cannot get this to work (macbook, jdk1.8.0_31, nb 8.0.2). LightEx01PrintLights gives no lights. LightEx08PrintDetails shows a message/parsing problem and LightEx05CollectionListener...
Hello, running the example doesn't return any light, as client.getLights() return a collection of size 0. I can easily reach the bulbs with javascript (https://github.com/magicmonkey/lifxjs) from the same machine. I...
Apparently it is almost possible to build this project on android. It would be really nice if we could go the last mile for our mobile friends. Any ideas?
Currently we have two open modes: - wait for all information `client.open(true)` - stream information as it comes in `client.open(false)` It would be great if we could have flags to...
Discovering individual LIFX bulbs is super quick (< 1 second) but it takes anywhere from 5 to 15 seconds for the groups to be populated.
As it is, I have a lot of questions, but here are a few that could be answered. 1. Does LFXClient need to be open for all commands or just...