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 f9b2dec commit 9cec913Copy full SHA for 9cec913
libraries/Matter/src/MatterEndpoints/MatterFan.cpp
@@ -47,7 +47,7 @@ bool MatterFan::attributeChangeCB(uint16_t endpoint_id, uint32_t cluster_id, uin
47
return false;
48
}
49
50
- log_i("===> Fan Attr update callback: endpoint: %u, cluster: %u, attribute: %u, val: %u", endpoint_id, cluster_id, attribute_id, val->val.u32);
+ log_d("Fan Attr update callback: endpoint: %u, cluster: %u, attribute: %u, val: %u", endpoint_id, cluster_id, attribute_id, val->val.u32);
51
52
if (endpoint_id == getEndPointId() && cluster_id == FanControl::Id) {
53
switch (attribute_id) {
0 commit comments