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

@ -1030,9 +1030,9 @@ class Assets {
static const String assetsPresenceState =
"assets/icons/functions_icons/automation_functions/presence_state.svg";
//assets/icons/functions_icons/automation_functions/presence_state.svg
static const String oneGang =
"assets/icons/1gang.svg";
static const String oneGang = "assets/icons/1gang.svg";
static const String twoGang = "assets/icons/2gang.svg";
}