From 90d200c1fbb2b2bb11eb57dacdda65e0d37e1a6e Mon Sep 17 00:00:00 2001 From: Janus Date: Wed, 2 Jun 2021 07:15:05 +0200 Subject: [PATCH] moved flow measurement cluster into seperate xml (#7226) --- .../zcl/data-model/silabs/ha-thread.xml | 17 ---------- .../zcl/data-model/silabs/ha.xml | 18 ---------- .../zcl/flow-measurement-cluster.xml | 33 +++++++++++++++++++ src/app/zap-templates/zcl/zcl.json | 1 + 4 files changed, 34 insertions(+), 35 deletions(-) create mode 100644 src/app/zap-templates/zcl/flow-measurement-cluster.xml diff --git a/src/app/zap-templates/zcl/data-model/silabs/ha-thread.xml b/src/app/zap-templates/zcl/data-model/silabs/ha-thread.xml index 659c3fdd2b7931..f25bd294a8c0db 100644 --- a/src/app/zap-templates/zcl/data-model/silabs/ha-thread.xml +++ b/src/app/zap-templates/zcl/data-model/silabs/ha-thread.xml @@ -445,23 +445,6 @@ limitations under the License. scaled tolerance scale - - Flow Measurement - Measurement & Sensing - Attributes and commands for configuring the measurement of flow, and reporting flow rates. - 0x0404 - FLOW_MEASUREMENT_CLUSTER - true - true - measured value - - min measured value - - max measured value - - tolerance - - Relative Humidity Measurement Measurement & Sensing diff --git a/src/app/zap-templates/zcl/data-model/silabs/ha.xml b/src/app/zap-templates/zcl/data-model/silabs/ha.xml index afb79e189d6ff8..a48fa9f28940b3 100644 --- a/src/app/zap-templates/zcl/data-model/silabs/ha.xml +++ b/src/app/zap-templates/zcl/data-model/silabs/ha.xml @@ -474,24 +474,6 @@ limitations under the License. scaled tolerance scale - - Flow Measurement - Measurement & Sensing - Attributes and commands for configuring the measurement of flow, and reporting flow rates. - 0x0404 - FLOW_MEASUREMENT_CLUSTER - true - true - - measured value - - min measured value - - max measured value - - tolerance - - Relative Humidity Measurement Measurement & Sensing diff --git a/src/app/zap-templates/zcl/flow-measurement-cluster.xml b/src/app/zap-templates/zcl/flow-measurement-cluster.xml new file mode 100644 index 00000000000000..0844e9cd5998f6 --- /dev/null +++ b/src/app/zap-templates/zcl/flow-measurement-cluster.xml @@ -0,0 +1,33 @@ + + + + + + Flow Measurement + Measurement & Sensing + Attributes and commands for configuring the measurement of flow, and reporting flow measurements. + 0x0404 + FLOW_MEASUREMENT_CLUSTER + true + true + measured value + min measured value + max measured value + tolerance + + + diff --git a/src/app/zap-templates/zcl/zcl.json b/src/app/zap-templates/zcl/zcl.json index 15f626dca29751..bcb8283b1e963a 100644 --- a/src/app/zap-templates/zcl/zcl.json +++ b/src/app/zap-templates/zcl/zcl.json @@ -23,6 +23,7 @@ "custom-types.xml", "chip-devices.xml", "descriptor-cluster.xml", + "flow-measurement-cluster.xml", "types.xml", "general.xml", "operational-credentials-cluster.xml",