diff options
Diffstat (limited to 'runtime-controlloop/src/test/resources/rest/controlloops/PassiveCommand.json')
-rw-r--r-- | runtime-controlloop/src/test/resources/rest/controlloops/PassiveCommand.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime-controlloop/src/test/resources/rest/controlloops/PassiveCommand.json b/runtime-controlloop/src/test/resources/rest/controlloops/PassiveCommand.json new file mode 100644 index 000000000..9c87e43b6 --- /dev/null +++ b/runtime-controlloop/src/test/resources/rest/controlloops/PassiveCommand.json @@ -0,0 +1,13 @@ +{ + "orderedState": "PASSIVE", + "controlLoopIdentifierList": [ + { + "name": "PMSHInstance0", + "version": "1.0.1" + }, + { + "name": "PMSHInstance1", + "version": "1.0.1" + } + ] +} |