Vladyslav
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
ui/src/app/api/telemetry-websocket.service.js
|
|
|
@ -74,6 +74,10 @@ function TelemetryWebsocketService($rootScope, $websocket, $timeout, $window, $m |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
$rootScope.telemetryWsLoginHandle = $rootScope.$on('authenticated', function () { |
|
|
|
reset(true); |
|
|
|
}); |
|
|
|
|
|
|
|
return service; |
|
|
|
|
|
|
|
function publishCommands () { |
|
|
|
|