Skip to content

Commit

Permalink
add hardware id (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
yabuta authored Apr 17, 2024
1 parent 69d62b0 commit b50f908
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 @@ -12,7 +12,7 @@ def __init__(self, node):
self._node,
"/system/signage_connection : signage heartbeat",
self.handle_heartbeat_diagnostics,
"none",
"signage",
)

def handle_heartbeat_diagnostics(self, stat):
Expand Down

0 comments on commit b50f908

Please sign in to comment.