Implement Two-Gang & One-Gang

This commit is contained in:
mohammad
2024-09-15 10:15:37 +03:00
parent b5842194ff
commit 46662b5bac
8 changed files with 34 additions and 51 deletions

View File

@ -58,6 +58,10 @@ class DeviceModel {
tempIcon = Assets.assetsIcons3GangSwitch;
} else if (type == DeviceType.Gateway) {
tempIcon = Assets.assetsIconsGateway;
} else if (type == DeviceType.OneGang) {
tempIcon = Assets.oneGang;
} else if (type == DeviceType.TwoGang) {
tempIcon = Assets.twoGang;
} else {
tempIcon = Assets.assetsIconsLogo;
}