mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
components/esp_matter: Remove inconsistencies in the namespaces
This commit is contained in:
@@ -1966,7 +1966,7 @@ command_t *create_sign_vid_verification_response(cluster_t *cluster)
|
||||
} /* command */
|
||||
} /* operational_credentials */
|
||||
|
||||
namespace ota_provider {
|
||||
namespace ota_software_update_provider {
|
||||
namespace command {
|
||||
|
||||
command_t *create_query_image(cluster_t *cluster)
|
||||
@@ -2000,9 +2000,9 @@ command_t *create_apply_update_response(cluster_t *cluster)
|
||||
}
|
||||
|
||||
} /* command */
|
||||
} /* ota_provider */
|
||||
} /* ota_software_update_provider */
|
||||
|
||||
namespace ota_requestor {
|
||||
namespace ota_software_update_requestor {
|
||||
namespace command {
|
||||
|
||||
command_t *create_announce_ota_provider(cluster_t *cluster)
|
||||
@@ -2012,7 +2012,7 @@ command_t *create_announce_ota_provider(cluster_t *cluster)
|
||||
}
|
||||
|
||||
} /* command */
|
||||
} /* ota_requestor */
|
||||
} /* ota_software_update_requestor */
|
||||
|
||||
namespace identify {
|
||||
namespace command {
|
||||
|
||||
Reference in New Issue
Block a user