updated schema
This commit is contained in:
@@ -56,9 +56,9 @@ package schema
|
|||||||
}
|
}
|
||||||
OutputSignals: {
|
OutputSignals: {
|
||||||
[_]: {
|
[_]: {
|
||||||
Default!: uint32
|
DefaultValue!: uint32
|
||||||
Value!: uint32
|
Value!: uint32
|
||||||
Type!: string
|
Type!: string
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -73,6 +73,7 @@ package schema
|
|||||||
[_]: {
|
[_]: {
|
||||||
Value!: number
|
Value!: number
|
||||||
Comparator!: "EQUALS" | "GREATER" | "LESS" | "EQUALS_OR_GREATER" | "EQUALS_OR_LESS" | "NOT"
|
Comparator!: "EQUALS" | "GREATER" | "LESS" | "EQUALS_OR_GREATER" | "EQUALS_OR_LESS" | "NOT"
|
||||||
|
Type!: string
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user