16 lines
258 B
Text
16 lines
258 B
Text
import "./common.pkl"
|
|
|
|
server: common.ServerConfig
|
|
|
|
database: String
|
|
|
|
permissions: common.PermissionsConfig
|
|
|
|
logging: common.LoggingConfig
|
|
|
|
class RelayConfig {
|
|
driver: "null"|"gpio"|"piface"
|
|
pin: Number
|
|
inverted: Boolean
|
|
}
|
|
relays: Listing<RelayConfig>
|