mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
components/esp-matter: Remove heating feature from Room AC.
This commit is contained in:
@@ -1381,8 +1381,7 @@ esp_err_t add(endpoint_t *endpoint, config_t *config)
|
||||
|
||||
identify::create(endpoint, &(config->identify), CLUSTER_FLAG_SERVER);
|
||||
on_off::create(endpoint, &(config->on_off), CLUSTER_FLAG_SERVER, on_off::feature::dead_front_behavior::get_id());
|
||||
cluster::thermostat::create(endpoint, &(config->thermostat), CLUSTER_FLAG_SERVER, cluster::thermostat::feature::cooling::get_id()
|
||||
| cluster::thermostat::feature::heating::get_id());
|
||||
cluster::thermostat::create(endpoint, &(config->thermostat), CLUSTER_FLAG_SERVER, cluster::thermostat::feature::cooling::get_id());
|
||||
|
||||
return ESP_OK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user