From 2188f815538ea1523740683fb0297f51bf4446f4 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 11 Oct 2023 11:18:24 -0400 Subject: [PATCH] Address review comment. --- src/app/CompatEnumNames.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/CompatEnumNames.h b/src/app/CompatEnumNames.h index f928c761416b11..eb5a4aabfdc3cd 100644 --- a/src/app/CompatEnumNames.h +++ b/src/app/CompatEnumNames.h @@ -27,12 +27,16 @@ namespace app { namespace Clusters { namespace OtaSoftwareUpdateProvider { +// https://github.com/project-chip/connectedhomeip/pull/29459 renamed these +// enums to follow the spec names. using OTAApplyUpdateAction = ApplyUpdateActionEnum; using OTADownloadProtocol = DownloadProtocolEnum; using OTAQueryStatus = StatusEnum; } // namespace OtaSoftwareUpdateProvider namespace OtaSoftwareUpdateRequestor { +// https://github.com/project-chip/connectedhomeip/pull/29459 renamed these +// enums to follow the spec names. using OTAAnnouncementReason = AnnouncementReasonEnum; using OTAChangeReasonEnum = ChangeReasonEnum; using OTAUpdateStateEnum = UpdateStateEnum;