mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 00:20:26 +00:00
Fixed variable mis name in apps.js for olddevicename
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.bwssystems.HABridge</groupId>
|
<groupId>com.bwssystems.HABridge</groupId>
|
||||||
<artifactId>ha-bridge</artifactId>
|
<artifactId>ha-bridge</artifactId>
|
||||||
<version>1.3.7</version>
|
<version>1.3.7a</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>HA Bridge</name>
|
<name>HA Bridge</name>
|
||||||
|
|||||||
@@ -508,7 +508,7 @@ app.controller('AddingController', function ($scope, $location, $http, bridgeSer
|
|||||||
$scope.device.contentType = null;
|
$scope.device.contentType = null;
|
||||||
$scope.device.contentBody = null;
|
$scope.device.contentBody = null;
|
||||||
$scope.device.contentBodyOff = null;
|
$scope.device.contentBodyOff = null;
|
||||||
$scope.bridge.olddevice.name = "";
|
$scope.bridge.olddevicename = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.buildUrlsUsingDevice = function (dim_control) {
|
$scope.buildUrlsUsingDevice = function (dim_control) {
|
||||||
|
|||||||
Reference in New Issue
Block a user