Skip to content

Commit

Permalink
Fix Carport typo, remove IsGroundFloor field (spec change)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfierke authored and hicklin committed Jun 3, 2024
1 parent 7497eea commit 1500542
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/zap-templates/zcl/data-model/chip/home-location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ limitations under the License.
<item value="0x07" name="Border"/>
<item value="0x08" name="Boxroom"/>
<item value="0x09" name="Breakfast Room"/>
<item value="0x0A" name="Carort"/>
<item value="0x0A" name="Carport"/>
<item value="0x0B" name="Cellar"/>
<item value="0x0C" name="Cloakroom"/>
<item value="0x0D" name="Closet"/>
Expand Down Expand Up @@ -123,7 +123,6 @@ limitations under the License.

<item fieldId="0" name="LocationName" type="char_string" length="64" isNullable="false"/>
<item fieldId="1" name="FloorNumber" type="int16s" isNullable="true"/>
<item fieldId="2" name="IsGroundFloor" type="boolean" isNullable="true"/>
<item fieldId="3" name="AreaType" type="AreaTypeTag" isNullable="true"/>
<item fieldId="2" name="AreaType" type="AreaTypeTag" isNullable="true"/>
</struct>
</configurator>

0 comments on commit 1500542

Please sign in to comment.