@kusinta/iot-schema 0.1.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/package.json +31 -0
  2. package/src/__tests__/access.test.js +134 -0
  3. package/src/__tests__/common.test.js +29 -0
  4. package/src/__tests__/connector.test.js +144 -0
  5. package/src/__tests__/device.test.js +194 -0
  6. package/src/__tests__/identity.test.js +43 -0
  7. package/src/__tests__/space.test.js +54 -0
  8. package/src/__tests__/vendor.test.js +60 -0
  9. package/src/__tests__/webrtc.test.js +268 -0
  10. package/src/kusinta/iot/access/v1/acl_pb.d.ts +144 -0
  11. package/src/kusinta/iot/access/v1/acl_pb.js +36 -0
  12. package/src/kusinta/iot/access/v1/roles_pb.d.ts +81 -0
  13. package/src/kusinta/iot/access/v1/roles_pb.js +36 -0
  14. package/src/kusinta/iot/common/v1/types_pb.d.ts +163 -0
  15. package/src/kusinta/iot/common/v1/types_pb.js +67 -0
  16. package/src/kusinta/iot/connector/v1/connector_pb.d.ts +359 -0
  17. package/src/kusinta/iot/connector/v1/connector_pb.js +101 -0
  18. package/src/kusinta/iot/connector/v1/connector_service_pb.d.ts +29 -0
  19. package/src/kusinta/iot/connector/v1/connector_service_pb.js +22 -0
  20. package/src/kusinta/iot/device/v1/descriptor_pb.d.ts +115 -0
  21. package/src/kusinta/iot/device/v1/descriptor_pb.js +22 -0
  22. package/src/kusinta/iot/device/v1/device_pb.d.ts +131 -0
  23. package/src/kusinta/iot/device/v1/device_pb.js +23 -0
  24. package/src/kusinta/iot/device/v1/properties_pb.d.ts +580 -0
  25. package/src/kusinta/iot/device/v1/properties_pb.js +96 -0
  26. package/src/kusinta/iot/device/v1/property_update_pb.d.ts +112 -0
  27. package/src/kusinta/iot/device/v1/property_update_pb.js +28 -0
  28. package/src/kusinta/iot/identity/v1/identity_pb.d.ts +108 -0
  29. package/src/kusinta/iot/identity/v1/identity_pb.js +54 -0
  30. package/src/kusinta/iot/space/v1/space_pb.d.ts +86 -0
  31. package/src/kusinta/iot/space/v1/space_pb.js +21 -0
  32. package/src/kusinta/iot/vendor/homematic/v1/homematic_pb.d.ts +94 -0
  33. package/src/kusinta/iot/vendor/homematic/v1/homematic_pb.js +26 -0
  34. package/src/kusinta/iot/webrtc/v1/command_pb.d.ts +271 -0
  35. package/src/kusinta/iot/webrtc/v1/command_pb.js +70 -0
  36. package/src/kusinta/iot/webrtc/v1/device_state_pb.d.ts +67 -0
  37. package/src/kusinta/iot/webrtc/v1/device_state_pb.js +30 -0
  38. package/src/kusinta/iot/webrtc/v1/envelope_pb.d.ts +210 -0
  39. package/src/kusinta/iot/webrtc/v1/envelope_pb.js +59 -0
  40. package/src/kusinta/iot/webrtc/v1/permission_push_pb.d.ts +48 -0
  41. package/src/kusinta/iot/webrtc/v1/permission_push_pb.js +21 -0
