feat: show connected robots in ui when getting cb pings #15

Merged
9828273 merged 20 commits from feat/show-connected-robots into dev 2025-11-14 13:09:22 +00:00
Showing only changes of commit 333bd6e6fd - Show all commits

View File

@@ -13,7 +13,7 @@ class MockEventSource {
mockInstances.push(this);
}
sendMessage(data: any) {
sendMessage(data: string) {
// Trigger whatever the component listens to
this.onmessage?.({ data } as MessageEvent);
}