mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 09:24:55 +00:00
push alarm lock value
This commit is contained in:
@ -98,7 +98,7 @@ class DoorLockHelperFunctions {
|
||||
SceneOperationalValue(
|
||||
icon: Assets.assetsFingerprintUnlock,
|
||||
description: "Fingerprint Mismatch",
|
||||
value: 0,
|
||||
value: 'wrong_password',
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@ -987,7 +987,7 @@ mixin SceneOperationsDataHelper {
|
||||
SceneOperationalValue(
|
||||
icon: Assets.assetsFingerprintUnlock,
|
||||
description: "Fingerprint Mismatch",
|
||||
value: 0,
|
||||
value: 'wrong_password',
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user