make battery alert only happen @ 10%

SVN revision: 67950
This commit is contained in:
Carsten Haitzler 2012-02-15 04:34:11 +00:00
parent e7167e7c91
commit 697cadcc45
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
group "Battery_Config" struct {
value "poll_interval" int: 512;
value "alert" int: 30;
value "alert_p" int: 10;
value "alert" int: 5;
value "alert_p" int: 5;
value "alert_timeout" int: 0;
value "force_mode" int: 0;
}