Commit e3e037c93e60c541bcd9d5dd806337204c4535c8

Authored by Igor Kulikov
2 parents 0e45e45f 15452dfe

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

... ... @@ -74,6 +74,10 @@ function TelemetryWebsocketService($rootScope, $websocket, $timeout, $window, $m
74 74 }
75 75 });
76 76
  77 + $rootScope.telemetryWsLoginHandle = $rootScope.$on('authenticated', function () {
  78 + reset(true);
  79 + });
  80 +
77 81 return service;
78 82
79 83 function publishCommands () {
... ...