Skip to content

Commit

Permalink
Use proper diag records.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Nov 15, 2021
1 parent 4fb45b8 commit 315d13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def module(socket, verbose: bool, module: int) -> None:


def module_diag(socket, verbose: bool, module: int) -> None:
DVS = ['warnings', 'errors']
DVS = ['warnings', 'errors', 'uptime', 'mcu_voltage', 'mcu_temperature']

for dvkey in DVS:
response = request_response(socket, verbose, {
Expand Down

0 comments on commit 315d13d

Please sign in to comment.