@@ -0,0 +1,29 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts"
2
+ // @generated from file kusinta/iot/connector/v1/connector_service.proto (package kusinta.iot.connector.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import type { ConnectRequestSchema, ConnectResponseSchema } from "./connector_pb";
7
+
8
+ /**
9
+ * Describes the file kusinta/iot/connector/v1/connector_service.proto.
10
+ */
11
+ export declare const file_kusinta_iot_connector_v1_connector_service: GenFile;
12
+
13
+ /**
14
+ * ConnectorGatewayService: connector dials the gateway on startup.
15
+ * A single persistent bidirectional stream carries all traffic for the connector's lifetime.
16
+ *
17
+ * @generated from service kusinta.iot.connector.v1.ConnectorGatewayService
18
+ */
19
+ export declare const ConnectorGatewayService: GenService<{
20
+ /**
21
+ * @generated from rpc kusinta.iot.connector.v1.ConnectorGatewayService.Connect
22
+ */
23
+ connect: {
24
+ methodKind: "bidi_streaming";
25
+ input: typeof ConnectRequestSchema;
26
+ output: typeof ConnectResponseSchema;
27
+ },
28
+ }>;
29
+
@@ -0,0 +1,22 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts"
2
+ // @generated from file kusinta/iot/connector/v1/connector_service.proto (package kusinta.iot.connector.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
6
+ import { file_kusinta_iot_connector_v1_connector } from "./connector_pb";
7
+
8
+ /**
9
+ * Describes the file kusinta/iot/connector/v1/connector_service.proto.
10
+ */
11
+ export const file_kusinta_iot_connector_v1_connector_service = /*@__PURE__*/
12
+ fileDesc("CjBrdXNpbnRhL2lvdC9jb25uZWN0b3IvdjEvY29ubmVjdG9yX3NlcnZpY2UucHJvdG8SGGt1c2ludGEuaW90LmNvbm5lY3Rvci52MTJ9ChdDb25uZWN0b3JHYXRld2F5U2VydmljZRJiCgdDb25uZWN0Eigua3VzaW50YS5pb3QuY29ubmVjdG9yLnYxLkNvbm5lY3RSZXF1ZXN0Gikua3VzaW50YS5pb3QuY29ubmVjdG9yLnYxLkNvbm5lY3RSZXNwb25zZSgBMAFCAkgBYgZwcm90bzM", [file_kusinta_iot_connector_v1_connector]);
13
+
14
+ /**
15
+ * ConnectorGatewayService: connector dials the gateway on startup.
16
+ * A single persistent bidirectional stream carries all traffic for the connector's lifetime.
17
+ *
18
+ * @generated from service kusinta.iot.connector.v1.ConnectorGatewayService
19
+ */
20
+ export const ConnectorGatewayService = /*@__PURE__*/
21
+ serviceDesc(file_kusinta_iot_connector_v1_connector_service, 0);
22
+
@@ -0,0 +1,115 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts"
2
+ // @generated from file kusinta/iot/device/v1/descriptor.proto (package kusinta.iot.device.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { ConnectorId, DeviceId, SpaceId, UserId } from "../../identity/v1/identity_pb";
8
+ import type { DeviceLifecycleState, DeviceOwnershipType } from "../../common/v1/types_pb";
9
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
10
+
11
+ /**
12
+ * Describes the file kusinta/iot/device/v1/descriptor.proto.
13
+ */
14
+ export declare const file_kusinta_iot_device_v1_descriptor: GenFile;
15
+
16
+ /**
17
+ * DeviceDescriptor holds identity and Matter BasicInformation cluster fields.
18
+ * Fields 1-19 are stable Matter-aligned fields. Fields 20+ are ownership/lifecycle.
19
+ *
20
+ * @generated from message kusinta.iot.device.v1.DeviceDescriptor
21
+ */
22
+ export declare type DeviceDescriptor = Message<"kusinta.iot.device.v1.DeviceDescriptor"> & {
23
+ /**
24
+ * @generated from field: kusinta.iot.identity.v1.DeviceId device_id = 1;
25
+ */
26
+ deviceId?: DeviceId | undefined;
27
+
28
+ /**
29
+ * Matter 1.5.1 device type ID (e.g. 0x0301 = Thermostat, 0x0302 = TemperatureSensor)
30
+ *
31
+ * @generated from field: uint32 matter_device_type_id = 2;
32
+ */
33
+ matterDeviceTypeId: number;
34
+
35
+ /**
36
+ * Matter BasicInformation cluster attributes
37
+ *
38
+ * @generated from field: string vendor_name = 3;
39
+ */
40
+ vendorName: string;
41
+
42
+ /**
43
+ * @generated from field: string product_name = 4;
44
+ */
45
+ productName: string;
46
+
47
+ /**
48
+ * @generated from field: string serial_number = 5;
49
+ */
50
+ serialNumber: string;
51
+
52
+ /**
53
+ * @generated from field: string node_label = 6;
54
+ */
55
+ nodeLabel: string;
56
+
57
+ /**
58
+ * @generated from field: uint32 vendor_id = 7;
59
+ */
60
+ vendorId: number;
61
+
62
+ /**
63
+ * @generated from field: uint32 product_id = 8;
64
+ */
65
+ productId: number;
66
+
67
+ /**
68
+ * @generated from field: string hardware_version_string = 9;
69
+ */
70
+ hardwareVersionString: string;
71
+
72
+ /**
73
+ * @generated from field: string software_version_string = 10;
74
+ */
75
+ softwareVersionString: string;
76
+
77
+ /**
78
+ * @generated from field: kusinta.iot.identity.v1.ConnectorId connector_id = 11;
79
+ */
80
+ connectorId?: ConnectorId | undefined;
81
+
82
+ /**
83
+ * @generated from field: kusinta.iot.identity.v1.SpaceId space_id = 12;
84
+ */
85
+ spaceId?: SpaceId | undefined;
86
+
87
+ /**
88
+ * @generated from field: kusinta.iot.common.v1.DeviceOwnershipType ownership = 13;
89
+ */
90
+ ownership: DeviceOwnershipType;
91
+
92
+ /**
93
+ * @generated from field: kusinta.iot.common.v1.DeviceLifecycleState lifecycle = 14;
94
+ */
95
+ lifecycle: DeviceLifecycleState;
96
+
97
+ /**
98
+ * Populated when ownership == RESIDENT
99
+ *
100
+ * @generated from field: kusinta.iot.identity.v1.UserId owner_user_id = 15;
101
+ */
102
+ ownerUserId?: UserId | undefined;
103
+
104
+ /**
105
+ * @generated from field: google.protobuf.Timestamp claimed_at = 16;
106
+ */
107
+ claimedAt?: Timestamp | undefined;
108
+ };
109
+
110
+ /**
111
+ * Describes the message kusinta.iot.device.v1.DeviceDescriptor.
112
+ * Use `create(DeviceDescriptorSchema)` to create a new message.
113
+ */
114
+ export declare const DeviceDescriptorSchema: GenMessage<DeviceDescriptor>;
115
+
@@ -0,0 +1,22 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts"
2
+ // @generated from file kusinta/iot/device/v1/descriptor.proto (package kusinta.iot.device.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
+ import { file_kusinta_iot_common_v1_types } from "../../common/v1/types_pb";
8
+ import { file_kusinta_iot_identity_v1_identity } from "../../identity/v1/identity_pb";
9
+
10
+ /**
11
+ * Describes the file kusinta/iot/device/v1/descriptor.proto.
12
+ */
13
+ export const file_kusinta_iot_device_v1_descriptor = /*@__PURE__*/
14
+ fileDesc("CiZrdXNpbnRhL2lvdC9kZXZpY2UvdjEvZGVzY3JpcHRvci5wcm90bxIVa3VzaW50YS5pb3QuZGV2aWNlLnYxIv0EChBEZXZpY2VEZXNjcmlwdG9yEjQKCWRldmljZV9pZBgBIAEoCzIhLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLkRldmljZUlkEh0KFW1hdHRlcl9kZXZpY2VfdHlwZV9pZBgCIAEoDRITCgt2ZW5kb3JfbmFtZRgDIAEoCRIUCgxwcm9kdWN0X25hbWUYBCABKAkSFQoNc2VyaWFsX251bWJlchgFIAEoCRISCgpub2RlX2xhYmVsGAYgASgJEhEKCXZlbmRvcl9pZBgHIAEoDRISCgpwcm9kdWN0X2lkGAggASgNEh8KF2hhcmR3YXJlX3ZlcnNpb25fc3RyaW5nGAkgASgJEh8KF3NvZnR3YXJlX3ZlcnNpb25fc3RyaW5nGAogASgJEjoKDGNvbm5lY3Rvcl9pZBgLIAEoCzIkLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLkNvbm5lY3RvcklkEjIKCHNwYWNlX2lkGAwgASgLMiAua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuU3BhY2VJZBI9Cglvd25lcnNoaXAYDSABKA4yKi5rdXNpbnRhLmlvdC5jb21tb24udjEuRGV2aWNlT3duZXJzaGlwVHlwZRI+CglsaWZlY3ljbGUYDiABKA4yKy5rdXNpbnRhLmlvdC5jb21tb24udjEuRGV2aWNlTGlmZWN5Y2xlU3RhdGUSNgoNb3duZXJfdXNlcl9pZBgPIAEoCzIfLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLlVzZXJJZBIuCgpjbGFpbWVkX2F0GBAgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEICSAFiBnByb3RvMw", [file_google_protobuf_timestamp, file_kusinta_iot_common_v1_types, file_kusinta_iot_identity_v1_identity]);
15
+
16
+ /**
17
+ * Describes the message kusinta.iot.device.v1.DeviceDescriptor.
18
+ * Use `create(DeviceDescriptorSchema)` to create a new message.
19
+ */
20
+ export const DeviceDescriptorSchema = /*@__PURE__*/
21
+ messageDesc(file_kusinta_iot_device_v1_descriptor, 0);
22
+
@@ -0,0 +1,131 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts"
2
+ // @generated from file kusinta/iot/device/v1/device.proto (package kusinta.iot.device.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { DeviceDescriptor } from "./descriptor_pb";
8
+ import type { ColorTemperatureLightProperties, ContactSensorProperties, DimmableLightProperties, DoorLockProperties, EnergySensorProperties, HumiditySensorProperties, OccupancySensorProperties, OnOffLightProperties, PressureSensorProperties, TemperatureSensorProperties, ThermostatProperties, WindowCoveringProperties } from "./properties_pb";
9
+ import type { HomematicVendorExtension } from "../../vendor/homematic/v1/homematic_pb";
10
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
11
+
12
+ /**
13
+ * Describes the file kusinta/iot/device/v1/device.proto.
14
+ */
15
+ export declare const file_kusinta_iot_device_v1_device: GenFile;
16
+
17
+ /**
18
+ * Device combines a DeviceDescriptor with a strongly-typed oneof for its current state.
19
+ * Field number convention: 1 = descriptor, 2-49 = standard Matter device types,
20
+ * 50-99 = vendor extensions, 20+ = timestamps.
21
+ *
22
+ * @generated from message kusinta.iot.device.v1.Device
23
+ */
24
+ export declare type Device = Message<"kusinta.iot.device.v1.Device"> & {
25
+ /**
26
+ * @generated from field: kusinta.iot.device.v1.DeviceDescriptor descriptor = 1;
27
+ */
28
+ descriptor?: DeviceDescriptor | undefined;
29
+
30
+ /**
31
+ * @generated from oneof kusinta.iot.device.v1.Device.properties
32
+ */
33
+ properties: {
34
+ /**
35
+ * @generated from field: kusinta.iot.device.v1.ThermostatProperties thermostat = 2;
36
+ */
37
+ value: ThermostatProperties;
38
+ case: "thermostat";
39
+ } | {
40
+ /**
41
+ * @generated from field: kusinta.iot.device.v1.TemperatureSensorProperties temperature_sensor = 3;
42
+ */
43
+ value: TemperatureSensorProperties;
44
+ case: "temperatureSensor";
45
+ } | {
46
+ /**
47
+ * @generated from field: kusinta.iot.device.v1.HumiditySensorProperties humidity_sensor = 4;
48
+ */
49
+ value: HumiditySensorProperties;
50
+ case: "humiditySensor";
51
+ } | {
52
+ /**
53
+ * @generated from field: kusinta.iot.device.v1.OccupancySensorProperties occupancy_sensor = 5;
54
+ */
55
+ value: OccupancySensorProperties;
56
+ case: "occupancySensor";
57
+ } | {
58
+ /**
59
+ * @generated from field: kusinta.iot.device.v1.ContactSensorProperties contact_sensor = 6;
60
+ */
61
+ value: ContactSensorProperties;
62
+ case: "contactSensor";
63
+ } | {
64
+ /**
65
+ * @generated from field: kusinta.iot.device.v1.WindowCoveringProperties window_covering = 7;
66
+ */
67
+ value: WindowCoveringProperties;
68
+ case: "windowCovering";
69
+ } | {
70
+ /**
71
+ * @generated from field: kusinta.iot.device.v1.DoorLockProperties door_lock = 8;
72
+ */
73
+ value: DoorLockProperties;
74
+ case: "doorLock";
75
+ } | {
76
+ /**
77
+ * @generated from field: kusinta.iot.device.v1.OnOffLightProperties on_off_light = 9;
78
+ */
79
+ value: OnOffLightProperties;
80
+ case: "onOffLight";
81
+ } | {
82
+ /**
83
+ * @generated from field: kusinta.iot.device.v1.DimmableLightProperties dimmable_light = 10;
84
+ */
85
+ value: DimmableLightProperties;
86
+ case: "dimmableLight";
87
+ } | {
88
+ /**
89
+ * @generated from field: kusinta.iot.device.v1.ColorTemperatureLightProperties color_temp_light = 11;
90
+ */
91
+ value: ColorTemperatureLightProperties;
92
+ case: "colorTempLight";
93
+ } | {
94
+ /**
95
+ * @generated from field: kusinta.iot.device.v1.EnergySensorProperties energy_sensor = 12;
96
+ */
97
+ value: EnergySensorProperties;
98
+ case: "energySensor";
99
+ } | {
100
+ /**
101
+ * @generated from field: kusinta.iot.device.v1.PressureSensorProperties pressure_sensor = 13;
102
+ */
103
+ value: PressureSensorProperties;
104
+ case: "pressureSensor";
105
+ } | {
106
+ /**
107
+ * Vendor extensions (fields 50-99)
108
+ *
109
+ * @generated from field: kusinta.iot.vendor.homematic.v1.HomematicVendorExtension homematic = 50;
110
+ */
111
+ value: HomematicVendorExtension;
112
+ case: "homematic";
113
+ } | { case: undefined; value?: undefined };
114
+
115
+ /**
116
+ * @generated from field: google.protobuf.Timestamp last_seen = 20;
117
+ */
118
+ lastSeen?: Timestamp | undefined;
119
+
120
+ /**
121
+ * @generated from field: google.protobuf.Timestamp last_updated = 21;
122
+ */
123
+ lastUpdated?: Timestamp | undefined;
124
+ };
125
+
126
+ /**
127
+ * Describes the message kusinta.iot.device.v1.Device.
128
+ * Use `create(DeviceSchema)` to create a new message.
129
+ */
130
+ export declare const DeviceSchema: GenMessage<Device>;
131
+
@@ -0,0 +1,23 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts"
2
+ // @generated from file kusinta/iot/device/v1/device.proto (package kusinta.iot.device.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
+ import { file_kusinta_iot_device_v1_descriptor } from "./descriptor_pb";
8
+ import { file_kusinta_iot_device_v1_properties } from "./properties_pb";
9
+ import { file_kusinta_iot_vendor_homematic_v1_homematic } from "../../vendor/homematic/v1/homematic_pb";
10
+
11
+ /**
12
+ * Describes the file kusinta/iot/device/v1/device.proto.
13
+ */
14
+ export const file_kusinta_iot_device_v1_device = /*@__PURE__*/
15
+ fileDesc("CiJrdXNpbnRhL2lvdC9kZXZpY2UvdjEvZGV2aWNlLnByb3RvEhVrdXNpbnRhLmlvdC5kZXZpY2UudjEigAkKBkRldmljZRI7CgpkZXNjcmlwdG9yGAEgASgLMicua3VzaW50YS5pb3QuZGV2aWNlLnYxLkRldmljZURlc2NyaXB0b3ISQQoKdGhlcm1vc3RhdBgCIAEoCzIrLmt1c2ludGEuaW90LmRldmljZS52MS5UaGVybW9zdGF0UHJvcGVydGllc0gAElAKEnRlbXBlcmF0dXJlX3NlbnNvchgDIAEoCzIyLmt1c2ludGEuaW90LmRldmljZS52MS5UZW1wZXJhdHVyZVNlbnNvclByb3BlcnRpZXNIABJKCg9odW1pZGl0eV9zZW5zb3IYBCABKAsyLy5rdXNpbnRhLmlvdC5kZXZpY2UudjEuSHVtaWRpdHlTZW5zb3JQcm9wZXJ0aWVzSAASTAoQb2NjdXBhbmN5X3NlbnNvchgFIAEoCzIwLmt1c2ludGEuaW90LmRldmljZS52MS5PY2N1cGFuY3lTZW5zb3JQcm9wZXJ0aWVzSAASSAoOY29udGFjdF9zZW5zb3IYBiABKAsyLi5rdXNpbnRhLmlvdC5kZXZpY2UudjEuQ29udGFjdFNlbnNvclByb3BlcnRpZXNIABJKCg93aW5kb3dfY292ZXJpbmcYByABKAsyLy5rdXNpbnRhLmlvdC5kZXZpY2UudjEuV2luZG93Q292ZXJpbmdQcm9wZXJ0aWVzSAASPgoJZG9vcl9sb2NrGAggASgLMikua3VzaW50YS5pb3QuZGV2aWNlLnYxLkRvb3JMb2NrUHJvcGVydGllc0gAEkMKDG9uX29mZl9saWdodBgJIAEoCzIrLmt1c2ludGEuaW90LmRldmljZS52MS5Pbk9mZkxpZ2h0UHJvcGVydGllc0gAEkgKDmRpbW1hYmxlX2xpZ2h0GAogASgLMi4ua3VzaW50YS5pb3QuZGV2aWNlLnYxLkRpbW1hYmxlTGlnaHRQcm9wZXJ0aWVzSAASUgoQY29sb3JfdGVtcF9saWdodBgLIAEoCzI2Lmt1c2ludGEuaW90LmRldmljZS52MS5Db2xvclRlbXBlcmF0dXJlTGlnaHRQcm9wZXJ0aWVzSAASRgoNZW5lcmd5X3NlbnNvchgMIAEoCzItLmt1c2ludGEuaW90LmRldmljZS52MS5FbmVyZ3lTZW5zb3JQcm9wZXJ0aWVzSAASSgoPcHJlc3N1cmVfc2Vuc29yGA0gASgLMi8ua3VzaW50YS5pb3QuZGV2aWNlLnYxLlByZXNzdXJlU2Vuc29yUHJvcGVydGllc0gAEk4KCWhvbWVtYXRpYxgyIAEoCzI5Lmt1c2ludGEuaW90LnZlbmRvci5ob21lbWF0aWMudjEuSG9tZW1hdGljVmVuZG9yRXh0ZW5zaW9uSAASLQoJbGFzdF9zZWVuGBQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIwCgxsYXN0X3VwZGF0ZWQYFSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQgwKCnByb3BlcnRpZXNCAkgBYgZwcm90bzM", [file_google_protobuf_timestamp, file_kusinta_iot_device_v1_descriptor, file_kusinta_iot_device_v1_properties, file_kusinta_iot_vendor_homematic_v1_homematic]);
16
+
17
+ /**
18
+ * Describes the message kusinta.iot.device.v1.Device.
19
+ * Use `create(DeviceSchema)` to create a new message.
20
+ */
21
+ export const DeviceSchema = /*@__PURE__*/
22
+ messageDesc(file_kusinta_iot_device_v1_device, 0);
23
+