progress new ui

This commit is contained in:
2024-12-17 01:39:47 +01:00
parent 74f9c17461
commit 5fedbec433
9 changed files with 113 additions and 87 deletions

View File

@@ -24,7 +24,7 @@ interface TankConfig {
interface PlantControllerConfig {
network: NetworkConfig,
tank: TankConfig,
nightLamp: NightLampConfig,
night_lamp: NightLampConfig,
plants: PlantConfig[]
}