We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b82850 commit b295a35Copy full SHA for b295a35
applications/zpc/components/zpc_attribute_store/include/zwave_frame_parser.hpp
@@ -435,6 +435,9 @@ class zwave_frame_parser
435
436
if (current_attribute.is_valid()) {
437
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());
441
} else {
442
sl_log_warning(
443
"zwave_frame_parser",
0 commit comments