From 590faef1bb7c5a3abe44ef520b239b34a41b14d6 Mon Sep 17 00:00:00 2001 From: anima Date: Sat, 19 Oct 2024 17:58:55 +0200 Subject: [PATCH] add description --- Pihole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pihole.py b/Pihole.py index 6e30ec2..7451d0c 100644 --- a/Pihole.py +++ b/Pihole.py @@ -354,7 +354,7 @@ class Pihole: return False def set_tmp_unit(self, unit: str = 'c') -> dict | None: - """set temperature unit (supported: c, f or k) + """set cpu temperature unit (supported: c, f or k) :param unit: temp unit (c, f or k) :type: unit: str