Skip to content

Commit b1382e0

Browse files
committed
Merge branch 'master' into feature/electrical_energy_measurement
2 parents fa836c4 + 360ab99 commit b1382e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/darwin/Framework/CHIP/MTRDemuxingStorage.mm

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)
159159
// We do not expect to see the "g/ts/tts", "g/ts/dntp", "g/ts/tz",
160160
// "g/ts/dsto" Time Synchronization keys.
161161

162+
// We do not expect to see the "g/icd/cic" key; that's only used for an ICD
163+
// that sends check-in messages.
164+
162165
return false;
163166
}
164167

0 commit comments

Comments
 (0)