Merge branch 'master' of github.com:thingsboard/thingsboard into develop/3.0
This commit is contained in:
commit
e3e037c93e
@ -74,6 +74,10 @@ function TelemetryWebsocketService($rootScope, $websocket, $timeout, $window, $m
|
||||
}
|
||||
});
|
||||
|
||||
$rootScope.telemetryWsLoginHandle = $rootScope.$on('authenticated', function () {
|
||||
reset(true);
|
||||
});
|
||||
|
||||
return service;
|
||||
|
||||
function publishCommands () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user