Skip to content

Commit 2651245

Browse files
zap regen (#35894)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent a1bafe1 commit 2651245

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/chef/devices/rootnode_laundrydryer_01796fe396.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)