mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
components/esp_matter: add closure_dimension cluster in esp_matter
This commit is contained in:
@@ -3036,5 +3036,22 @@ command_t *create_calibrate(cluster_t *cluster)
|
||||
} /* command */
|
||||
} /* closure_control */
|
||||
|
||||
namespace closure_dimension {
|
||||
namespace command {
|
||||
command_t *create_set_target(cluster_t *cluster)
|
||||
{
|
||||
return esp_matter::command::create(cluster, ClosureDimension::Commands::SetTarget::Id,
|
||||
COMMAND_FLAG_ACCEPTED, NULL);
|
||||
}
|
||||
|
||||
command_t *create_step(cluster_t *cluster)
|
||||
{
|
||||
return esp_matter::command::create(cluster, ClosureDimension::Commands::Step::Id,
|
||||
COMMAND_FLAG_ACCEPTED, NULL);
|
||||
}
|
||||
|
||||
} /* command */
|
||||
} /* closure_dimension */
|
||||
|
||||
} /* cluster */
|
||||
} /* esp_matter */
|
||||
|
||||
Reference in New Issue
Block a user