Revamping this whole thing
This commit is contained in:
9
webapp/src/Snapshot.ts
Normal file
9
webapp/src/Snapshot.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
interface Snapshot {
|
||||
id: number,
|
||||
temp: number,
|
||||
humidity: number,
|
||||
co2: number,
|
||||
time: string,
|
||||
}
|
||||
|
||||
export default Snapshot;
|
||||
Reference in New Issue
Block a user