components/esp_matter: add commodity_metering cluster in esp_matter

This commit is contained in:
mahesh
2025-12-01 15:44:29 +05:30
parent 8da087196e
commit d3d7d328ca
7 changed files with 114 additions and 0 deletions
@@ -1057,5 +1057,10 @@ typedef struct config {
cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);
} /* commodity_price */
namespace commodity_metering {
using config_t = common::config_t;
cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);
} /* commodity_metering */
} /* cluster */
} /* esp_matter */