Skip to content

Commit 8e760b4

Browse files
committed
Manual fix for base device type
This broke again when I re-levelled the section headers. Will fix in spec.
1 parent d45a14f commit 8e760b4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

data_model/device_types/BaseDeviceType.xml

+19
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,23 @@ Davis, CA 95616, USA
6262
<revision revision="2" summary="Duplicate condition replaces Multiple condition"/>
6363
</revisionHistory>
6464
<conditions/>
65+
<clusters>
66+
<cluster id="0x001D" name="Descriptor" side="server">
67+
<mandatoryConform/>
68+
</cluster>
69+
<cluster id="0x001E" name="Binding" side="server">
70+
<mandatoryConform>
71+
<andTerm>
72+
<condition name="Simple"/>
73+
<condition name="Client"/>
74+
</andTerm>
75+
</mandatoryConform>
76+
</cluster>
77+
<cluster id="0x0040" name="Fixed Label" side="server">
78+
<optionalConform/>
79+
</cluster>
80+
<cluster id="0x0041" name="User Label" side="server">
81+
<optionalConform/>
82+
</cluster>
83+
</clusters>
6584
</deviceType>

0 commit comments

Comments
 (0)