push dialog changes in values

This commit is contained in:
ashrafzarkanisala
2024-07-28 05:04:57 +03:00
parent 0bda828161
commit 50b455b4ae
18 changed files with 645 additions and 33 deletions

View File

@ -20,6 +20,6 @@ class Routes {
static const String sceneTasksRoute = '/scene-tasks';
static const String sceneControlDevicesRoute = '/scene-control-devices';
static const String deviceFunctionsRoute = '/device-functions';
static const String sceneAutoSettingsRoute =
'/scene-automation-settings';
static const String sceneAutoSettingsRoute = '/scene-automation-settings';
static const String smartAutomationSelectRoute = '/smart-automation-select';
}