mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
components/esp_matter:Add missing feature for device energy management cluster
Replace at most validation check with exact one for closure dimension cluster - removed at most validation macro - add features for door lock, microwave oven, device energy management, energy evse devices in all device type app to make them conformant
This commit is contained in:
@@ -842,7 +842,8 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);
|
||||
namespace device_energy_management {
|
||||
typedef struct config {
|
||||
void *delegate;
|
||||
config() : delegate(nullptr) {}
|
||||
uint32_t feature_flags;
|
||||
config() : delegate(nullptr), feature_flags(0) {}
|
||||
} config_t;
|
||||
|
||||
cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);
|
||||
|
||||
Reference in New Issue
Block a user