forked from enlightenment/enlightenment
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.
8 lines
179 B
8 lines
179 B
14 years ago
|
group "Battery_Config" struct {
|
||
|
value "poll_interval" int: 512;
|
||
12 years ago
|
value "alert" int: 5;
|
||
|
value "alert_p" int: 5;
|
||
14 years ago
|
value "alert_timeout" int: 0;
|
||
|
value "force_mode" int: 0;
|
||
|
}
|