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