From a24e0d0377e677e7a9198ec8047529eb08530418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 11 Nov 2024 17:27:00 +0100 Subject: [PATCH] Update matter_device_types.json Add HeatPump device type --- examples/chef/sample_app_util/matter_device_types.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/chef/sample_app_util/matter_device_types.json b/examples/chef/sample_app_util/matter_device_types.json index 3390dec8a584d7..60e307f0dcf70a 100644 --- a/examples/chef/sample_app_util/matter_device_types.json +++ b/examples/chef/sample_app_util/matter_device_types.json @@ -51,5 +51,6 @@ "Dishwasher": 117, "Smoke CO Alarm": 118, "Water Valve": 66, - "Water Leak Detector": 67 + "Water Leak Detector": 67, + "HeatPump": 777 }