You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<attributeside="server"code="0x0002"define="OCCUPANCY_SENSOR_TYPE_BITMAP"type="BITMAP8"min="0x00"max="0x07"writable="false"optional="false">occupancy sensor type bitmap</attribute>
This needs to be fixed in the spec, then the fix can be followed in the SDK. That way the names will get feedback before being shipped as API to consumers.
The data-model (XML) for Occupancy Sensing use anonymous BITMAP and ENUM types in attributes:
connectedhomeip/src/app/zap-templates/zcl/data-model/silabs/ha.xml
Lines 398 to 400 in cb430db
Should use following types instead:
connectedhomeip/src/app/zap-templates/zcl/data-model/silabs/types.xml
Line 66 in cb430db
connectedhomeip/src/app/zap-templates/zcl/data-model/silabs/types.xml
Line 253 in cb430db
connectedhomeip/src/app/zap-templates/zcl/data-model/silabs/types.xml
Line 259 in cb430db
This issue is similar to #24075 and #23656
The text was updated successfully, but these errors were encountered: