ConceptCreator/testModel/gamesystems/Testsystem.json
Sebastian Böckelmann 2416e226fc
All checks were successful
E2E Testing / test (push) Successful in 1m39s
Load ScriptAccountActions
2024-03-22 08:34:54 +01:00

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"
}
]
}