fixed dim addition in bulk add

modified savef button to be active always in bridge settings
This commit is contained in:
Admin
2016-07-12 16:26:53 -05:00
parent 6a5fae583f
commit 9d84e2a180
4 changed files with 6 additions and 2 deletions

View File

@@ -970,6 +970,7 @@ app.controller('VeraController', function ($scope, $location, $http, bridgeServi
deviceType: $scope.device.deviceType,
targetDevice: $scope.device.targetDevice,
onUrl: $scope.device.onUrl,
dimUrl: $scope.device.dimUrl,
offUrl: $scope.device.offUrl,
headers: $scope.device.headers,
httpVerb: $scope.device.httpVerb,
@@ -1302,6 +1303,7 @@ app.controller('HueController', function ($scope, $location, $http, bridgeServic
deviceType: $scope.device.deviceType,
targetDevice: $scope.device.targetDevice,
onUrl: $scope.device.onUrl,
dimUrl: $scope.device.dimUrl,
offUrl: $scope.device.offUrl,
headers: $scope.device.headers,
httpVerb: $scope.device.httpVerb,
@@ -1619,6 +1621,7 @@ app.controller('HalController', function ($scope, $location, $http, bridgeServic
deviceType: $scope.device.deviceType,
targetDevice: $scope.device.targetDevice,
onUrl: $scope.device.onUrl,
dimUrl: $scope.device.dimUrl,
offUrl: $scope.device.offUrl,
headers: $scope.device.headers,
httpVerb: $scope.device.httpVerb,