{ "componentName": "Weather", "componentDescription": "A small Gamesystem about local weather events", "states": [ { "initial": false, "conditions": [], "stateLabel": "Sonne", "stateDescription": "" }, { "initial": false, "conditions": [ { "scriptAccount": "Temperature", "minValue": 0, "maxValue": "30" } ], "stateLabel": "Regen", "stateDescription": "" }, { "initial": false, "conditions": [], "stateLabel": "Wolke", "stateDescription": "" }, { "initial": false, "conditions": [ { "scriptAccount": "Temperature", "minValue": "-5", "maxValue": 0 } ], "stateLabel": "Schnee", "stateDescription": "" } ], "transitions": [ { "scriptAccountActions": [], "scriptAccountConditions": [], "startingState": "Sonne", "endingState": "Wolke" }, { "scriptAccountActions": [], "scriptAccountConditions": [], "startingState": "Wolke", "endingState": "Sonne" }, { "scriptAccountActions": [], "scriptAccountConditions": [], "startingState": "Wolke", "endingState": "Regen" }, { "scriptAccountActions": [], "scriptAccountConditions": [], "startingState": "Regen", "endingState": "Wolke" }, { "scriptAccountActions": [], "scriptAccountConditions": [], "startingState": "Wolke", "endingState": "Schnee" }, { "scriptAccountActions": [], "scriptAccountConditions": [], "startingState": "Schnee", "endingState": "Wolke" } ] }