mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 23:36:41 +00:00
Merge branch 'telemetry-comps' into combined-rodap-stuff
This commit is contained in:
commit
2536627af8
@ -175,7 +175,11 @@ const props = defineProps({
|
||||
});
|
||||
|
||||
onBeforeMount(async () => {
|
||||
outputTelemetryCollection = openmct.telemetry.requestCollection(domainObject);
|
||||
const telemetryOptions = {
|
||||
size: 1,
|
||||
strategy: 'latest'
|
||||
};
|
||||
outputTelemetryCollection = openmct.telemetry.requestCollection(domainObject, telemetryOptions);
|
||||
outputTelemetryCollection.on('add', telemetryProcessor);
|
||||
outputTelemetryCollection.on('clear', clearData);
|
||||
compsManager.on('parameterAdded', reloadParameters);
|
||||
|
Loading…
Reference in New Issue
Block a user