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 692e09b commit ea2d6bdCopy full SHA for ea2d6bd
libraries/Matter/examples/MatterOnOffLight/MatterOnOffLight.ino
@@ -85,7 +85,7 @@ void setup() {
85
// Initialize Matter EndPoint
86
lastStatePref.begin("matterLight", false);
87
bool lastOnOffState = lastStatePref.getBool(ON_OFF_PREF_KEY, true);
88
- OnOffLight.begin(lastOnOffState);
+ OnOffLight.begin(lastOnOffState);
89
OnOffLight.onChange(setLightOnOff);
90
91
// Matter beginning - Last step, after all EndPoints are initialized
0 commit comments