ConceptCreator/testModel/gamesystems/Testsystem.json
Sebastian Böckelmann 61e3e90395
Some checks failed
E2E Testing / test (push) Failing after 1m52s
Consider TemplateType of Gamesystems to load and store
2024-04-11 13:56:13 +02:00

38 lines
923 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"
}
],
"templateType": 0
}