37 lines
900 B
JSON
37 lines
900 B
JSON
|
{
|
||
|
"componentName": "Testsystem",
|
||
|
"componentDescription": "",
|
||
|
"states": [
|
||
|
{
|
||
|
"initial": false,
|
||
|
"conditions": [],
|
||
|
"stateLabel": "A",
|
||
|
"stateDescription": ""
|
||
|
},
|
||
|
{
|
||
|
"initial": false,
|
||
|
"conditions": [],
|
||
|
"stateLabel": "B",
|
||
|
"stateDescription": ""
|
||
|
}
|
||
|
],
|
||
|
"transitions": [
|
||
|
{
|
||
|
"scriptAccountActions": [
|
||
|
{
|
||
|
"changingValue": 5,
|
||
|
"scriptAccount": "New ScriptAccount"
|
||
|
}
|
||
|
],
|
||
|
"scriptAccountConditions": [
|
||
|
{
|
||
|
"scriptAccount": "Temperature",
|
||
|
"minValue": 0,
|
||
|
"maxValue": "10"
|
||
|
}
|
||
|
],
|
||
|
"startingState": "A",
|
||
|
"endingState": "B"
|
||
|
}
|
||
|
]
|
||
|
}
|