Skip to content

Commit b295a35

Browse files
silabs-borislrzr
authored andcommitted
uic: zpc: UIC-3488: Log updated attribute if set by the parser
(cherry picked from commit e1d1535b8d636d269e8aae56bacb7b580aa16249) Forwarded: #11 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 4b82850 commit b295a35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

applications/zpc/components/zpc_attribute_store/include/zwave_frame_parser.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@ class zwave_frame_parser
435435

436436
if (current_attribute.is_valid()) {
437437
current_attribute.set_reported<T>(value);
438+
sl_log_debug("zwave_frame_parser",
439+
"Attribute updated : %s",
440+
current_attribute.value_to_string().c_str());
438441
} else {
439442
sl_log_warning(
440443
"zwave_frame_parser",

0 commit comments

Comments
 (0)