From 5ccb793ddb7d8adcbc5ace16c79c57a990912422 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 19 Jun 2017 15:10:40 -0500 Subject: [PATCH] Merge and update changes from pull requests --- pom.xml | 2 +- src/main/resources/public/scripts/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5bf5bb2..e371c8d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.bwssystems.HABridge ha-bridge - 4.5.5 + 4.5.5a jar HA Bridge diff --git a/src/main/resources/public/scripts/app.js b/src/main/resources/public/scripts/app.js index cfa06c7..db4d876 100644 --- a/src/main/resources/public/scripts/app.js +++ b/src/main/resources/public/scripts/app.js @@ -2080,7 +2080,7 @@ app.controller('HueController', function ($scope, $location, bridgeService, ngDi $scope.device = bridgeService.state.device; }; - $scope.buildDeviceUrls = function (huedevice) { + $scope.buildDeviceUrls = function (huedevice, buildonly) { onpayload = "{\"ipAddress\":\"" + huedevice.hueaddress + "\",\"deviceId\":\"" + huedevice.huedeviceid +"\",\"hueName\":\"" + huedevice.huename + "\"}"; offpayload = "{\"ipAddress\":\"" + huedevice.hueaddress + "\",\"deviceId\":\"" + huedevice.huedeviceid +"\",\"hueName\":\"" + huedevice.huename + "\"}"; bridgeService.buildUrls(onpayload, null, offpayload, true, huedevice.device.uniqueid, huedevice.device.name, huedevice.huename, "passthru", "hueDevice", null, null);