From 91a7eab5549097b1513b308922b1408f68b4716b Mon Sep 17 00:00:00 2001 From: Thomas Koch Date: Mon, 7 Oct 2024 16:00:34 +0200 Subject: [PATCH] bat.d/dell tlp-stat -b: show charge_types attribute --- bat.d/65-dell | 1 + 1 file changed, 1 insertion(+) diff --git a/bat.d/65-dell b/bat.d/65-dell index 8d9a5495..8cf9e746 100644 --- a/bat.d/65-dell +++ b/bat.d/65-dell @@ -597,6 +597,7 @@ batdrv_show_battery_data () { if [ "$_bm_thresh" = "natacpi" ]; then printf "%-59s = %6s [%%]\n" "$_bf_start" "$(batdrv_read_threshold start 1)" printf "%-59s = %6s [%%]\n" "$_bf_stop" "$(batdrv_read_threshold stop 1)" + printparm "%-59s = ##%s## [%%]" "$_bd_read/charge_types" "not available" printf "\n" fi