Adding smapi set battery scripts
[shutils.git] / smapi / smapi.conf
diff --git a/smapi/smapi.conf b/smapi/smapi.conf
new file mode 100644 (file)
index 0000000..5943e90
--- /dev/null
@@ -0,0 +1,13 @@
+# Battery charging threshholds for smapi_battthresh
+
+# values to be used for 'smapi_battthresh low'
+BATTERY_LOW_THRESH_START="50"
+BATTERY_LOW_THRESH_STOP="70"
+
+# values to be used for '/smapi_battthresh high'
+BATTERY_HIGH_THRESH_START="95"
+BATTERY_HIGH_THRESH_STOP="100"
+
+# default thresholds 'smapi_battthresh'
+BATTERY_THRESH_START="${BATTERY_LOW_THRESH_START}"
+BATTERY_THRESH_STOP="${BATTERY_LOW_THRESH_STOP}"