ucentral-schema: add poe to the data model

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2020-11-28 13:08:24 +01:00
parent 86f19c550f
commit 42662a247f
5 changed files with 34 additions and 0 deletions

View File

@@ -36,4 +36,5 @@ schema_merge("log", "log.schema")
schema_merge("ntp", "ntp.schema")
schema_merge("ssh", "ssh.schema")
schema_merge("steer", "steer.schema")
schema_merge("poe", "poe.schema")
schema_write()