From 28b92ec55f22aa0418d142f6beda73e62a87c1c1 Mon Sep 17 00:00:00 2001 From: ashrafzarkanisala Date: Sun, 4 Aug 2024 17:56:47 +0300 Subject: [PATCH] push alarm lock value --- .../scene/helper/functions_per_device/door_lock_functions.dart | 2 +- lib/features/scene/helper/scene_operations_data_helper.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/scene/helper/functions_per_device/door_lock_functions.dart b/lib/features/scene/helper/functions_per_device/door_lock_functions.dart index 81f3589..489c554 100644 --- a/lib/features/scene/helper/functions_per_device/door_lock_functions.dart +++ b/lib/features/scene/helper/functions_per_device/door_lock_functions.dart @@ -98,7 +98,7 @@ class DoorLockHelperFunctions { SceneOperationalValue( icon: Assets.assetsFingerprintUnlock, description: "Fingerprint Mismatch", - value: 0, + value: 'wrong_password', ), ], ), diff --git a/lib/features/scene/helper/scene_operations_data_helper.dart b/lib/features/scene/helper/scene_operations_data_helper.dart index 0e7fb33..b08f15b 100644 --- a/lib/features/scene/helper/scene_operations_data_helper.dart +++ b/lib/features/scene/helper/scene_operations_data_helper.dart @@ -987,7 +987,7 @@ mixin SceneOperationsDataHelper { SceneOperationalValue( icon: Assets.assetsFingerprintUnlock, description: "Fingerprint Mismatch", - value: 0, + value: 'wrong_password', ), ]; }