You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
338 B
14 lines
338 B
15 years ago
|
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;
|
||
|
}
|
||
|
}
|
||
|
}
|