Implement Two-Gang & One-Gang

This commit is contained in:
mohammad
2024-09-12 16:59:03 +03:00
parent 76be98354b
commit b5842194ff
23 changed files with 2308 additions and 4 deletions

View File

@ -1029,4 +1029,10 @@ 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";
}