diff options
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.src | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 0000000000..dcad5332e1 --- /dev/null +++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src @@ -0,0 +1,13 @@ +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; + } + } +} |