Skip to content

Commit

Permalink
Add onTransitionToActiveMode event to the ICDM cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jan 8, 2024
1 parent cd14b8a commit 8f9a2fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/lit-icd-app/lit-icd-common/lit-icd-server-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0000000000000000",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down Expand Up @@ -3615,6 +3615,15 @@
"maxInterval": 65534,
"reportableChange": 0
}
],
"events": [
{
"name": "OnTransitionToActiveMode",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
}
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ limitations under the License.
<attribute side="server" code="0x06" define="USER_ACTIVE_MODE_TRIGGER_HINT" type="UserActiveModeTriggerBitmap" writable="false" optional="true" isNullable="false">UserActiveModeTriggerHint</attribute>
<attribute side="server" code="0x07" define="USER_ACTIVE_MODE_TRIGGER_INSTRUCTION" type="char_string" length="128" writable="false" optional="true" isNullable="false">UserActiveModeTriggerInstruction</attribute>

<event side="server" code="0x00" priority="critical" name="OnTransitionToActiveMode" optional="true">
<description>OnTransitionToActiveMode</description>
</event>

<command source="client" code="0x00" name="RegisterClient" response="RegisterClientResponse" isFabricScoped="true" optional="true">
<description>Register a client to the end device</description>
<arg name="CheckInNodeID" type="node_id" optional="false"/>
Expand Down

0 comments on commit 8f9a2fb

Please sign in to comment.