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