homecore-server 0.1.0-alpha.0

HOMECORE integration server — wires HomeCore + API + Recorder + Plugins + Automation + Assist + HAP into one process
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>HOMECORE — Cognitum Appliance</title>
  <meta name="description" content="HOMECORE operational dashboard for the two-tier Cognitum stack (ADR-131)." />
  <link rel="stylesheet" href="./css/tokens.css" />
  <link rel="stylesheet" href="./css/app.css" />
</head>
<body>
  <div id="app">
    <noscript>HOMECORE-UI requires JavaScript.</noscript>
  </div>
  <script type="module" src="./js/app.js"></script>
</body>
</html>