updated schema

This commit is contained in:
Martino Ferrari
2026-02-06 14:58:24 +01:00
parent 364a25192a
commit b45eefc031

View File

@@ -56,7 +56,7 @@ package schema
}
OutputSignals: {
[_]: {
Default!: uint32
DefaultValue!: uint32
Value!: uint32
Type!: string
...
@@ -73,6 +73,7 @@ package schema
[_]: {
Value!: number
Comparator!: "EQUALS" | "GREATER" | "LESS" | "EQUALS_OR_GREATER" | "EQUALS_OR_LESS" | "NOT"
Type!: string
...
}
}