[Python] Fix the value type of enumeration kUnknownEnumValue (#35963)
Co-authored-by: Andrei Litvin <andy314@gmail.com>
diff --git a/src/controller/python/chip/clusters/Objects.py b/src/controller/python/chip/clusters/Objects.py
index 2daa5e7..bd4f5cf 100644
--- a/src/controller/python/chip/clusters/Objects.py
+++ b/src/controller/python/chip/clusters/Objects.py
@@ -269,7 +269,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 95,
+ kUnknownEnumValue = 95
class AtomicRequestTypeEnum(MatterIntEnum):
kBeginWrite = 0x00
@@ -279,7 +279,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class FloorSurfaceTag(MatterIntEnum):
kCarpet = 0x00
@@ -310,7 +310,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 24,
+ kUnknownEnumValue = 24
class LandmarkTag(MatterIntEnum):
kAirConditioner = 0x00
@@ -368,7 +368,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 51,
+ kUnknownEnumValue = 51
class PositionTag(MatterIntEnum):
kLeft = 0x00
@@ -382,7 +382,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class RelativePositionTag(MatterIntEnum):
kUnder = 0x00
@@ -396,7 +396,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class TestGlobalEnum(MatterIntEnum):
kSomeValue = 0x00
@@ -406,7 +406,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class ThreeLevelAutoEnum(MatterIntEnum):
kLow = 0x00
@@ -417,7 +417,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class TestGlobalBitmap(IntFlag):
@@ -509,7 +509,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class EffectVariantEnum(MatterIntEnum):
kDefault = 0x00
@@ -517,7 +517,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 1,
+ kUnknownEnumValue = 1
class IdentifyTypeEnum(MatterIntEnum):
kNone = 0x00
@@ -530,7 +530,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Commands:
@dataclass
@@ -1057,7 +1057,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class DyingLightEffectVariantEnum(MatterIntEnum):
kDyingLightFadeOff = 0x00
@@ -1065,7 +1065,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 1,
+ kUnknownEnumValue = 1
class EffectIdentifierEnum(MatterIntEnum):
kDelayedAllOff = 0x00
@@ -1074,7 +1074,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class StartUpOnOffEnum(MatterIntEnum):
kOff = 0x00
@@ -1084,7 +1084,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -1423,7 +1423,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class StepModeEnum(MatterIntEnum):
kUp = 0x00
@@ -1432,7 +1432,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Bitmaps:
class Feature(IntFlag):
@@ -2527,7 +2527,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class AccessControlEntryPrivilegeEnum(MatterIntEnum):
kView = 0x01
@@ -2539,7 +2539,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class AccessRestrictionTypeEnum(MatterIntEnum):
kAttributeAccessForbidden = 0x00
@@ -2550,7 +2550,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class ChangeTypeEnum(MatterIntEnum):
kChanged = 0x00
@@ -2560,7 +2560,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -3020,7 +3020,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class ActionStateEnum(MatterIntEnum):
kInactive = 0x00
@@ -3031,7 +3031,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class ActionTypeEnum(MatterIntEnum):
kOther = 0x00
@@ -3045,7 +3045,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class EndpointListTypeEnum(MatterIntEnum):
kOther = 0x00
@@ -3055,7 +3055,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class CommandBits(IntFlag):
@@ -3629,7 +3629,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 21,
+ kUnknownEnumValue = 21
class ProductFinishEnum(MatterIntEnum):
kOther = 0x00
@@ -3642,7 +3642,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Structs:
@dataclass
@@ -4257,7 +4257,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class DownloadProtocolEnum(MatterIntEnum):
kBDXSynchronous = 0x00
@@ -4268,7 +4268,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class StatusEnum(MatterIntEnum):
kUpdateAvailable = 0x00
@@ -4279,7 +4279,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Commands:
@dataclass
@@ -4534,7 +4534,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class ChangeReasonEnum(MatterIntEnum):
kUnknown = 0x00
@@ -4546,7 +4546,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class UpdateStateEnum(MatterIntEnum):
kUnknown = 0x00
@@ -4562,7 +4562,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 9,
+ kUnknownEnumValue = 9
class Structs:
@dataclass
@@ -5044,7 +5044,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 12,
+ kUnknownEnumValue = 12
class HourFormatEnum(MatterIntEnum):
k12hr = 0x00
@@ -5054,7 +5054,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Bitmaps:
class Feature(IntFlag):
@@ -5240,7 +5240,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -5625,7 +5625,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 33,
+ kUnknownEnumValue = 33
class BatChargeFaultEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -5643,7 +5643,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 11,
+ kUnknownEnumValue = 11
class BatChargeLevelEnum(MatterIntEnum):
kOk = 0x00
@@ -5653,7 +5653,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class BatChargeStateEnum(MatterIntEnum):
kUnknown = 0x00
@@ -5664,7 +5664,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class BatCommonDesignationEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -5752,7 +5752,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 81,
+ kUnknownEnumValue = 81
class BatFaultEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -5762,7 +5762,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class BatReplaceabilityEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -5773,7 +5773,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class PowerSourceStatusEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -5784,7 +5784,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class WiredCurrentTypeEnum(MatterIntEnum):
kAc = 0x00
@@ -5793,7 +5793,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class WiredFaultEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -5803,7 +5803,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -6583,7 +6583,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class RegulatoryLocationTypeEnum(MatterIntEnum):
kIndoor = 0x00
@@ -6593,7 +6593,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -7075,7 +7075,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 13,
+ kUnknownEnumValue = 13
class WiFiBandEnum(MatterIntEnum):
k2g4 = 0x00
@@ -7088,7 +7088,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Bitmaps:
class Feature(IntFlag):
@@ -7703,7 +7703,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class StatusEnum(MatterIntEnum):
kSuccess = 0x00
@@ -7715,7 +7715,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class TransferProtocolEnum(MatterIntEnum):
kResponsePayload = 0x00
@@ -7724,7 +7724,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Commands:
@dataclass
@@ -7921,7 +7921,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class HardwareFaultEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -7939,7 +7939,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 11,
+ kUnknownEnumValue = 11
class InterfaceTypeEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -7951,7 +7951,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class NetworkFaultEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -7962,7 +7962,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class RadioFaultEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -7976,7 +7976,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class Bitmaps:
class Feature(IntFlag):
@@ -8831,7 +8831,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class NetworkFaultEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -8842,7 +8842,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class RoutingRoleEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -8856,7 +8856,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class Bitmaps:
class Feature(IntFlag):
@@ -10198,7 +10198,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class ConnectionStatusEnum(MatterIntEnum):
kConnected = 0x00
@@ -10207,7 +10207,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class SecurityTypeEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -10220,7 +10220,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class WiFiVersionEnum(MatterIntEnum):
kA = 0x00
@@ -10234,7 +10234,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class Bitmaps:
class Feature(IntFlag):
@@ -10678,7 +10678,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 10,
+ kUnknownEnumValue = 10
class Bitmaps:
class Feature(IntFlag):
@@ -11001,7 +11001,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class StatusCode(MatterIntEnum):
kTimeNotAccepted = 0x02
@@ -11009,7 +11009,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class TimeSourceEnum(MatterIntEnum):
kNone = 0x00
@@ -11033,7 +11033,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 17,
+ kUnknownEnumValue = 17
class TimeZoneDatabaseEnum(MatterIntEnum):
kFull = 0x00
@@ -11043,7 +11043,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -11691,7 +11691,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 21,
+ kUnknownEnumValue = 21
class ProductFinishEnum(MatterIntEnum):
kOther = 0x00
@@ -11704,7 +11704,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Bitmaps:
class Feature(IntFlag):
@@ -12563,7 +12563,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class StatusCode(MatterIntEnum):
kBusy = 0x02
@@ -12573,7 +12573,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class Bitmaps:
class Feature(IntFlag):
@@ -12834,7 +12834,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class NodeOperationalCertStatusEnum(MatterIntEnum):
kOk = 0x00
@@ -12851,7 +12851,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class Structs:
@dataclass
@@ -13336,7 +13336,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Bitmaps:
class Feature(IntFlag):
@@ -14535,7 +14535,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class OperatingModeEnum(MatterIntEnum):
kSit = 0x00
@@ -14544,7 +14544,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Bitmaps:
class Feature(IntFlag):
@@ -14978,7 +14978,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Feature(IntFlag):
@@ -15237,7 +15237,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class OperationalStateEnum(MatterIntEnum):
kStopped = 0x00
@@ -15248,7 +15248,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Structs:
@dataclass
@@ -15641,7 +15641,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 10,
+ kUnknownEnumValue = 10
class Bitmaps:
class Feature(IntFlag):
@@ -15910,7 +15910,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Attributes:
@dataclass
@@ -16926,7 +16926,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Feature(IntFlag):
@@ -18389,7 +18389,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class Bitmaps:
class Feature(IntFlag):
@@ -18570,7 +18570,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class ContaminationStateEnum(MatterIntEnum):
kNormal = 0x00
@@ -18581,7 +18581,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class EndOfServiceEnum(MatterIntEnum):
kNormal = 0x00
@@ -18590,7 +18590,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class ExpressedStateEnum(MatterIntEnum):
kNormal = 0x00
@@ -18606,7 +18606,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 9,
+ kUnknownEnumValue = 9
class MuteStateEnum(MatterIntEnum):
kNotMuted = 0x00
@@ -18615,7 +18615,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class SensitivityEnum(MatterIntEnum):
kHigh = 0x00
@@ -18625,7 +18625,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -19453,7 +19453,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 10,
+ kUnknownEnumValue = 10
class Bitmaps:
class Feature(IntFlag):
@@ -19993,7 +19993,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class OperationalStateEnum(MatterIntEnum):
kStopped = 0x00
@@ -20004,7 +20004,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Structs:
@dataclass
@@ -21321,7 +21321,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class DegradationDirectionEnum(MatterIntEnum):
kUp = 0x00
@@ -21330,7 +21330,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class ProductIdentifierTypeEnum(MatterIntEnum):
kUpc = 0x00
@@ -21342,7 +21342,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class Bitmaps:
class Feature(IntFlag):
@@ -21616,7 +21616,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class DegradationDirectionEnum(MatterIntEnum):
kUp = 0x00
@@ -21625,7 +21625,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class ProductIdentifierTypeEnum(MatterIntEnum):
kUpc = 0x00
@@ -21637,7 +21637,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class Bitmaps:
class Feature(IntFlag):
@@ -22272,7 +22272,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class ValveStateEnum(MatterIntEnum):
kClosed = 0x00
@@ -22282,7 +22282,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -22726,7 +22726,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 15,
+ kUnknownEnumValue = 15
class PowerModeEnum(MatterIntEnum):
kUnknown = 0x00
@@ -22736,7 +22736,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -23313,7 +23313,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 15,
+ kUnknownEnumValue = 15
class Bitmaps:
class Feature(IntFlag):
@@ -23683,7 +23683,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Bitmaps:
class Feature(IntFlag):
@@ -24034,7 +24034,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 10,
+ kUnknownEnumValue = 10
class HeatingSourceEnum(MatterIntEnum):
kAny = 0x00
@@ -24044,7 +24044,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class LoadControlEventChangeSourceEnum(MatterIntEnum):
kAutomatic = 0x00
@@ -24053,7 +24053,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class LoadControlEventStatusEnum(MatterIntEnum):
kUnknown = 0x00
@@ -24073,7 +24073,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 13,
+ kUnknownEnumValue = 13
class Bitmaps:
class CancelControlBitmap(IntFlag):
@@ -24625,7 +24625,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MessagePriorityEnum(MatterIntEnum):
kLow = 0x00
@@ -24636,7 +24636,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Feature(IntFlag):
@@ -24975,7 +24975,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class CauseEnum(MatterIntEnum):
kNormalCompletion = 0x00
@@ -24987,7 +24987,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class CostTypeEnum(MatterIntEnum):
kFinancial = 0x00
@@ -24998,7 +24998,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class ESAStateEnum(MatterIntEnum):
kOffline = 0x00
@@ -25010,7 +25010,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class ESATypeEnum(MatterIntEnum):
kEvse = 0x00
@@ -25032,7 +25032,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 14,
+ kUnknownEnumValue = 14
class ForecastUpdateReasonEnum(MatterIntEnum):
kInternalOptimization = 0x00
@@ -25042,7 +25042,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class OptOutStateEnum(MatterIntEnum):
kNoOptOut = 0x00
@@ -25053,7 +25053,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class PowerAdjustReasonEnum(MatterIntEnum):
kNoAdjustment = 0x00
@@ -25063,7 +25063,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -25742,7 +25742,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class FaultStateEnum(MatterIntEnum):
kNoError = 0x00
@@ -25766,7 +25766,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 16,
+ kUnknownEnumValue = 16
class StateEnum(MatterIntEnum):
kNotPluggedIn = 0x00
@@ -25780,7 +25780,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class SupplyStateEnum(MatterIntEnum):
kDisabled = 0x00
@@ -25793,7 +25793,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Bitmaps:
class Feature(IntFlag):
@@ -26644,7 +26644,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Feature(IntFlag):
@@ -27981,7 +27981,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class CredentialRuleEnum(MatterIntEnum):
kSingle = 0x00
@@ -27991,7 +27991,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class CredentialTypeEnum(MatterIntEnum):
kProgrammingPIN = 0x00
@@ -28007,7 +28007,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 9,
+ kUnknownEnumValue = 9
class DataOperationTypeEnum(MatterIntEnum):
kAdd = 0x00
@@ -28017,7 +28017,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class DlLockState(MatterIntEnum):
kNotFullyLocked = 0x00
@@ -28028,7 +28028,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class DlLockType(MatterIntEnum):
kDeadBolt = 0x00
@@ -28047,7 +28047,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 12,
+ kUnknownEnumValue = 12
class DlStatus(MatterIntEnum):
kSuccess = 0x00
@@ -28061,7 +28061,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class DoorLockOperationEventCode(MatterIntEnum):
kUnknownOrMfgSpecific = 0x00
@@ -28083,7 +28083,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 15,
+ kUnknownEnumValue = 15
class DoorLockProgrammingEventCode(MatterIntEnum):
kUnknownOrMfgSpecific = 0x00
@@ -28097,7 +28097,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class DoorLockSetPinOrIdStatus(MatterIntEnum):
kSuccess = 0x00
@@ -28108,7 +28108,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class DoorLockUserStatus(MatterIntEnum):
kAvailable = 0x00
@@ -28119,7 +28119,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class DoorLockUserType(MatterIntEnum):
kUnrestricted = 0x00
@@ -28132,7 +28132,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class DoorStateEnum(MatterIntEnum):
kDoorOpen = 0x00
@@ -28145,7 +28145,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class LockDataTypeEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -28166,7 +28166,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 14,
+ kUnknownEnumValue = 14
class LockOperationTypeEnum(MatterIntEnum):
kLock = 0x00
@@ -28178,7 +28178,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class OperatingModeEnum(MatterIntEnum):
kNormal = 0x00
@@ -28190,7 +28190,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class OperationErrorEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -28202,7 +28202,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class OperationSourceEnum(MatterIntEnum):
kUnspecified = 0x00
@@ -28220,7 +28220,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 11,
+ kUnknownEnumValue = 11
class UserStatusEnum(MatterIntEnum):
kAvailable = 0x00
@@ -28230,7 +28230,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class UserTypeEnum(MatterIntEnum):
kUnrestrictedUser = 0x00
@@ -28247,7 +28247,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 10,
+ kUnknownEnumValue = 10
class Bitmaps:
class DaysMaskMap(IntFlag):
@@ -30032,7 +30032,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 24,
+ kUnknownEnumValue = 24
class Type(MatterIntEnum):
kRollerShade = 0x00
@@ -30050,7 +30050,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 10,
+ kUnknownEnumValue = 10
class Bitmaps:
class ConfigStatus(IntFlag):
@@ -30693,7 +30693,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class SelectAreasStatus(MatterIntEnum):
kSuccess = 0x00
@@ -30704,7 +30704,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class SkipAreaStatus(MatterIntEnum):
kSuccess = 0x00
@@ -30715,7 +30715,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Feature(IntFlag):
@@ -31139,7 +31139,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class OperationModeEnum(MatterIntEnum):
kNormal = 0x00
@@ -31150,7 +31150,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Feature(IntFlag):
@@ -32062,7 +32062,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 1,
+ kUnknownEnumValue = 1
class ACCompressorTypeEnum(MatterIntEnum):
kUnknown = 0x00
@@ -32073,7 +32073,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class ACLouverPositionEnum(MatterIntEnum):
kClosed = 0x01
@@ -32085,7 +32085,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class ACRefrigerantTypeEnum(MatterIntEnum):
kUnknown = 0x00
@@ -32096,7 +32096,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class ACTypeEnum(MatterIntEnum):
kUnknown = 0x00
@@ -32108,7 +32108,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class ControlSequenceOfOperationEnum(MatterIntEnum):
kCoolingOnly = 0x00
@@ -32121,7 +32121,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class PresetScenarioEnum(MatterIntEnum):
kOccupied = 0x01
@@ -32135,7 +32135,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class SetpointChangeSourceEnum(MatterIntEnum):
kManual = 0x00
@@ -32145,7 +32145,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class SetpointRaiseLowerModeEnum(MatterIntEnum):
kHeat = 0x00
@@ -32155,7 +32155,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class StartOfWeekEnum(MatterIntEnum):
kSunday = 0x00
@@ -32169,7 +32169,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class SystemModeEnum(MatterIntEnum):
kOff = 0x00
@@ -32185,7 +32185,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class TemperatureSetpointHoldEnum(MatterIntEnum):
kSetpointHoldOff = 0x00
@@ -32194,7 +32194,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class ThermostatRunningModeEnum(MatterIntEnum):
kOff = 0x00
@@ -32204,7 +32204,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 1,
+ kUnknownEnumValue = 1
class Bitmaps:
class ACErrorCodeBitmap(IntFlag):
@@ -33665,7 +33665,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class FanModeEnum(MatterIntEnum):
kOff = 0x00
@@ -33679,7 +33679,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 7,
+ kUnknownEnumValue = 7
class FanModeSequenceEnum(MatterIntEnum):
kOffLowMedHigh = 0x00
@@ -33692,7 +33692,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class StepDirectionEnum(MatterIntEnum):
kIncrease = 0x00
@@ -33701,7 +33701,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Bitmaps:
class Feature(IntFlag):
@@ -34073,7 +34073,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class ScheduleProgrammingVisibilityEnum(MatterIntEnum):
kScheduleProgrammingPermitted = 0x00
@@ -34082,7 +34082,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class TemperatureDisplayModeEnum(MatterIntEnum):
kCelsius = 0x00
@@ -34091,7 +34091,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Attributes:
@dataclass
@@ -34375,7 +34375,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class ColorLoopDirectionEnum(MatterIntEnum):
kDecrement = 0x00
@@ -34384,7 +34384,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class ColorModeEnum(MatterIntEnum):
kCurrentHueAndCurrentSaturation = 0x00
@@ -34394,7 +34394,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class DirectionEnum(MatterIntEnum):
kShortest = 0x00
@@ -34405,7 +34405,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class DriftCompensationEnum(MatterIntEnum):
kNone = 0x00
@@ -34417,7 +34417,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class EnhancedColorModeEnum(MatterIntEnum):
kCurrentHueAndCurrentSaturation = 0x00
@@ -34428,7 +34428,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class MoveModeEnum(MatterIntEnum):
kStop = 0x00
@@ -34438,7 +34438,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class StepModeEnum(MatterIntEnum):
kUp = 0x01
@@ -34447,7 +34447,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 0,
+ kUnknownEnumValue = 0
class Bitmaps:
class ColorCapabilitiesBitmap(IntFlag):
@@ -36274,7 +36274,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Attributes:
@dataclass
@@ -37381,7 +37381,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Feature(IntFlag):
@@ -37816,7 +37816,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -37826,7 +37826,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -37841,7 +37841,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -38182,7 +38182,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -38192,7 +38192,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -38207,7 +38207,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -38548,7 +38548,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -38558,7 +38558,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -38573,7 +38573,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -38914,7 +38914,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -38924,7 +38924,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -38939,7 +38939,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -39280,7 +39280,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -39290,7 +39290,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -39305,7 +39305,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -39646,7 +39646,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -39656,7 +39656,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -39671,7 +39671,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -40012,7 +40012,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -40022,7 +40022,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -40037,7 +40037,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -40378,7 +40378,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -40388,7 +40388,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -40403,7 +40403,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -40744,7 +40744,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -40754,7 +40754,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -40769,7 +40769,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -41110,7 +41110,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class MeasurementMediumEnum(MatterIntEnum):
kAir = 0x00
@@ -41120,7 +41120,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class MeasurementUnitEnum(MatterIntEnum):
kPpm = 0x00
@@ -41135,7 +41135,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 8,
+ kUnknownEnumValue = 8
class Bitmaps:
class Feature(IntFlag):
@@ -42379,7 +42379,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class LineupInfoTypeEnum(MatterIntEnum):
kMso = 0x00
@@ -42387,7 +42387,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 1,
+ kUnknownEnumValue = 1
class StatusEnum(MatterIntEnum):
kSuccess = 0x00
@@ -42397,7 +42397,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -42920,7 +42920,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Structs:
@dataclass
@@ -43196,7 +43196,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 18,
+ kUnknownEnumValue = 18
class PlaybackStateEnum(MatterIntEnum):
kPlaying = 0x00
@@ -43207,7 +43207,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class StatusEnum(MatterIntEnum):
kSuccess = 0x00
@@ -43220,7 +43220,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Bitmaps:
class Feature(IntFlag):
@@ -43849,7 +43849,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 12,
+ kUnknownEnumValue = 12
class Bitmaps:
class Feature(IntFlag):
@@ -44314,7 +44314,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 14,
+ kUnknownEnumValue = 14
class StatusEnum(MatterIntEnum):
kSuccess = 0x00
@@ -44324,7 +44324,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 3,
+ kUnknownEnumValue = 3
class Bitmaps:
class Feature(IntFlag):
@@ -44514,7 +44514,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 18,
+ kUnknownEnumValue = 18
class MetricTypeEnum(MatterIntEnum):
kPixels = 0x00
@@ -44523,7 +44523,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class ParameterEnum(MatterIntEnum):
kActor = 0x00
@@ -44547,7 +44547,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 17,
+ kUnknownEnumValue = 17
class StatusEnum(MatterIntEnum):
kSuccess = 0x00
@@ -44559,7 +44559,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class Bitmaps:
class Feature(IntFlag):
@@ -44926,7 +44926,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Bitmaps:
class Feature(IntFlag):
@@ -45152,7 +45152,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 6,
+ kUnknownEnumValue = 6
class Bitmaps:
class Feature(IntFlag):
@@ -45433,7 +45433,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Structs:
@dataclass
@@ -46398,7 +46398,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 2,
+ kUnknownEnumValue = 2
class Commands:
@dataclass
@@ -46572,7 +46572,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class WebRTCEndReasonEnum(MatterIntEnum):
kIceFailed = 0x00
@@ -46591,7 +46591,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 12,
+ kUnknownEnumValue = 12
class Bitmaps:
class WebRTCMetadataOptions(IntFlag):
@@ -46940,7 +46940,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class WebRTCEndReasonEnum(MatterIntEnum):
kIceFailed = 0x00
@@ -46959,7 +46959,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 12,
+ kUnknownEnumValue = 12
class Bitmaps:
class WebRTCMetadataOptions(IntFlag):
@@ -48058,7 +48058,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 4,
+ kUnknownEnumValue = 4
class Bitmaps:
class Bitmap16MaskMap(IntFlag):
@@ -50672,7 +50672,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = 5,
+ kUnknownEnumValue = 5
class Commands:
@dataclass
diff --git a/src/controller/python/templates/partials/enum_def.zapt b/src/controller/python/templates/partials/enum_def.zapt
index d806373..01fbc62 100644
--- a/src/controller/python/templates/partials/enum_def.zapt
+++ b/src/controller/python/templates/partials/enum_def.zapt
@@ -8,7 +8,7 @@
# to kUnknownEnumValue. This is a helper enum value that should only
# be used by code to process how it handles receiving an unknown
# enum value. This specific value should never be transmitted.
- kUnknownEnumValue = {{first_unused_enum_value mode="first_unused"}},
+ kUnknownEnumValue = {{first_unused_enum_value mode="first_unused"}}
{{else}}
# kUnknownEnumValue intentionally not defined. This enum never goes
# through DataModel::Decode, likely because it is a part of a derived