Merge and update changes from pull requests

This commit is contained in:
Admin
2017-06-19 15:10:40 -05:00
parent 3ebab82977
commit 5ccb793ddb
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>4.5.5</version>
<version>4.5.5a</version>
<packaging>jar</packaging>
<name>HA Bridge</name>

View File

@@ -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);