Add explicit number
This commit is contained in:
parent
5e19a4e603
commit
1c9add29fa
2 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ permissions: common.PermissionsConfig
|
|||
logging: common.LoggingConfig
|
||||
|
||||
class RelayConfig {
|
||||
number: Number
|
||||
driver: "null"|"gpio"|"piface"
|
||||
pin: Number
|
||||
inverted: Boolean
|
||||
|
|
|
|||
Loading…
Reference in a new issue