Skip to content

Commit b740654

Browse files
committed
feat(matter): matter.h includes all possible endpoint header files
1 parent 46d35f5 commit b740654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: libraries/Matter/src/Matter.h

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include <Arduino.h>
2020
#include <esp_matter.h>
21+
#include <MatterEndpoints/MatterOnOffLight.h>
22+
#include <MatterEndpoints/MatterDimmableLight.h>
2123

2224
using namespace esp_matter;
2325

0 commit comments

Comments
 (0)