{
  "hub": {
    "id": "hub-7f3a91c2",
    "name": "Maple House",
    "model": "HomeCore H4",
    "firmware": {
      "version": "4.12.3",
      "channel": "stable",
      "autoUpdate": true,
      "lastChecked": "2026-07-15T13:42:18-04:00"
    },
    "location": {
      "timezone": "America/Toronto",
      "latitude": 43.6532,
      "longitude": -79.3832,
      "units": {
        "temperature": "celsius",
        "distance": "metric"
      }
    },
    "network": {
      "status": "online",
      "connection": "ethernet",
      "localIp": "192.168.1.24",
      "interfaces": [
        {
          "name": "eth0",
          "enabled": true,
          "macAddress": "A4:6B:C8:19:2D:71"
        },
        {
          "name": "wlan0",
          "enabled": false,
          "macAddress": "A4:6B:C8:19:2D:72"
        }
      ]
    }
  },
  "integrations": {
    "zigbee": {
      "enabled": true,
      "channel": 20,
      "panId": "0x4A91",
      "deviceCount": 4
    },
    "thread": {
      "enabled": true,
      "borderRouter": true,
      "networkName": "MapleThread"
    },
    "mqtt": {
      "enabled": true,
      "broker": "mqtt://192.168.1.10:1883",
      "clientId": "maple-house-hub",
      "topicPrefix": "home/maple",
      "authentication": {
        "method": "username_password",
        "username": "homehub",
        "passwordConfigured": true
      }
    }
  },
  "rooms": [
    {
      "id": "room-living",
      "name": "Living Room",
      "floor": 1,
      "devices": [
        {
          "id": "light-01",
          "name": "Ceiling Lights",
          "type": "dimmable_light",
          "protocol": "zigbee",
          "online": true,
          "state": {
            "power": true,
            "brightness": 72,
            "colorTemperature": 3200
          },
          "capabilities": [
            "power",
            "brightness",
            "color_temperature"
          ]
        },
        {
          "id": "sensor-01",
          "name": "Climate Sensor",
          "type": "environment_sensor",
          "protocol": "thread",
          "online": true,
          "state": {
            "temperature": 22.4,
            "humidity": 43,
            "battery": 88
          },
          "capabilities": [
            "temperature",
            "humidity",
            "battery"
          ]
        }
      ]
    },
    {
      "id": "room-entry",
      "name": "Entryway",
      "floor": 1,
      "devices": [
        {
          "id": "lock-01",
          "name": "Front Door",
          "type": "smart_lock",
          "protocol": "thread",
          "online": true,
          "state": {
            "locked": true,
            "door": "closed",
            "battery": 64,
            "lastAction": {
              "action": "locked",
              "source": "automation",
              "timestamp": "2026-07-15T12:05:31-04:00"
            }
          },
          "capabilities": [
            "lock",
            "door_position",
            "battery"
          ]
        },
        {
          "id": "camera-01",
          "name": "Doorbell Camera",
          "type": "video_doorbell",
          "protocol": "wifi",
          "online": true,
          "state": {
            "motion": false,
            "recording": false,
            "signalStrength": -51
          },
          "settings": {
            "resolution": "1920x1080",
            "nightVision": true,
            "retentionDays": 14,
            "activityZones": [
              {
                "name": "Porch",
                "enabled": true
              },
              {
                "name": "Sidewalk",
                "enabled": false
              }
            ]
          }
        }
      ]
    },
    {
      "id": "room-basement",
      "name": "Basement",
      "floor": -1,
      "devices": [
        {
          "id": "sensor-02",
          "name": "Leak Detector",
          "type": "water_sensor",
          "protocol": "zigbee",
          "online": true,
          "state": {
            "leakDetected": false,
            "battery": 91,
            "lastTested": "2026-07-01T09:00:00-04:00"
          },
          "capabilities": [
            "water_leak",
            "battery",
            "audible_alarm"
          ]
        }
      ]
    }
  ],
  "automations": [
    {
      "id": "automation-night-lock",
      "name": "Secure House at Night",
      "enabled": true,
      "trigger": {
        "type": "schedule",
        "time": "23:00",
        "days": [
          "monday",
          "tuesday",
          "wednesday",
          "thursday",
          "friday",
          "saturday",
          "sunday"
        ]
      },
      "conditions": [
        {
          "type": "presence",
          "mode": "someone_home"
        }
      ],
      "actions": [
        {
          "deviceId": "lock-01",
          "command": "lock"
        },
        {
          "deviceId": "light-01",
          "command": "set_power",
          "parameters": {
            "power": false
          }
        }
      ]
    },
    {
      "id": "automation-leak-alert",
      "name": "Basement Leak Alert",
      "enabled": true,
      "trigger": {
        "type": "device_state",
        "deviceId": "sensor-02",
        "property": "leakDetected",
        "equals": true
      },
      "conditions": [],
      "actions": [
        {
          "service": "notifications",
          "command": "send",
          "parameters": {
            "priority": "critical",
            "recipients": [
              "owner",
              "household"
            ],
            "message": "Water has been detected in the basement."
          }
        }
      ]
    }
  ],
  "household": {
    "mode": "home",
    "members": [
      {
        "id": "user-01",
        "displayName": "Alex",
        "role": "owner",
        "presence": "home",
        "notifications": {
          "push": true,
          "email": true,
          "criticalAlerts": true
        }
      },
      {
        "id": "user-02",
        "displayName": "Sam",
        "role": "member",
        "presence": "away",
        "notifications": {
          "push": true,
          "email": false,
          "criticalAlerts": true
        }
      }
    ]
  },
  "system": {
    "status": "healthy",
    "uptimeSeconds": 1839247,
    "lastBackup": {
      "timestamp": "2026-07-15T03:15:02-04:00",
      "destination": "local_nas",
      "encrypted": true,
      "sizeBytes": 18432000,
      "successful": true
    },
    "alerts": [],
    "generatedAt": "2026-07-15T13:45:00-04:00"
  }
}