add: receive more controller properties and save them

add: more tests
This commit is contained in:
Tobias Reisinger 2020-03-12 00:36:06 +01:00
parent 2a4e0e1075
commit 2b9abff7f1
3 changed files with 29 additions and 12 deletions

View file

@ -12,6 +12,7 @@ create table controllers
ip VARCHAR(16),
port INTEGER,
relay_count INTEGER,
tag varchar(64),
active BOOLEAN not null
);