From 552a88aa24479b202db50383ca456ba1c4db0f58 Mon Sep 17 00:00:00 2001 From: PSONALl Date: Thu, 2 Nov 2023 18:16:33 +0530 Subject: [PATCH] Documentation update for v1.2 device types --- RELEASE_NOTES.md | 6 ++-- SUPPORTED_DEVICE_TYPES.md | 74 +++++++++++++++++++++++++-------------- 2 files changed, 50 insertions(+), 30 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 90f116c36..9526c97f7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 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. # 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`. -- 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, @@ -97,7 +97,7 @@ API Change ``` 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 ------------ diff --git a/SUPPORTED_DEVICE_TYPES.md b/SUPPORTED_DEVICE_TYPES.md index 6f754ba38..8767af34c 100644 --- a/SUPPORTED_DEVICE_TYPES.md +++ b/SUPPORTED_DEVICE_TYPES.md @@ -11,34 +11,54 @@ Utility Device Types 6. Bridged Node Application Device Types + +a. Lighting + 1. On/Off Light 2. Dimmable Light 3. Color Temperature Light 4. Extended Color Light -5. On/Off Switch -6. Dimmer Switch -7. Color Dimmer Switch -8. Generic Switch -9. On/Off Plugin Unit -10. Dimmable Plugin Unit -11. Fan -12. Thermostat -13. Air Quality Sensor -14. Air Purifier -15. Dishwasher -16. Laundry Washer -17. Door Lock -18. Window Covering -19. Temperature Sensor -20. Humidity Sensor -21. Occupancy Sensor -22. Contact Sensor -23. Light Sensor -24. Pressure Sensor -25. Flow Sensor -26. Pump -27. Mode Select -28. Room Air Conditioner -29. Temperature Controlled Cabinet -30. Refrigerator -31. Robotic Vacuum Cleaner + +b. Switches +1. On/Off Switch +2. Dimmer Switch +3. Color Dimmer Switch +4. Generic Switch + +c. Smart Plugs/Outlets +1. On/Off Plugin Unit +2. Dimmable Plugin Unit +3. Pump + +d. Generic +1. Mode Select + +e. HVAC +1. Fan +2. Thermostat +3. Air Quality Sensor +4. Air Purifier + +f. Closure +1. Door Lock +2. Window Covering + +g. Sensors +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