water heater and timer and schedule ui and api ,

Circulate ui and Inching ui
This commit is contained in:
mohammad
2024-09-21 08:53:43 +03:00
parent 42e76f1c6e
commit c3273c729d
5 changed files with 26 additions and 4 deletions

View File

@ -62,6 +62,8 @@ class DeviceModel {
tempIcon = Assets.oneGang;
} else if (type == DeviceType.TwoGang) {
tempIcon = Assets.twoGang;
}else if (type == DeviceType.WH) {
tempIcon = Assets.waterHeaterIcon;
} else {
tempIcon = Assets.assetsIconsLogo;
}