added autoLock field

This commit is contained in:
Mario Voigt 2020-07-16 00:27:37 +02:00
parent 261692998e
commit 7f8416b7db
1 changed files with 1 additions and 0 deletions

View File

@ -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,