From 5bb8377ee033e97de0765c09107a5ab2384e078a Mon Sep 17 00:00:00 2001 From: fesseha-eve <88329315+fessehaeve@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:33:57 +0100 Subject: [PATCH] Add missing Humidity sensor device type definition and fix typo in Contact sensor definition (#12720) * fix wrong device type name * Added Humidity sensor device type definition * Some strange autogen diff * Fixed strange autogen diff using clang-format v9 --- .../zcl/data-model/chip/matter-devices.xml | 41 ++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml b/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml index 98cb27cfe0a2b4..e17cf5dc4d85f9 100644 --- a/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml +++ b/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml @@ -1290,7 +1290,7 @@ limitations under the License. - MA-comtactsensor + MA-contactsensor CHIP Matter Contact Sensor 0x0103 @@ -1530,6 +1530,45 @@ limitations under the License. + + MA-humiditysensor + CHIP + Matter Humidity Sensor + 0x0103 + 0x0307 + + + IDENTIFY_TIME + IDENTIFY_TYPE + Identify + IdentifyQuery + TriggerEffect + + + DEVICE_TYPE_LIST + SERVER_LIST + CLIENT_LIST + PARTS_LIST + + + BINDING + + + GROUP_NAME_SUPPORT + AddGroup + AddGroupResponse + ViewGroup + ViewGroupResponse + GetGroupMembership + GetGroupMembershipResponse + RemoveGroup + RemoveGroupResponse + RemoveAllGroups + AddGroupIfIdentifying + + + + MA-onoffsensor CHIP