{
  "hubId": "hub-7f3a91c4",
  "name": "Main House Hub",
  "firmware": {
    "version": "4.12.8",
    "channel": "stable",
    "lastCheckedAt": "2026-07-10T18:42:11Z",
    "updateAvailable": false
  },
  "network": {
    "mode": "ethernet",
    "hostname": "home-hub.local",
    "ipAddress": "192.168.1.24",
    "macAddress": "8C:7A:15:44:B2:09",
    "wifi": {
      "enabled": true,
      "ssid": "MapleHouse",
      "signalStrengthDbm": -48
    }
  },
  "location": {
    "timezone": "America/Toronto",
    "latitude": 43.6532,
    "longitude": -79.3832
  },
  "services": {
    "mqtt": {
      "enabled": true,
      "broker": "mqtt.local",
      "port": 1883,
      "tls": false,
      "topics": [
        "home/+/state",
        "home/+/command",
        "home/hub/events"
      ]
    },
    "voiceAssistants": {
      "enabled": true,
      "providers": [
        {
          "name": "Alexa",
          "linked": true,
          "lastSyncAt": "2026-07-10T17:58:02Z"
        },
        {
          "name": "Google Home",
          "linked": false,
          "lastSyncAt": null
        }
      ]
    }
  },
  "rooms": [
    {
      "id": "room-living",
      "name": "Living Room",
      "devices": [
        {
          "id": "light-sofa-left",
          "type": "dimmable_light",
          "name": "Sofa Lamp",
          "online": true,
          "state": {
            "power": "on",
            "brightness": 72,
            "colorTemperatureKelvin": 2700
          },
          "capabilities": [
            "power",
            "brightness",
            "color_temperature"
          ]
        },
        {
          "id": "thermostat-main",
          "type": "thermostat",
          "name": "Main Thermostat",
          "online": true,
          "state": {
            "mode": "cool",
            "currentTemperatureC": 23.1,
            "targetTemperatureC": 22.0,
            "humidityPercent": 46
          },
          "schedule": [
            {
              "days": [
                "monday",
                "tuesday",
                "wednesday",
                "thursday",
                "friday"
              ],
              "start": "07:00",
              "targetTemperatureC": 21.5
            },
            {
              "days": [
                "saturday",
                "sunday"
              ],
              "start": "08:30",
              "targetTemperatureC": 22.0
            }
          ]
        }
      ]
    },
    {
      "id": "room-entry",
      "name": "Entryway",
      "devices": [
        {
          "id": "lock-front-door",
          "type": "smart_lock",
          "name": "Front Door",
          "online": true,
          "state": {
            "locked": true,
            "batteryPercent": 84,
            "lastUnlockedBy": "Maya",
            "lastActivityAt": "2026-07-10T12:16:44Z"
          }
        },
        {
          "id": "sensor-entry-motion",
          "type": "motion_sensor",
          "name": "Entry Motion",
          "online": true,
          "state": {
            "motionDetected": false,
            "illuminanceLux": 18,
            "batteryPercent": 91
          }
        }
      ]
    }
  ],
  "automations": [
    {
      "id": "auto-evening-lights",
      "name": "Evening Lights",
      "enabled": true,
      "trigger": {
        "type": "sunset",
        "offsetMinutes": -20
      },
      "conditions": [
        {
          "type": "presence",
          "operator": "any_home",
          "users": [
            "Maya",
            "Leo"
          ]
        }
      ],
      "actions": [
        {
          "deviceId": "light-sofa-left",
          "command": "set_power",
          "value": "on"
        },
        {
          "deviceId": "light-sofa-left",
          "command": "set_brightness",
          "value": 65
        }
      ]
    },
    {
      "id": "auto-lock-night",
      "name": "Lock Doors At Night",
      "enabled": true,
      "trigger": {
        "type": "time",
        "time": "23:00"
      },
      "conditions": [],
      "actions": [
        {
          "deviceId": "lock-front-door",
          "command": "lock",
          "value": true
        }
      ]
    }
  ],
  "status": {
    "uptimeSeconds": 284913,
    "lastBackupAt": "2026-07-10T03:15:00Z",
    "cloudConnected": true,
    "deviceCounts": {
      "total": 4,
      "online": 4,
      "offline": 0
    }
  }
}