Merge branch 'master' of github.com:thingsboard/thingsboard into develop/3.0

This commit is contained in:
Igor Kulikov 2020-05-07 12:46:43 +03:00
commit e3e037c93e

View File

@ -74,6 +74,10 @@ function TelemetryWebsocketService($rootScope, $websocket, $timeout, $window, $m
} }
}); });
$rootScope.telemetryWsLoginHandle = $rootScope.$on('authenticated', function () {
reset(true);
});
return service; return service;
function publishCommands () { function publishCommands () {