Skip to content

Commit fcdfab4

Browse files
authored
feat(matter): a few formatting changes to this endpoint code
1 parent f4c3f8a commit fcdfab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Matter/src/MatterEndpoints/MatterColorTemperatureLight.h

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class MatterColorTemperatureLight : public MatterEndPoint {
5757
void onChangeOnOff(EndPointOnOffCB onChangeCB) {
5858
_onChangeOnOffCB = onChangeCB;
5959
}
60+
6061
// User Callback for whenever the Light brightness value [0..255] is changed by the Matter Controller
6162
using EndPointBrightnessCB = std::function<bool(uint8_t)>;
6263
void onChangeBrightness(EndPointBrightnessCB onChangeCB) {

0 commit comments

Comments
 (0)