diff options
Diffstat (limited to 'src/test/resources/clds/templates/tca-thresholds-template.json')
-rw-r--r-- | src/test/resources/clds/templates/tca-thresholds-template.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/resources/clds/templates/tca-thresholds-template.json b/src/test/resources/clds/templates/tca-thresholds-template.json new file mode 100644 index 000000000..b67e96321 --- /dev/null +++ b/src/test/resources/clds/templates/tca-thresholds-template.json @@ -0,0 +1,9 @@ +{ + "closedLoopControlName": "???", + "version": "1.0.2", + "fieldPath": "?????", + "thresholdValue": 0, + "direction": "???", + "severity": "MAJOR", + "closedLoopEventStatus": "???" +} |