mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 00:20:26 +00:00
fixed dim addition in bulk add
modified savef button to be active always in bridge settings
This commit is contained in:
@@ -247,6 +247,7 @@ public class HueMulator implements HueErrorStringSet {
|
||||
|
||||
return "{}";
|
||||
});
|
||||
// http://ip_address:port/api/{userId}/lights returns json objects of all lights configured
|
||||
get(HUE_CONTEXT + "/:userid/lights", "application/json", (request, response) -> {
|
||||
String userId = request.params(":userid");
|
||||
if(bridgeSettings.isTraceupnp())
|
||||
|
||||
Reference in New Issue
Block a user