We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f73cf commit 1028576Copy full SHA for 1028576
src/app/CompatEnumNames.h
@@ -42,6 +42,11 @@ using OTAChangeReasonEnum = ChangeReasonEnum;
42
using OTAUpdateStateEnum = UpdateStateEnum;
43
} // namespace OtaSoftwareUpdateRequestor
44
45
+namespace ApplicationLauncher {
46
+// https://github.com/project-chip/connectedhomeip/pull/30134 renamed this
47
+using ApplicationLauncherStatusEnum = StatusEnum;
48
+} // namespace ApplicationLauncher
49
+
50
namespace Channel {
51
using ChannelStatusEnum = StatusEnum;
52
} // namespace Channel
0 commit comments