mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +00:00
add request for LAD data
This commit is contained in:
parent
fff89a6384
commit
d2b7407674
@ -48,6 +48,8 @@ export default class StyleRuleManager extends EventEmitter {
|
|||||||
this.stopProvidingTelemetry();
|
this.stopProvidingTelemetry();
|
||||||
}
|
}
|
||||||
this.openmct.objects.get(this.conditionSetIdentifier).then((conditionSetDomainObject) => {
|
this.openmct.objects.get(this.conditionSetIdentifier).then((conditionSetDomainObject) => {
|
||||||
|
this.openmct.telemetry.request(conditionSetDomainObject)
|
||||||
|
.then(output => this.handleConditionSetResultUpdated(output));
|
||||||
this.stopProvidingTelemetry = this.openmct.telemetry.subscribe(conditionSetDomainObject, output => this.handleConditionSetResultUpdated(output));
|
this.stopProvidingTelemetry = this.openmct.telemetry.subscribe(conditionSetDomainObject, output => this.handleConditionSetResultUpdated(output));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user