PhilipsHueSDK-Java-MultiPlatform-Android
PhilipsHueSDK-Java-MultiPlatform-Android copied to clipboard
The Software Development Kit for Philips Hue Java Mulfi-Platform and Android (beta)
Getting Bridge Not Responding popup while connecting with bridge in android.
Hi! I'm still using portions of these libraries in my app: huelocalsdk.jar huesdkresources.jar Are they 64-bit compatible per the new Google Play requirements? Thanks!
the above parse error was observed on HueJavaSDK 1.22 (SDK_VERSION = "1.22.0") , somewhere it says this issue was fixed in v1.21 ? there is no such Enum OPERATOR_IN in...
Adding jars in lib folders is not the way we do things today :-) Please make the jar/javadoc available on maven central, a guide can be found on the following...
This code is now deprecated, is there an ETA when this API will no longer work? Thanks!
My Android 8.0+ emulators targeting API 26+ are hanging up when trying to authenticate the user at the pushlink activity. Any idea on how to fix? Thanks!
Please make the code better testable. The constructor and instance field of several classes like PHHueSDK should be protected.
When I try to create a group (`type: "Room"` and `groupClass: "CLASS_GARDEN"`) with `bridge.createGroup(group, listener) ` I receive the error "invalid value, CLASS_GARDEN, for parameter, class". Updating a room (that...
public static void addGroupTimer(Bridge bridge, LightState lightState, String scheduleName, String scheduleDesc, TimerScheduleBean timerScheduleBean, LightPoint lightPoint, final IStateCallBack iStateCallBack) { Schedule schedule = new Schedule(); schedule.setAutoDelete(true); schedule.setName(scheduleName); schedule.setDescription(scheduleDesc); schedule.setStatus(ScheduleStatus.ENABLED); ClipActionBuilder clipActionBuilder...
Looking at the code, it probably needs a semaphore, though I can't see everything. I can't fix this in my code (except perhaps by not searching or retrying). This happens...