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', ), ]; }