Skip to content

Commit

Permalink
Add a Base Application Example device type to chip-devices.xml with t…
Browse files Browse the repository at this point in the history
…he minimal clusters needed onto endpoint 0 to commission a device (#10757)
  • Loading branch information
vivien-apple authored and pull[bot] committed Dec 3, 2021
1 parent 87eaa2b commit 512ef94
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/zap-templates/zcl/data-model/chip/chip-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<configurator>
<deviceType>
<name>Base Application Example</name>
<domain>CHIP</domain>
<typeName>Root Node Device Type</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0xFF00</deviceId>
<clusters>
<include cluster="Basic" server="true" serverLocked="true"></include>
<include cluster="Descriptor" server="true" serverLocked="true"></include>
<include cluster="General Commissioning" server="true" serverLocked="true"></include>
<include cluster="Operational Credentials" server="true" serverLocked="true"></include>
</clusters>
</deviceType>

<deviceType>
<name>CHIP-All-Clusters-Server</name>
<domain>CHIP</domain>
Expand Down

0 comments on commit 512ef94

Please sign in to comment.