Add explicit number
This commit is contained in:
parent
5e19a4e603
commit
1c9add29fa
2 changed files with 3 additions and 2 deletions
|
|
@ -3,6 +3,6 @@ amends "pkl:Project"
|
||||||
package {
|
package {
|
||||||
name = "emgauwa"
|
name = "emgauwa"
|
||||||
baseUri = "package://emgauwa.app/pkl/\(name)"
|
baseUri = "package://emgauwa.app/pkl/\(name)"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
packageZipUrl = "https://emgauwa.app/pkl/\(name)@\(version).zip"
|
packageZipUrl = "https://emgauwa.app/pkl/\(name)@\(version).zip"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ permissions: common.PermissionsConfig
|
||||||
logging: common.LoggingConfig
|
logging: common.LoggingConfig
|
||||||
|
|
||||||
class RelayConfig {
|
class RelayConfig {
|
||||||
|
number: Number
|
||||||
driver: "null"|"gpio"|"piface"
|
driver: "null"|"gpio"|"piface"
|
||||||
pin: Number
|
pin: Number
|
||||||
inverted: Boolean
|
inverted: Boolean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue