ConceptCreator/testModel/gamesystems/ParentTestSystem/A.json
Sebastian Böckelmann 03bc18e679
All checks were successful
E2E Testing / test (push) Successful in 1m35s
Fix condition combining
2024-03-19 16:07:58 +01:00

32 lines
745 B
JSON

{
"componentName": "A",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "A",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "B",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [
{
"scriptAccount": "Temperature",
"minValue": 0,
"maxValue": "10"
}
],
"startingState": "A",
"endingState": "B"
}
]
}