{ "componentName": "Weather", "componentDescription": "", "states": [ { "initial": false, "conditions": [ { "minValue": 0, "maxValue": "50" } ], "stateLabel": "Sonnig", "stateDescription": "Die Sonne scheint" }, { "initial": false, "conditions": [ { "minValue": "50", "maxValue": "75" } ], "stateLabel": "Wolkig", "stateDescription": "" } ], "transitions": [ { "scriptAccountActions": [ { "changingValue": 10, "scriptAccount": "Temperature" } ], "scriptAccountConditions": [], "startingState": "Sonnig", "endingState": "Wolkig" } ] }