Browse Source

add json config file

Helmut Pozimski 8 years ago
parent
commit
fa02a58907
1 changed files with 10 additions and 0 deletions
  1. 10 0
      config/stdd.json

+ 10 - 0
config/stdd.json

@@ -0,0 +1,10 @@
+{
+            "hw_address": "",
+            "blink_colon": false,
+            "brightness_high": 15,
+            "brightness_low": 2,
+            "set_brightness_low": "00:00",
+            "set_brightness_high": "00:00",
+            "syslog_level": "info",
+            "syslog_facility": "user"
+}