mirror of
https://github.com/nasa/openmct.git
synced 2025-04-20 17:11:11 +00:00
handling telemetry collection data not datum
This commit is contained in:
parent
b4fdabf301
commit
5bd5ca9365
@ -399,11 +399,13 @@ export default class ConditionManager extends EventEmitter {
|
||||
return this.openmct.time.getBounds().end >= currentTimestamp;
|
||||
}
|
||||
|
||||
telemetryReceived(endpoint, datum) {
|
||||
telemetryReceived(endpoint, data) {
|
||||
if (!this.isTelemetryUsed(endpoint)) {
|
||||
return;
|
||||
}
|
||||
|
||||
const datum = data[0];
|
||||
|
||||
const normalizedDatum = this.createNormalizedDatum(datum, endpoint);
|
||||
const timeSystemKey = this.openmct.time.getTimeSystem().key;
|
||||
let timestamp = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user