Change Flora License Version
[platform/core/uifw/e17.git] / config / standard / module.temperature.src
1 group "Temperature_Config" struct {
2   group "faces" hash {
3     key "temperature.1";
4     group "Temperature_Config_Face" struct {
5       value "id" string: "temperature.1";
6       value "poll_interval" int: 128;
7       value "low" int: 30;
8       value "high" int: 80;
9       value "sensor_type" int: 0;
10       value "units" int: 0;
11     }
12   }
13 }