„README.md“ ändern

This commit is contained in:
Mario Voigt 2018-12-11 14:46:42 +01:00
parent 9fbaca7e24
commit ab7637ecbb
1 changed files with 2 additions and 1 deletions

View File

@ -78,11 +78,12 @@ CREATE TABLE IF NOT EXISTS Smartlock
`doorState` SMALLINT NOT NULL,
`doubleButtonPressAction` SMALLINT NOT NULL,
`favorite` BOOLEAN NOT NULL,
`firmwareVersion` VARCHAR(255),
`firmwareVersion` INT NOT NULL,
`fobAction1` SMALLINT NOT NULL,
`fobAction2` SMALLINT NOT NULL,
`fobAction3` SMALLINT NOT NULL,
`fobPaired` BOOLEAN NOT NULL,
`hardwareVersion` INT NOT NULL,
`homekitState` SMALLINT NOT NULL,
`keypadPaired` BOOLEAN NOT NULL,
`lastAction` SMALLINT NOT NULL,