Expressions: Create json schema for query types (#84032)
This commit is contained in:
@@ -173,8 +173,8 @@ type ThresholdCommandConfig struct {
|
||||
|
||||
type ThresholdConditionJSON struct {
|
||||
Evaluator ConditionEvalJSON `json:"evaluator"`
|
||||
UnloadEvaluator *ConditionEvalJSON `json:"unloadEvaluator"`
|
||||
LoadedDimensions *data.Frame `json:"loadedDimensions"`
|
||||
UnloadEvaluator *ConditionEvalJSON `json:"unloadEvaluator,omitempty"`
|
||||
LoadedDimensions *data.Frame `json:"loadedDimensions,omitempty"`
|
||||
}
|
||||
|
||||
// IsHysteresisExpression returns true if the raw model describes a hysteresis command:
|
||||
|
||||
Reference in New Issue
Block a user