@@ -50,11 +50,11 @@ void add_bounds_cb(cluster_t *cluster)
50
50
51
51
case Identify::Attributes::IdentifyType::Id: {
52
52
uint8_t min = 0 , max = 6 ;
53
- esp_matter::attribute::add_bounds (current_attribute, esp_matter_enum8 (min), esp_matter_enum8 (max));
53
+ esp_matter::attribute::add_bounds (current_attribute, esp_matter_uint8 (min), esp_matter_uint8 (max));
54
54
break ;
55
55
}
56
56
default :
57
- ESP_LOGI (TAG, " No need to set boudnds for attribute!!! " ) ;
57
+ break ;
58
58
}
59
59
current_attribute = esp_matter::attribute::get_next (current_attribute);
60
60
}
@@ -84,7 +84,7 @@ void add_bounds_cb(cluster_t *cluster)
84
84
break ;
85
85
}
86
86
default :
87
- ESP_LOGI (TAG, " No need to set boudnds for attribute!!! " ) ;
87
+ break ;
88
88
}
89
89
current_attribute = esp_matter::attribute::get_next (current_attribute);
90
90
}
@@ -113,7 +113,7 @@ void add_bounds_cb(cluster_t *cluster)
113
113
break ;
114
114
}
115
115
default :
116
- ESP_LOGI (TAG, " No need to set boudnds for attribute!!! " ) ;
116
+ break ;
117
117
}
118
118
current_attribute = esp_matter::attribute::get_next (current_attribute);
119
119
}
@@ -238,7 +238,7 @@ void add_bounds_cb(cluster_t *cluster)
238
238
break ;
239
239
}
240
240
default :
241
- ESP_LOGI (TAG, " No need to set boudnds for attribute!!! " ) ;
241
+ break ;
242
242
}
243
243
current_attribute = esp_matter::attribute::get_next (current_attribute);
244
244
}
@@ -361,7 +361,7 @@ void add_bounds_cb(cluster_t *cluster)
361
361
break ;
362
362
}
363
363
default :
364
- ESP_LOGI (TAG, " No need to set boudnds for attribute!!! " ) ;
364
+ break ;
365
365
}
366
366
current_attribute = esp_matter::attribute::get_next (current_attribute);
367
367
}
0 commit comments