"dark", "afternoon": "white", "night": "yellow", "movie": "orange" } }, { "temperature": { "spring": 23, "summer": 22, "fall": 25, "winter": 26 } }, ... ] { "light": { "state": ["on", "off"], "brightness": ["increase", "decrease", "set"], "mode": ["reading", "relax", "bright", "dim"] }, "curtain": { "state": ["open", "close"], "position": ["halfway", "fully"] }, "TV": { "state": ["on", "off"], "channel": ["up", "down", "specific"], "volume": ["increase", "decrease", "mute"] }, ... } { "current_time": "15:00", "current_temperature": 22, "light": "on", "curtain": "open", "lighting color": "off", "TV": "off", "devices": [ "curtain", "light", "lighting color", "TV", "air conditioner" ] ... }