The cluster revision for pump configuration and control cluster is 3
|
constexpr uint16_t cluster_revision = 3; |
instead of 4 as reported in Matter 1.5 specification
and also reported in data model in connectedhomeip repository in file data_model/1.5/clusters/PumpConfigurationControl.xml
<cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="0x0200" name="Pump Configuration and Control Cluster" revision="4">
I'm using the release/v1.5 branch so I expect it would be aligned with revision 4
The cluster revision for pump configuration and control cluster is 3
esp-matter/components/esp_matter/data_model/private/esp_matter_cluster_revisions.h
Line 255 in abfcb76
instead of 4 as reported in Matter 1.5 specification
and also reported in data model in connectedhomeip repository in file data_model/1.5/clusters/PumpConfigurationControl.xml
<cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="0x0200" name="Pump Configuration and Control Cluster" revision="4">I'm using the release/v1.5 branch so I expect it would be aligned with revision 4