Skip to content

Commit

Permalink
Add external on-off commands for all-clusters-app
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 authored and bzbarsky-apple committed Dec 20, 2021
1 parent 569e7cc commit d4ff535
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -7687,6 +7687,30 @@
"source": "client",
"incoming": 1,
"outgoing": 1
},
{
"name": "OffWithEffect",
"code": 64,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
},
{
"name": "OnWithRecallGlobalScene",
"code": 65,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
},
{
"name": "OnWithTimedOff",
"code": 66,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
}
],
"attributes": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4ff535

Please sign in to comment.