Skip to content

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
yabuta committed Dec 21, 2023
1 parent d4bbd0b commit 1a1c355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signage/src/signage/heartbeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ def __init__(self, node):
)

def handle_heartbeat_diagnostics(self, stat):
stat.summary(DiagnosticStatus.OK, "controller change to keyboard")
stat.summary(DiagnosticStatus.OK, "signage is working")
return stat

0 comments on commit 1a1c355

Please sign in to comment.