node-red-contrib-zwave-js
Version:
The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.
44 lines (42 loc) • 1.05 kB
HTML
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<title>Node Red ZWave-JS Smart Start Scanner</title>
<style>
input[type='button'] {
-webkit-appearance: none;
margin: auto;
margin-bottom: 10px;
display: block;
width: 300px;
border: none;
background-color: rgb(16, 115, 185);
color: white;
border-radius: 6px;
height: 40px;
font-size: 16px;
}
</style>
<script src="{BASE}/jquery-3.6.0.min.js"></script>
<script src="{BASE}/jsQR.js"></script>
<script src="{BASE}/scripts.js"></script>
<style type="text/css">
body {
font-family: HelveticaNeue-Light, Roboto;
font-size: 18px;
}
</style>
</head>
<body>
<br />
<p style="text-align: center">
Node Red ZWave-JS Smart Start Scanner.<br />
Select the Camera Source Mode
</p>
<input type="button" value="Image Capture" onclick="GrabImage()" />
<script>
SetPrefix('{WS-BASE}');
</script>
</body>
</html>