{
"version": 1,
"author": "Smart Home Project",
"editor": "wokwi",
"parts": [
{ "type": "esp32-devkit-v1", "id": "esp", "connections": [] },
{ "type": "led", "id": "led", "attrs": {"color": "yellow"}, "connections": { "anode": ["esp", 2], "cathode": ["gnd"] }},
{ "type": "led", "id": "fan", "attrs": {"color": "blue"}, "connections": { "anode": ["esp", 5], "cathode": ["gnd"] }},
{ "type": "potentiometer", "id": "tempSensor", "connections": { "wiper": ["esp", 34], "vcc": ["vcc"], "gnd": ["gnd"] }}
]
}