Add null driver
This commit is contained in:
parent
4ed1cd3182
commit
07d3322c5a
7 changed files with 58 additions and 28 deletions
config/lib
|
@ -9,8 +9,8 @@ permissions: common.PermissionsConfig
|
|||
logging: common.LoggingConfig
|
||||
|
||||
class RelayConfig {
|
||||
driver: "gpio" | "piface"
|
||||
pin: Number
|
||||
inverted: Boolean
|
||||
driver: "null"|"gpio"|"piface"
|
||||
pin: Number
|
||||
inverted: Boolean
|
||||
}
|
||||
relays: Listing<RelayConfig>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue