Add explicit number

This commit is contained in:
Tobias Reisinger 2024-05-29 03:09:39 +02:00
commit 1c9add29fa
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,6 @@ amends "pkl:Project"
package {
name = "emgauwa"
baseUri = "package://emgauwa.app/pkl/\(name)"
version = "0.1.0"
version = "0.1.1"
packageZipUrl = "https://emgauwa.app/pkl/\(name)@\(version).zip"
}
}

View file

@ -9,6 +9,7 @@ permissions: common.PermissionsConfig
logging: common.LoggingConfig
class RelayConfig {
number: Number
driver: "null"|"gpio"|"piface"
pin: Number
inverted: Boolean