node-red-dashboard-2-t86
Version:
Set of Node-RED nodes to controll home automation based on Unipi Patron and DALI.
18 lines (17 loc) • 381 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Demo Component</title>
<style>
body {
background-color: black;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/ui/main.ts"></script>
</body>
</html>