Skip to content

Commit 7146e9c

Browse files
authored
Update water-leak-detector-app.matter
Fix ThreeLevelAutoEnum
1 parent 931905e commit 7146e9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/water-leak-detector-app/water-leak-detector-common/water-leak-detector-app.matter

+7
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ enum TestGlobalEnum : enum8 {
212212
kFinalValue = 2;
213213
}
214214

215+
enum ThreeLevelAutoEnum : enum8 {
216+
kLow = 0;
217+
kMedium = 1;
218+
kHigh = 2;
219+
kAutomatic = 3;
220+
}
221+
215222
bitmap TestGlobalBitmap : bitmap32 {
216223
kFirstBit = 0x1;
217224
kSecondBit = 0x2;

0 commit comments

Comments
 (0)