From e2d6f5eea83af1deed21cdcb2ee5adfd37f21581 Mon Sep 17 00:00:00 2001 From: mohammad Date: Mon, 30 Jun 2025 15:11:17 +0300 Subject: [PATCH] Update device type from '1GT' to '2GT' in TwoGangGlassSwitchControlView --- .../view/two_gang_glass_switch_control_view.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/device_managment/two_g_glass_switch/view/two_gang_glass_switch_control_view.dart b/lib/pages/device_managment/two_g_glass_switch/view/two_gang_glass_switch_control_view.dart index 91a8497b..90328896 100644 --- a/lib/pages/device_managment/two_g_glass_switch/view/two_gang_glass_switch_control_view.dart +++ b/lib/pages/device_managment/two_g_glass_switch/view/two_gang_glass_switch_control_view.dart @@ -102,7 +102,7 @@ class TwoGangGlassSwitchControlView extends StatelessWidget builder: (ctx) => BlocProvider.value( value: BlocProvider.of(context), child: BuildScheduleView( - deviceType: '1GT', + deviceType: '2GT', countdownCode: 'countdown_1', deviceUuid: deviceId, category: 'switch_1', @@ -120,7 +120,7 @@ class TwoGangGlassSwitchControlView extends StatelessWidget builder: (ctx) => BlocProvider.value( value: BlocProvider.of(context), child: BuildScheduleView( - deviceType: '1GT', + deviceType: '2GT', countdownCode: 'countdown_2', deviceUuid: deviceId, category: 'switch_2',