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 7cbcf7f commit a10d383Copy full SHA for a10d383
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/MatterLambdaSingleCallbackManyEPs.ino
@@ -110,7 +110,7 @@ void loop() {
110
}
111
112
} else {
113
- if (!Matter.isDeviceConnected()) {
+ if (Matter.isDeviceConnected()) {
114
Serial.println("Matter Node is commissioned and connected to the network. Ready for use.");
115
116
Serial.println("Matter Node is commissioned. Waiting for the network connection.");
0 commit comments