blob: dcad5332e1ff0c9748c99a93a3ce3fe19e66aac3 (
plain)
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;
}
}
}
|