[modules/battery] add documentation

This commit is contained in:
Tobias Witek 2020-01-18 13:52:23 +01:00
parent 91ca082627
commit 627a5eb617

View file

@ -8,6 +8,7 @@ Parameters:
* battery.critical : Critical threshold in % of remaining charge (defaults to 10) * battery.critical : Critical threshold in % of remaining charge (defaults to 10)
* battery.showdevice : If set to "true", add the device name to the widget (defaults to False) * battery.showdevice : If set to "true", add the device name to the widget (defaults to False)
* battery.decorate : If set to "false", hides additional icons (charging, etc.) (defaults to True) * battery.decorate : If set to "false", hides additional icons (charging, etc.) (defaults to True)
* battery.showpowerconsumption: If set to "true", show current power consumption (defaults to False)
""" """
import os import os