Skip to content

Commit

Permalink
Make at least on/off light chef have endpoint ID > 10 (#35371)
Browse files Browse the repository at this point in the history
- To test corner cases where tests assume the single application
  endpoint is endpoint 1, this makes the only application endpoint
  be 13 in at least one sample.
  • Loading branch information
tcarmelveilleux authored and pull[bot] committed Sep 10, 2024
1 parent 0719c2a commit 2632290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ endpoint 0 {
ram attribute clusterRevision default = 1;
}
}
endpoint 1 {
endpoint 13 {
device type ma_onofflight = 256, version 1;

binding cluster Binding;
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3473,9 +3473,9 @@
"endpointTypeName": "Anonymous Endpoint Type",
"endpointTypeIndex": 1,
"profileId": 259,
"endpointId": 1,
"endpointId": 13,
"networkId": 0,
"parentEndpointIdentifier": null
}
]
}
}

0 comments on commit 2632290

Please sign in to comment.