{
  "hubId": "hub-7f3a92c1",
  "name": "Maple Street Home",
  "firmware": {
    "version": "4.18.2",
    "channel": "stable",
    "lastCheckedAt": "2026-07-11T09:42:18-04:00",
    "updateAvailable": false
  },
  "location": {
    "timezone": "America/Toronto",
    "latitude": 43.6532,
    "longitude": -79.3832
  },
  "network": {
    "connectionType": "ethernet",
    "ipAddress": "192.168.1.42",
    "macAddress": "A4:91:B1:7C:20:8E",
    "wifi": {
      "enabled": true,
      "ssid": "MapleHome-IoT",
      "signalStrengthDbm": -54
    }
  },
  "security": {
    "armedMode": "home",
    "pinRequiredForDisarm": true,
    "trustedDevices": [
      {
        "deviceId": "phone-emma-iphone",
        "owner": "Emma",
        "lastSeenAt": "2026-07-11T09:38:03-04:00"
      },
      {
        "deviceId": "watch-liam-series9",
        "owner": "Liam",
        "lastSeenAt": "2026-07-11T08:57:41-04:00"
      }
    ]
  },
  "devices": [
    {
      "id": "light-kitchen-ceiling",
      "type": "light",
      "name": "Kitchen Ceiling",
      "room": "Kitchen",
      "protocol": "zigbee",
      "online": true,
      "state": {
        "power": "on",
        "brightness": 72,
        "colorTemperatureKelvin": 3100
      }
    },
    {
      "id": "thermostat-main-floor",
      "type": "thermostat",
      "name": "Main Floor Thermostat",
      "room": "Hallway",
      "protocol": "matter",
      "online": true,
      "state": {
        "mode": "cool",
        "currentTemperatureC": 23.1,
        "targetTemperatureC": 22.0,
        "humidityPercent": 46,
        "fan": "auto"
      }
    },
    {
      "id": "lock-front-door",
      "type": "smart_lock",
      "name": "Front Door",
      "room": "Entry",
      "protocol": "z-wave",
      "online": true,
      "state": {
        "locked": true,
        "batteryPercent": 81,
        "lastChangedAt": "2026-07-11T07:15:09-04:00"
      }
    },
    {
      "id": "sensor-basement-water",
      "type": "leak_sensor",
      "name": "Basement Water Sensor",
      "room": "Basement",
      "protocol": "zigbee",
      "online": true,
      "state": {
        "leakDetected": false,
        "batteryPercent": 64,
        "temperatureC": 19.8
      }
    }
  ],
  "automations": [
    {
      "id": "auto-evening-lights",
      "name": "Evening Lights",
      "enabled": true,
      "triggers": [
        {
          "type": "sunset",
          "offsetMinutes": -20
        }
      ],
      "conditions": [
        {
          "type": "presence",
          "mode": "someone_home"
        }
      ],
      "actions": [
        {
          "deviceId": "light-kitchen-ceiling",
          "command": "set_state",
          "params": {
            "power": "on",
            "brightness": 55,
            "colorTemperatureKelvin": 2700
          }
        }
      ]
    },
    {
      "id": "auto-water-alert",
      "name": "Water Leak Alert",
      "enabled": true,
      "triggers": [
        {
          "type": "device_state",
          "deviceId": "sensor-basement-water",
          "attribute": "leakDetected",
          "equals": true
        }
      ],
      "actions": [
        {
          "command": "push_notification",
          "params": {
            "recipients": ["Emma", "Liam"],
            "title": "Water detected",
            "message": "The basement water sensor has detected moisture."
          }
        },
        {
          "command": "set_security_event",
          "params": {
            "severity": "critical",
            "category": "water"
          }
        }
      ]
    }
  ],
  "api": {
    "requestId": "req-20260711-094218-6d92",
    "status": "ok",
    "generatedAt": "2026-07-11T09:42:18-04:00"
  }
}