diff --git a/pom.xml b/pom.xml
index 42d9a8d..174b3a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.bwssystems.HABridge
ha-bridge
- 1.3.7
+ 1.3.7a
jar
HA Bridge
diff --git a/src/main/resources/public/scripts/app.js b/src/main/resources/public/scripts/app.js
index e605661..62a3ea7 100644
--- a/src/main/resources/public/scripts/app.js
+++ b/src/main/resources/public/scripts/app.js
@@ -508,7 +508,7 @@ app.controller('AddingController', function ($scope, $location, $http, bridgeSer
$scope.device.contentType = null;
$scope.device.contentBody = null;
$scope.device.contentBodyOff = null;
- $scope.bridge.olddevice.name = "";
+ $scope.bridge.olddevicename = "";
};
$scope.buildUrlsUsingDevice = function (dim_control) {