mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'cluster/op_state' into 'main'
[components/esp-matter] Fix cluster revision of operational state cluster See merge request app-frameworks/esp-matter!764
This commit is contained in:
@@ -539,7 +539,7 @@ namespace operational_state {
|
||||
typedef struct config {
|
||||
uint16_t cluster_revision;
|
||||
void *delegate;
|
||||
config() : cluster_revision(1), delegate(nullptr) {}
|
||||
config() : cluster_revision(2), delegate(nullptr) {}
|
||||
} config_t;
|
||||
|
||||
cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);
|
||||
|
||||
Reference in New Issue
Block a user