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 cd24aa5 commit d4ac7a4Copy full SHA for d4ac7a4
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/MatterLambdaSingleCallbackManyEPs.ino
@@ -117,7 +117,7 @@ void loop() {
117
}
118
119
} else {
120
- if (!Matter.isDeviceConnected()) {
+ if (Matter.isDeviceConnected()) {
121
Serial.println("Matter Node is commissioned and connected to the network. Ready for use.");
122
123
Serial.println("Matter Node is commissioned. Waiting for the network connection.");
0 commit comments