Skip to content

Commit d586265

Browse files
committed
Fix debug logging description
1 parent c7965ce commit d586265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HomieObserver.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class HomieObserver {
216216
} else if (existingProperty.value !== property.value) {
217217
this.devices[device.id].nodes[node.id].properties[property.id] = property;
218218
this.onUpdate.next(event);
219-
logger.debug('Emitted create and update events for new property', { deviceId: device.id, nodeId: node.id, propertyId: property.id });
219+
logger.debug('Emitted update event for property', { deviceId: device.id, nodeId: node.id, propertyId: property.id });
220220
}
221221
}
222222
}

0 commit comments

Comments
 (0)