Files
llmiotsafe/data/home_layouts/layout_A_studio.json
2026-05-12 17:01:39 +08:00

77 lines
3.3 KiB
JSON

{
"_meta": {
"layout_id": "A",
"layout_name": "一室一厅 (Studio/1BR)",
"description": "适合单人或情侣居住的小户型",
"typical_residents": "1-2人",
"total_rooms": 4,
"entry_points": ["front_door"],
"windows": ["bedroom_window", "living_room_window", "kitchen_window"]
},
"rooms": {
"living_room": {
"display_name": "客厅",
"devices": {
"living_room_light_1": { "type": "dimmable_light", "display_name": "客厅主灯" },
"living_room_light_2": { "type": "onoff_light", "display_name": "客厅台灯" },
"living_room_ac": { "type": "air_conditioner", "display_name": "客厅空调" },
"living_room_temp_sensor": { "type": "temperature_sensor", "display_name": "客厅温度传感器" },
"living_room_occupancy": { "type": "occupancy_sensor", "display_name": "客厅运动传感器" },
"living_room_window": { "type": "window_covering", "display_name": "客厅窗帘" },
"living_room_window_contact": { "type": "contact_sensor", "display_name": "客厅窗户传感器" }
}
},
"bedroom": {
"display_name": "卧室",
"devices": {
"bedroom_light": { "type": "dimmable_light", "display_name": "卧室灯" },
"bedroom_occupancy": { "type": "occupancy_sensor", "display_name": "卧室运动传感器" },
"bedroom_window": { "type": "window_covering", "display_name": "卧室窗帘" },
"bedroom_window_contact": { "type": "contact_sensor", "display_name": "卧室窗户传感器" },
"bedroom_temp_sensor": { "type": "temperature_sensor", "display_name": "卧室温度传感器" }
}
},
"kitchen": {
"display_name": "厨房",
"devices": {
"kitchen_light": { "type": "onoff_light", "display_name": "厨房灯" },
"kitchen_cook_surface": { "type": "cook_surface", "display_name": "厨房灶具" },
"kitchen_smoke_alarm": { "type": "smoke_co_alarm", "display_name": "厨房烟雾报警器" },
"kitchen_temp_sensor": { "type": "temperature_sensor", "display_name": "厨房温度传感器" },
"kitchen_window_contact": { "type": "contact_sensor", "display_name": "厨房窗户传感器" },
"kitchen_dishwasher": { "type": "dishwasher", "display_name": "洗碗机" }
}
},
"bathroom": {
"display_name": "卫生间",
"devices": {
"bathroom_light": { "type": "onoff_light", "display_name": "卫生间灯" },
"bathroom_occupancy": { "type": "occupancy_sensor", "display_name": "卫生间运动传感器" },
"bathroom_water_leak": { "type": "water_leak_detector", "display_name": "卫生间漏水传感器" }
}
},
"entrance": {
"display_name": "玄关",
"devices": {
"front_door_lock": { "type": "door_lock", "display_name": "入户门锁" },
"front_door_contact": { "type": "contact_sensor", "display_name": "入户门传感器" },
"entrance_light": { "type": "onoff_light", "display_name": "玄关灯" }
}
}
},
"_stats": {
"total_devices": 24,
"contact_sensors": 4,
"occupancy_sensors": 3,
"smoke_alarms": 1,
"door_locks": 1,
"water_leak_detectors": 1,
"window_coverings": 2,
"lights": 6,
"temperature_sensors": 3,
"air_conditioners": 1,
"cook_surfaces": 1,
"dishwashers": 1
}
}