Setting up a JSON configuration file to change LED paths without recompiling
[apps/hvac.git] / hvac.json
diff --git a/hvac.json b/hvac.json
new file mode 100644 (file)
index 0000000..6e7d0db
--- /dev/null
+++ b/hvac.json
@@ -0,0 +1,7 @@
+{
+       "ledtemp": {
+               "red": "/sys/class/leds/blinkm-3-9-red/brightness",
+               "green": "/sys/class/leds/blinkm-3-9-green/brightness",
+               "blue": "/sys/class/leds/blinkm-3-9-blue/brightness"
+       }
+}
\ No newline at end of file