File: module.temperature.src

package info (click to toggle)
e17 0.27.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 439,204 kB
  • sloc: ansic: 258,323; xml: 1,010; sh: 992; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
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;
    }
  }
}