{ "version": 1, "tasks": [ "WiFi", "Renderer", "MQTT", "ArduinoOTA", "UpdateStatusAnimation", "Serial", "Weather", "Test", "CircadianRhythm", "IdleTimer" ], "surfaceMap": "ponder", "defaults": { "mqtt.ip": "10.0.0.2", "colors.sequences": { "Rainbow": [[255, 0, 0], [255, 127, 0], [0, 255, 0], [0, 0, 255], [128, 0, 128]], "Idle": [[0, 123, 167], [80, 200, 120], [207, 113, 175], [128, 0, 128], [255, 255, 255], [0, 255, 255]], "Wet": [[3, 177, 252], [3, 78, 252], [126, 141, 242]], "Snowy": [[215, 219, 245], [255, 255, 255], [192, 250, 244]], "Sunny": [[213, 237, 95], [237, 180, 95], [245, 178, 10]] }, "colors.scenes": { "Clear": "Sunny", "Idle": "Rainbow", "Rain": "Wet", "Drizzle": "Wet", "Mist": "Wet", "Snow": "Snowy" }, "colors.secondsPerColor": 9, "scenes": { "Clear": ["Solid"], "Cloudy": ["Cloudy", "Solid"], "Rain": ["Rain", "Solid"], "Drizzle": ["Rain", "Cloudy", "Solid"], "Mist": ["Cloudy", "Solid"], "Snow": ["Solid"], "UnknownWeather": ["Thinking"], "Start": ["Thinking"], "Idle": ["Solid"], "Test": ["Test"] } } }