{
    "success": true,
    "timestamp": "2026-05-02T12:55:08+02:00",
    "data": {
        "name": "PoolPilot API",
        "version": "1.0.0",
        "status": "online",
        "timestamp": "2026-05-02T12:55:08+02:00",
        "endpoints": {
            "GET \/api\/": "API information",
            "GET \/api\/status?device_id=xxx": "Get device status",
            "POST \/api\/status?device_id=xxx": "Update device status",
            "GET \/api\/commands?device_id=xxx": "Get pending commands",
            "POST \/api\/device\/register": "Register device",
            "GET \/api\/history?device_id=xxx": "Get history"
        }
    }
}