From 2bb38b9ccca85db224ac3c2731ce122907f9b73c Mon Sep 17 00:00:00 2001 From: echoDaveD <32526643+echoDaveD@users.noreply.github.com> Date: Sat, 22 Feb 2025 23:08:48 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 233e3bd..da6010b 100644 --- a/README.md +++ b/README.md @@ -280,10 +280,10 @@ if you want to see how many uniquie Messages have been collected in the Dumpfile - Message with structure type must have capacity of 1. - removed silentMNode config property (new logging section is replacing its functionality but more granular) - added new logging config property to allow to turn on/off additional info log entries - - deviceAdded set to true (default) will log when new device is added to known Devices (and discover to HASS) - - messageNotFound set to true (false is default) will log when a received message was not found in NasaRepository - - packetNotFromIndoorOutdoor set to true (false is default) will log when a message not from Indoor/Outdoor unit was received - - proccessedMessage set to true(false is default) prints out a summary of which massage was processed and its value + - deviceAdded set to true (default) will log when new device is added to known Devices (and discover to HASS) + - messageNotFound set to true (false is default) will log when a received message was not found in NasaRepository + - packetNotFromIndoorOutdoor set to true (false is default) will log when a message not from Indoor/Outdoor unit was received + - proccessedMessage set to true(false is default) prints out a summary of which massage was processed and its value - Added new Measurements - 0x4423 LVAR_IN_MINUTES_SINCE_INSTALLATION - 0x4424 LVAR_IN_MINUTES_ACTIVE @@ -383,4 +383,4 @@ if you want to see how many uniquie Messages have been collected in the Dumpfile - VAR_IN_FSV_5093: desc edited ### v0.1.0Beta - 2025-02-08 -- Initial Commit \ No newline at end of file +- Initial Commit