components/esp_matter: add commodity_price cluster in esp_matter

This commit is contained in:
mahesh
2025-11-28 17:21:27 +05:30
parent 6667a7e8c5
commit 8da087196e
15 changed files with 214 additions and 0 deletions
@@ -1048,5 +1048,14 @@ typedef struct config {
cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);
} /* commodity_tariff */
namespace commodity_price {
typedef struct config {
void *delegate;
config() : delegate(nullptr) {}
} config_t;
cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);
} /* commodity_price */
} /* cluster */
} /* esp_matter */