2024-02-18 18:50:22 +00:00
|
|
|
import "./common.pkl"
|
|
|
|
|
|
|
|
server: common.ServerConfig
|
|
|
|
|
|
|
|
database: String
|
|
|
|
|
|
|
|
permissions: common.PermissionsConfig
|
|
|
|
|
|
|
|
logging: common.LoggingConfig
|
|
|
|
|
|
|
|
class RelayConfig {
|
2024-04-27 23:38:57 +00:00
|
|
|
driver: "null"|"gpio"|"piface"
|
|
|
|
pin: Number
|
|
|
|
inverted: Boolean
|
2024-02-18 18:50:22 +00:00
|
|
|
}
|
|
|
|
relays: Listing<RelayConfig>
|