summaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src')
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src
deleted file mode 100644
index dcad5332e1..0000000000
--- a/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src
+++ /dev/null
@@ -1,13 +0,0 @@
-group "Temperature_Config" struct {
- group "faces" hash {
- key "temperature.1";
- group "Temperature_Config_Face" struct {
- value "id" string: "temperature.1";
- value "poll_interval" int: 128;
- value "low" int: 30;
- value "high" int: 80;
- value "sensor_type" int: 0;
- value "units" int: 0;
- }
- }
-}