Add switch for dim when color request is present and other items

This commit is contained in:
bwssystems
2020-12-08 17:03:24 -06:00
parent fb7aabb780
commit 675e74df7b
13 changed files with 90 additions and 13 deletions

View File

@@ -479,7 +479,7 @@ app.service('bridgeService', function ($rootScope, $http, $base64, $location, ng
this.pushLinkButton = function () {
return $http.put(this.state.systemsbase + "/presslinkbutton").then(
function (response) {
self.displayTimer("Link your device", 30000);
self.displayTimer("Link your device", self.state.settings.linkbuttontimeout * 1000);
},
function (error) {
if (error.status === 401)