node-anemometer
Preparing search index...
HistoryDataRecord
Type Alias HistoryDataRecord<T>
Represents a data record of the history with a timestamp.
type
HistoryDataRecord
<
T
>
=
{
timestamp
:
number
;
value
:
T
;
}
Type Parameters
T
Index
Properties
timestamp
value
Properties
timestamp
timestamp
:
number
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
timestamp
value
node-anemometer
Loading...
Represents a data record of the history with a timestamp.