From ac40c03ca68ce47064ca4951832f837600dd9f1a Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Thu, 13 Apr 2023 07:56:00 -0400 Subject: [PATCH] initial commit --- app.js | 1 + devices.json | 12 +++++++ index.html | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 6 ++++ 4 files changed, 108 insertions(+) create mode 100644 app.js create mode 100644 devices.json create mode 100644 index.html create mode 100644 styles.css diff --git a/app.js b/app.js new file mode 100644 index 0000000..0c14aab --- /dev/null +++ b/app.js @@ -0,0 +1 @@ +"use strict"; diff --git a/devices.json b/devices.json new file mode 100644 index 0000000..10664a8 --- /dev/null +++ b/devices.json @@ -0,0 +1,12 @@ +[ + { + "_id": { + "deviceId": "MC90" + } + radio: { + 0: "nothing", + 6: "old", + 9: "newer" + } + } +] diff --git a/index.html b/index.html new file mode 100644 index 0000000..73c7bfa --- /dev/null +++ b/index.html @@ -0,0 +1,89 @@ + + + + + + + + + + + Scanner Configuration Tool + + +
+

Scanner Configuration Tool

+ + + +
+ +
+
+
+ + + + +
+
+ +
+
+ + + +
+
+ +
+
+ + - + +
+
+ +
+
+ Select parts + + +
+
+
+ + + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..08ce053 --- /dev/null +++ b/styles.css @@ -0,0 +1,6 @@ +* { + padding: 0; + margin: 0; +} + +/* Color Palette ? */