mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 01:11:41 +00:00
Request latest data from alphanumerics (#2377)
This commit is contained in:
parent
38a875395f
commit
1a2048332f
@ -176,7 +176,8 @@
|
|||||||
let options = {
|
let options = {
|
||||||
start: bounds.start,
|
start: bounds.start,
|
||||||
end: bounds.end,
|
end: bounds.end,
|
||||||
size: 1
|
size: 1,
|
||||||
|
strategy: 'latest'
|
||||||
};
|
};
|
||||||
this.openmct.telemetry.request(this.domainObject, options)
|
this.openmct.telemetry.request(this.domainObject, options)
|
||||||
.then(data => {
|
.then(data => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user