Add JS stub handler

This commit is contained in:
dgtlmoon
2025-06-04 11:12:24 +02:00
parent 1a2192680a
commit 4b94e5b7f5
+4
View File
@@ -94,6 +94,10 @@ $(document).ready(function () {
}
});
socket.on('notification_event', function (data) {
console.log(`Stub handler for notification_event ${data.watch_uuid}`)
});
// Listen for periodically emitted watch data
console.log('Adding watch_update event listener');