2025-09-16 18:06:17 +08:00
|
|
|
class LockFunctionNumber {
|
|
|
|
|
static const int remoteUnlocking = 28;
|
2025-09-17 14:31:59 +08:00
|
|
|
static const int autoCloseLock = 29;
|
|
|
|
|
static const int antiPrySwitch = 30;
|
|
|
|
|
static const int resetSwitch = 31;
|
|
|
|
|
static const int lockSwitch = 32;
|
|
|
|
|
static const int volumeSetting = 33;
|
|
|
|
|
static const int normallyOpenMode = 50;
|
2025-09-16 18:06:17 +08:00
|
|
|
}
|