Browse Source

Text feedback correction Undervoltage

master
Dirk Alders 11 months ago
parent
commit
a117442072
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      check_raspi_voltage

+ 1
- 1
check_raspi_voltage View File

37
     else:
37
     else:
38
         status = n.OK
38
         status = n.OK
39
     #
39
     #
40
-    n.exit(status, f"Overtemperature state ({throttled})")
40
+    n.exit(status, f"Undervoltage state ({throttled})")

Loading…
Cancel
Save