{ "devices": [ { "id": "mac_mini_power", "name": "Mac Mini M4 Pro 전력", "ip": "192.168.1.101", "email": "your-tapo-email@gmail.com", "password": "your-tapo-password", "location": "서재", "device_type": "server", "enabled": true, "poll_interval": 300000, "description": "Mac Mini M4 Pro 서버의 전력 소비 모니터링" }, { "id": "nas_power", "name": "Synology DS1525+ 전력", "ip": "192.168.1.102", "email": "your-tapo-email@gmail.com", "password": "your-tapo-password", "location": "서재", "device_type": "nas", "enabled": true, "poll_interval": 300000, "description": "Synology NAS의 전력 소비 모니터링" } ], "default_settings": { "poll_interval": 300000, "retry_attempts": 3, "timeout": 5000, "email": "your-tapo-email@gmail.com", "password": "your-tapo-password" }, "notifications": { "power_threshold": 100, "offline_alert": true, "daily_report": true } }