diff --git a/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbenum.dart b/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbenum.dart index bf7b808d..d9086c50 100644 --- a/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbenum.dart +++ b/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbenum.dart @@ -16,6 +16,7 @@ class VendorsAndServices extends $pb.ProtobufEnum { static const VendorsAndServices tasmota = VendorsAndServices._(3, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'tasmota'); static const VendorsAndServices yeelight = VendorsAndServices._(4, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'yeelight'); static const VendorsAndServices google = VendorsAndServices._(5, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'google'); + static const VendorsAndServices xiaomiMiio = VendorsAndServices._(6, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'xiaomiMiio'); static const $core.List values = [ vendorsAndServicesNotSupported, @@ -24,6 +25,7 @@ class VendorsAndServices extends $pb.ProtobufEnum { tasmota, yeelight, google, + xiaomiMiio, ]; static final $core.Map<$core.int, VendorsAndServices> _byValue = $pb.ProtobufEnum.initByValue(values); diff --git a/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbjson.dart b/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbjson.dart index 060fe56c..aa3fcadb 100644 --- a/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbjson.dart +++ b/lib/infrastructure/gen/cbj_hub_server/protoc_as_dart/cbj_hub_server.pbjson.dart @@ -18,11 +18,12 @@ const VendorsAndServices$json = const { const {'1': 'tasmota', '2': 3}, const {'1': 'yeelight', '2': 4}, const {'1': 'google', '2': 5}, + const {'1': 'xiaomiMiio', '2': 6}, ], }; /// Descriptor for `VendorsAndServices`. Decode as a `google.protobuf.EnumDescriptorProto`. -final $typed_data.Uint8List vendorsAndServicesDescriptor = $convert.base64Decode('ChJWZW5kb3JzQW5kU2VydmljZXMSIgoedmVuZG9yc0FuZFNlcnZpY2VzTm90U3VwcG9ydGVkEAASCwoHZXNwSG9tZRABEgwKCHN3aXRjaGVyEAISCwoHdGFzbW90YRADEgwKCHllZWxpZ2h0EAQSCgoGZ29vZ2xlEAU='); +final $typed_data.Uint8List vendorsAndServicesDescriptor = $convert.base64Decode('ChJWZW5kb3JzQW5kU2VydmljZXMSIgoedmVuZG9yc0FuZFNlcnZpY2VzTm90U3VwcG9ydGVkEAASCwoHZXNwSG9tZRABEgwKCHN3aXRjaGVyEAISCwoHdGFzbW90YRADEgwKCHllZWxpZ2h0EAQSCgoGZ29vZ2xlEAUSDgoKeGlhb21pTWlpbxAG'); @$core.Deprecated('Use deviceTypesDescriptor instead') const DeviceTypes$json = const { '1': 'DeviceTypes',