menu
dsalink package
documentation
historian.dart
WatchPathNode
fetchHistory method
fetchHistory method
dark_mode
light_mode
fetchHistory
method
Stream
<
ValuePair
>
?
fetchHistory
(
TimeRange
range
)
Implementation
Stream<ValuePair>? fetchHistory(TimeRange range) { return group?.fetchHistory(valuePath!, range); }
dsalink package
documentation
historian
WatchPathNode
fetchHistory method
WatchPathNode class