Skip to content

Commit

Permalink
Missing id for notifications (openhab#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Cunningham <[email protected]>
  • Loading branch information
digitaldan authored Feb 20, 2023
1 parent 28e579d commit 498f57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socket-io.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function SocketIO(server, system) {
} else {
if (openhab) {
socket.openhab = openhab; // will use this reference in 'connect' to save on mongo calls
socket.openhabId = openhab.id;
next();
} else {
logger.info('openHAB %s not found', handshakeData.uuid);
Expand Down

0 comments on commit 498f57c

Please sign in to comment.