mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Documentation update for v1.2 device types
This commit is contained in:
+3
-3
@@ -13,7 +13,7 @@ By default primitive data types are stored as blob and that consumes more space
|
|||||||
Added a configuration option (`CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE`) which uses
|
Added a configuration option (`CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE`) which uses
|
||||||
the primitive data type specific NVS APIs to store the attribute. This saves space in NVS partition.
|
the primitive data type specific NVS APIs to store the attribute. This saves space in NVS partition.
|
||||||
|
|
||||||
Newer developements shall enable option `ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE` to save on NVS space.
|
Newer developments shall enable option `ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE` to save on NVS space.
|
||||||
All the examples have this option enabled.
|
All the examples have this option enabled.
|
||||||
|
|
||||||
# 7-April-2023
|
# 7-April-2023
|
||||||
@@ -36,7 +36,7 @@ esp_err_t esp_matter::identification::init(uint16_t endpoint_id, uint8_t identif
|
|||||||
```
|
```
|
||||||
|
|
||||||
- Above API now accepts the parameters for initial identification `effect_identifier` and `effect_variant`.
|
- Above API now accepts the parameters for initial identification `effect_identifier` and `effect_variant`.
|
||||||
- If not used then default value will be used for initialization
|
- If not used, then default value will be used for initialization
|
||||||
|
|
||||||
```
|
```
|
||||||
typedef esp_err_t (*callback_t)(callback_type_t type, uint16_t endpoint_id, uint8_t effect_id, uint8_t effect_variant,
|
typedef esp_err_t (*callback_t)(callback_type_t type, uint16_t endpoint_id, uint8_t effect_id, uint8_t effect_variant,
|
||||||
@@ -97,7 +97,7 @@ API Change
|
|||||||
```
|
```
|
||||||
esp_err_t add(endpoint_t *endpoint, config_t *config)
|
esp_err_t add(endpoint_t *endpoint, config_t *config)
|
||||||
```
|
```
|
||||||
- Above API returns the esp_err instread of endpoint.
|
- Above API returns the esp_err instead of endpoint.
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
------------
|
------------
|
||||||
|
|||||||
+47
-27
@@ -11,34 +11,54 @@ Utility Device Types
|
|||||||
6. Bridged Node
|
6. Bridged Node
|
||||||
|
|
||||||
Application Device Types
|
Application Device Types
|
||||||
|
|
||||||
|
a. Lighting
|
||||||
|
|
||||||
1. On/Off Light
|
1. On/Off Light
|
||||||
2. Dimmable Light
|
2. Dimmable Light
|
||||||
3. Color Temperature Light
|
3. Color Temperature Light
|
||||||
4. Extended Color Light
|
4. Extended Color Light
|
||||||
5. On/Off Switch
|
|
||||||
6. Dimmer Switch
|
b. Switches
|
||||||
7. Color Dimmer Switch
|
1. On/Off Switch
|
||||||
8. Generic Switch
|
2. Dimmer Switch
|
||||||
9. On/Off Plugin Unit
|
3. Color Dimmer Switch
|
||||||
10. Dimmable Plugin Unit
|
4. Generic Switch
|
||||||
11. Fan
|
|
||||||
12. Thermostat
|
c. Smart Plugs/Outlets
|
||||||
13. Air Quality Sensor
|
1. On/Off Plugin Unit
|
||||||
14. Air Purifier
|
2. Dimmable Plugin Unit
|
||||||
15. Dishwasher
|
3. Pump
|
||||||
16. Laundry Washer
|
|
||||||
17. Door Lock
|
d. Generic
|
||||||
18. Window Covering
|
1. Mode Select
|
||||||
19. Temperature Sensor
|
|
||||||
20. Humidity Sensor
|
e. HVAC
|
||||||
21. Occupancy Sensor
|
1. Fan
|
||||||
22. Contact Sensor
|
2. Thermostat
|
||||||
23. Light Sensor
|
3. Air Quality Sensor
|
||||||
24. Pressure Sensor
|
4. Air Purifier
|
||||||
25. Flow Sensor
|
|
||||||
26. Pump
|
f. Closure
|
||||||
27. Mode Select
|
1. Door Lock
|
||||||
28. Room Air Conditioner
|
2. Window Covering
|
||||||
29. Temperature Controlled Cabinet
|
|
||||||
30. Refrigerator
|
g. Sensors
|
||||||
31. Robotic Vacuum Cleaner
|
1. Temperature Sensor
|
||||||
|
2. Humidity Sensor
|
||||||
|
3. Occupancy Sensor
|
||||||
|
4. Contact Sensor
|
||||||
|
5. Light Sensor
|
||||||
|
6. Pressure Sensor
|
||||||
|
7. Flow Sensor
|
||||||
|
8. Smoke CO Alarm
|
||||||
|
|
||||||
|
h. Robotic
|
||||||
|
1. Robotic Vacuum Cleaner
|
||||||
|
|
||||||
|
i. Appliance
|
||||||
|
1. Dishwasher
|
||||||
|
2. Laundry Washer
|
||||||
|
3. Room Air Conditioner
|
||||||
|
4. Refrigerator
|
||||||
|
5. Temperature Controlled Cabinet
|
||||||
|
|||||||
Reference in New Issue
Block a user