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