mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2025-10-29 17:50:27 +00:00
Trying to find a good way to get cpu temp
This commit is contained in:
@@ -12,4 +12,4 @@ cpu = Cpu(monitoring_latency=1)
|
|||||||
with cpu:
|
with cpu:
|
||||||
for _ in range(8):
|
for _ in range(8):
|
||||||
cpu.load, cpu.temperature
|
cpu.load, cpu.temperature
|
||||||
sleep(1.1)
|
sleep(1.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user