further components and bootstrap initial

This commit is contained in:
2024-12-20 03:29:29 +01:00
parent 5fedbec433
commit 58b63fc8ee
22 changed files with 3347 additions and 436 deletions

View File

@@ -52,9 +52,12 @@ interface SetTime {
time: string
}
interface GetData {
interface GetTime {
rtc: string,
native: string,
native: string
}
interface Moistures {
moisture_a: [number],
moisture_b: [number],
}