added autoLock field
This commit is contained in:
parent
261692998e
commit
7f8416b7db
@ -68,6 +68,7 @@ CREATE TABLE IF NOT EXISTS Smartlock
|
||||
`advertisingMode` SMALLINT NOT NULL,
|
||||
`authId` VARCHAR(24),
|
||||
`autoLockTimeout` SMALLINT NOT NULL,
|
||||
`autoLock` BOOLEAN NOT NULL,
|
||||
`autoUnlatch` BOOLEAN NOT NULL,
|
||||
`automaticBatteryTypeDetection` BOOLEAN NOT NULL,
|
||||
`batteryCritical` BOOLEAN NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user