Skip to content

Commit

Permalink
adds acpitz to possible temperature keys
Browse files Browse the repository at this point in the history
fixes #43
  • Loading branch information
Renaud11232 committed Mar 18, 2023
1 parent ea186cd commit 5976e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion octoprint_resource_monitor/monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def __get_cpu_temp(self, temp):
"cpu-thermal",
"cpu_thermal",
"soc_thermal",
"cpu_thermal_zone"
"cpu_thermal_zone",
"acpitz"
]
for key in temperature_possible_keys:
if key in temp:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugin_identifier = "resource_monitor"
plugin_package = "octoprint_resource_monitor"
plugin_name = "OctoPrint-Resource-Monitor"
plugin_version = "0.3.12"
plugin_version = "0.3.13rc1"
plugin_description = """A plugin to view the current CPU and RAM usage on your system"""
plugin_author = "Renaud Gaspard"
plugin_author_email = "[email protected]"
Expand Down

0 comments on commit 5976e87

Please sign in to comment.