Skip to content

Commit a10d383

Browse files
SuGliderCopilot
andauthored
fix(matter): worng test logic
Co-authored-by: Copilot <[email protected]>
1 parent 7cbcf7f commit a10d383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/MatterLambdaSingleCallbackManyEPs.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void loop() {
110110
}
111111
}
112112
} else {
113-
if (!Matter.isDeviceConnected()) {
113+
if (Matter.isDeviceConnected()) {
114114
Serial.println("Matter Node is commissioned and connected to the network. Ready for use.");
115115
} else {
116116
Serial.println("Matter Node is commissioned. Waiting for the network connection.");

0 commit comments

Comments
 (0)