Skip to content

Commit 0fea830

Browse files
committed
components/esp_matter: add IDs to the attribute exception list
This is still easily parsable, and still have IDs which can be consumed by the automations.
1 parent b89f298 commit 0fea830

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

components/esp_matter/data_model/attribute_exceptions.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
# These are mostly the cases where AAI is not registered for the cluster and
33
# attribute is of primitive type.
44
AttributesWithOverridenManagedInternallyFlag:
5-
AirQuality:
6-
- AirQuality
5+
0x005B:
6+
name: AirQuality
7+
attributes:
8+
0x0000: AirQuality
9+
0x0201:
10+
name: Thermostat
11+
attributes:
12+
0x0000: LocalTemperature
13+
0x001A: RemoteSensing
714

815
# List of attributes that have get_val/set_val extentions which reads the attributes
916
# using the connectedhomeip APIs and populate the esp_matter_attr_val_t.
1017
AttributesWithSetterGetterAPIExceptions:
11-
UnitLocalization:
12-
- TemperatureUnit
18+
0x002D:
19+
name: UnitLocalization
20+
attributes:
21+
0x0000: TemperatureUnit

0 commit comments

Comments
 (0)