big update - fully functional
This commit is contained in:
@@ -12,4 +12,8 @@ export interface ISOSnapshot extends Snapshot {
|
||||
|
||||
export interface UnixTimeSnapshot extends Snapshot {
|
||||
time: number,
|
||||
}
|
||||
}
|
||||
|
||||
export type SnapshotAttrTimeseries = Int32Array;
|
||||
|
||||
export type ClimateDataType = "temp" | "humidity" | "co2";
|
||||
Reference in New Issue
Block a user