10 lines
302 B
Dart
10 lines
302 B
Dart
class LockFunctionNumber {
|
|
static const int remoteUnlocking = 28;
|
|
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;
|
|
}
|