Skip to content

Commit

Permalink
added data gathering entry for cputemp #104
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaae committed Apr 25, 2023
1 parent 9a1fcee commit e78254f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/openmediavault/omv_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def get_hwinfo(self):
# get_cputemp
# ---------------------------
def get_cputemp(self):
return
# tmp_data = parse_api(
# data={},
# source=self.api.query("CpuTemp", "get"),
Expand All @@ -297,7 +298,7 @@ def get_cputemp(self):
# {"name": "smartsupportis", "type": "bool", "default": False},
# ],
# )
print("CpuTemp:", self.api.query("CpuTemp", "get"))
# print("CpuTemp:", self.api.query("CpuTemp", "get"))

# ---------------------------
# get_disk
Expand Down

0 comments on commit e78254f

Please sign in to comment.