18 lines
297 B
Text
18 lines
297 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
|
||
|
pulse: Number(this >= 0)|Null = null
|
||
|
}
|
||
|
relays: Listing<RelayConfig>
|