We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b38e5 commit ecf9faaCopy full SHA for ecf9faa
src/controller/java/src/matter/controller/ICDClientInfo.kt
@@ -21,7 +21,7 @@ package matter.controller
21
/** Class for holding ICD Client information. */
22
data class ICDClientInfo(
23
val peerNodeId: Long,
24
- val checkInNodeId: Long
+ val checkInNodeId: Long,
25
val startCounter: Long,
26
val offset: Long,
27
val monitoredSubject: Long,
0 commit comments