@kusinta/iot-schema 0.1.0-beta.9 → 0.2.0-beta.10

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 (53) hide show
  1. package/package.json +19 -2
  2. package/src/kusinta/iot/access/v1/acl_pb.d.ts +230 -11
  3. package/src/kusinta/iot/access/v1/acl_pb.js +26 -5
  4. package/src/kusinta/iot/access/v1/roles_pb.d.ts +95 -2
  5. package/src/kusinta/iot/access/v1/roles_pb.js +37 -1
  6. package/src/kusinta/iot/common/v1/pairing_pb.d.ts +201 -0
  7. package/src/kusinta/iot/common/v1/pairing_pb.js +50 -0
  8. package/src/kusinta/iot/connector/v1/connector_pb.d.ts +481 -34
  9. package/src/kusinta/iot/connector/v1/connector_pb.js +81 -22
  10. package/src/kusinta/iot/connector/v1/connector_service_pb.d.ts +5 -5
  11. package/src/kusinta/iot/connector/v1/connector_service_pb.js +1 -1
  12. package/src/kusinta/iot/device/v1/cluster_state_pb.d.ts +263 -0
  13. package/src/kusinta/iot/device/v1/cluster_state_pb.js +54 -0
  14. package/src/kusinta/iot/device/v1/descriptor_pb.d.ts +53 -9
  15. package/src/kusinta/iot/device/v1/descriptor_pb.js +3 -1
  16. package/src/kusinta/iot/device/v1/device_event_pb.d.ts +162 -0
  17. package/src/kusinta/iot/device/v1/device_event_pb.js +45 -0
  18. package/src/kusinta/iot/device/v1/device_pb.d.ts +185 -28
  19. package/src/kusinta/iot/device/v1/device_pb.js +10 -2
  20. package/src/kusinta/iot/device/v1/matter_options_pb.d.ts +110 -0
  21. package/src/kusinta/iot/device/v1/matter_options_pb.js +118 -0
  22. package/src/kusinta/iot/device/v1/properties_pb.d.ts +240 -205
  23. package/src/kusinta/iot/device/v1/properties_pb.js +9 -1
  24. package/src/kusinta/iot/device/v1/property_update_pb.d.ts +197 -8
  25. package/src/kusinta/iot/device/v1/property_update_pb.js +20 -2
  26. package/src/kusinta/iot/link/v1/link_pb.d.ts +419 -0
  27. package/src/kusinta/iot/link/v1/link_pb.js +121 -0
  28. package/src/kusinta/iot/registration/v1/registration_pb.d.ts +170 -0
  29. package/src/kusinta/iot/registration/v1/registration_pb.js +61 -0
  30. package/src/kusinta/iot/registration/v1/registration_service_pb.d.ts +34 -0
  31. package/src/kusinta/iot/registration/v1/registration_service_pb.js +19 -0
  32. package/src/kusinta/iot/signaling/v1/signaling_pb.d.ts +320 -0
  33. package/src/kusinta/iot/signaling/v1/signaling_pb.js +83 -0
  34. package/src/kusinta/iot/signaling/v1/signaling_service_pb.d.ts +34 -0
  35. package/src/kusinta/iot/signaling/v1/signaling_service_pb.js +19 -0
  36. package/src/kusinta/iot/vendor/homematic/v1/homematic_pb.d.ts +202 -35
  37. package/src/kusinta/iot/vendor/homematic/v1/homematic_pb.js +14 -6
  38. package/src/kusinta/iot/vendor/v1/vendor_options_pb.d.ts +71 -0
  39. package/src/kusinta/iot/vendor/v1/vendor_options_pb.js +75 -0
  40. package/src/kusinta/iot/webrtc/v1/app_token_pb.d.ts +152 -0
  41. package/src/kusinta/iot/webrtc/v1/app_token_pb.js +28 -0
  42. package/src/kusinta/iot/webrtc/v1/command_pb.d.ts +277 -39
  43. package/src/kusinta/iot/webrtc/v1/command_pb.js +29 -2
  44. package/src/kusinta/iot/webrtc/v1/device_state_pb.d.ts +76 -7
  45. package/src/kusinta/iot/webrtc/v1/device_state_pb.js +20 -5
  46. package/src/kusinta/iot/webrtc/v1/envelope_pb.d.ts +603 -25
  47. package/src/kusinta/iot/webrtc/v1/envelope_pb.js +99 -5
  48. package/src/kusinta/iot/webrtc/v1/management_pb.d.ts +627 -0
  49. package/src/kusinta/iot/webrtc/v1/management_pb.js +135 -0
  50. package/src/kusinta/iot/webrtc/v1/permission_push_pb.d.ts +7 -1
  51. package/src/kusinta/iot/webrtc/v1/permission_push_pb.js +2 -2
  52. package/src/kusinta/iot/webrtc/v1/setpoint_mode_pb.d.ts +63 -0
  53. package/src/kusinta/iot/webrtc/v1/setpoint_mode_pb.js +45 -0
@@ -0,0 +1,135 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
+ // @generated from file kusinta/iot/webrtc/v1/management.proto (package kusinta.iot.webrtc.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
+ import { file_kusinta_iot_common_v1_types } from "../../common/v1/types_pb.js";
7
+ import { file_kusinta_iot_identity_v1_identity } from "../../identity/v1/identity_pb.js";
8
+ import { file_kusinta_iot_link_v1_link } from "../../link/v1/link_pb.js";
9
+ import { file_kusinta_iot_space_v1_space } from "../../space/v1/space_pb.js";
10
+
11
+ /**
12
+ * Describes the file kusinta/iot/webrtc/v1/management.proto.
13
+ */
14
+ export const file_kusinta_iot_webrtc_v1_management = /*@__PURE__*/
15
+ fileDesc("CiZrdXNpbnRhL2lvdC93ZWJydGMvdjEvbWFuYWdlbWVudC5wcm90bxIVa3VzaW50YS5pb3Qud2VicnRjLnYxIrABCgtDcmVhdGVTcGFjZRI0CgpzcGFjZV90eXBlGAEgASgOMiAua3VzaW50YS5pb3QuY29tbW9uLnYxLlNwYWNlVHlwZRIMCgRuYW1lGAIgASgJEhMKC2Rlc2NyaXB0aW9uGAMgASgJEg0KBWZsb29yGAQgASgFEjkKD3BhcmVudF9zcGFjZV9pZBgFIAEoCzIgLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLlNwYWNlSWQizwIKC1VwZGF0ZVNwYWNlEjIKCHNwYWNlX2lkGAEgASgLMiAua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuU3BhY2VJZBI5CgpzcGFjZV90eXBlGAIgASgOMiAua3VzaW50YS5pb3QuY29tbW9uLnYxLlNwYWNlVHlwZUgBiAEBEhEKBG5hbWUYAyABKAlIAogBARIYCgtkZXNjcmlwdGlvbhgEIAEoCUgDiAEBEhIKBWZsb29yGAUgASgFSASIAQESOwoPcGFyZW50X3NwYWNlX2lkGAYgASgLMiAua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuU3BhY2VJZEgAEhAKBmRldGFjaBgHIAEoCEgAQg8KDXBhcmVudF9jaGFuZ2VCDQoLX3NwYWNlX3R5cGVCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQggKBl9mbG9vciJSCgtEZWxldGVTcGFjZRIyCghzcGFjZV9pZBgBIAEoCzIgLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLlNwYWNlSWQSDwoHY2FzY2FkZRgCIAEoCCJ/ChFBc3NpZ25Vc2VyVG9TcGFjZRIyCghzcGFjZV9pZBgBIAEoCzIgLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLlNwYWNlSWQSMAoHdXNlcl9pZBgCIAEoCzIfLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLlVzZXJJZEoECAMQBCJ7ChNSZW1vdmVVc2VyRnJvbVNwYWNlEjIKCHNwYWNlX2lkGAEgASgLMiAua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuU3BhY2VJZBIwCgd1c2VyX2lkGAIgASgLMh8ua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuVXNlcklkIn4KElBsYWNlRGV2aWNlSW5TcGFjZRI0CglkZXZpY2VfaWQYASABKAsyIS5rdXNpbnRhLmlvdC5pZGVudGl0eS52MS5EZXZpY2VJZBIyCghzcGFjZV9pZBgCIAEoCzIgLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLlNwYWNlSWQigQEKFVJlbW92ZURldmljZUZyb21TcGFjZRI0CglkZXZpY2VfaWQYASABKAsyIS5rdXNpbnRhLmlvdC5pZGVudGl0eS52MS5EZXZpY2VJZBIyCghzcGFjZV9pZBgCIAEoCzIgLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLlNwYWNlSWQi2AEKC0NsYWltRGV2aWNlEjQKCWRldmljZV9pZBgBIAEoCzIhLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLkRldmljZUlkEj0KCW93bmVyc2hpcBgCIAEoDjIqLmt1c2ludGEuaW90LmNvbW1vbi52MS5EZXZpY2VPd25lcnNoaXBUeXBlEjoKEGluaXRpYWxfc3BhY2VfaWQYAyABKAsyIC5rdXNpbnRhLmlvdC5pZGVudGl0eS52MS5TcGFjZUlkEhgKEHBvc3Nlc3Npb25fcHJvb2YYBCABKAkiRQoNUmVsZWFzZURldmljZRI0CglkZXZpY2VfaWQYASABKAsyIS5rdXNpbnRhLmlvdC5pZGVudGl0eS52MS5EZXZpY2VJZCJFCgpMaXN0U3BhY2VzEjcKDXJvb3Rfc3BhY2VfaWQYASABKAsyIC5rdXNpbnRhLmlvdC5pZGVudGl0eS52MS5TcGFjZUlkIjgKCVNwYWNlVHJlZRIrCgZzcGFjZXMYASADKAsyGy5rdXNpbnRhLmlvdC5zcGFjZS52MS5TcGFjZSIPCg1NYW5hZ2VtZW50QWNrIpECChBDcmVhdGVEZXZpY2VMaW5rEjEKBnNlbmRlchgBIAEoCzIhLmt1c2ludGEuaW90LmlkZW50aXR5LnYxLkRldmljZUlkEjMKCHJlY2VpdmVyGAIgASgLMiEua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuRGV2aWNlSWQSMwoIZnVuY3Rpb24YAyABKA4yIS5rdXNpbnRhLmlvdC5saW5rLnYxLkxpbmtGdW5jdGlvbhIrCgRtb2RlGAQgASgOMh0ua3VzaW50YS5pb3QubGluay52MS5MaW5rTW9kZRIzCghzZXR0aW5ncxgFIAEoCzIhLmt1c2ludGEuaW90LmxpbmsudjEuTGlua1NldHRpbmdzIiMKEFJlbW92ZURldmljZUxpbmsSDwoHbGlua19pZBgBIAEoCSJYChBVcGRhdGVEZXZpY2VMaW5rEg8KB2xpbmtfaWQYASABKAkSMwoIc2V0dGluZ3MYAiABKAsyIS5rdXNpbnRhLmlvdC5saW5rLnYxLkxpbmtTZXR0aW5ncyJHCg9MaXN0RGV2aWNlTGlua3MSNAoJZGV2aWNlX2lkGAEgASgLMiEua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuRGV2aWNlSWQi2AcKEU1hbmFnZW1lbnRSZXF1ZXN0EjoKDGNyZWF0ZV9zcGFjZRgBIAEoCzIiLmt1c2ludGEuaW90LndlYnJ0Yy52MS5DcmVhdGVTcGFjZUgAEjoKDHVwZGF0ZV9zcGFjZRgCIAEoCzIiLmt1c2ludGEuaW90LndlYnJ0Yy52MS5VcGRhdGVTcGFjZUgAEjoKDGRlbGV0ZV9zcGFjZRgDIAEoCzIiLmt1c2ludGEuaW90LndlYnJ0Yy52MS5EZWxldGVTcGFjZUgAEkgKFGFzc2lnbl91c2VyX3RvX3NwYWNlGAQgASgLMigua3VzaW50YS5pb3Qud2VicnRjLnYxLkFzc2lnblVzZXJUb1NwYWNlSAASTAoWcmVtb3ZlX3VzZXJfZnJvbV9zcGFjZRgFIAEoCzIqLmt1c2ludGEuaW90LndlYnJ0Yy52MS5SZW1vdmVVc2VyRnJvbVNwYWNlSAASSgoVcGxhY2VfZGV2aWNlX2luX3NwYWNlGAYgASgLMikua3VzaW50YS5pb3Qud2VicnRjLnYxLlBsYWNlRGV2aWNlSW5TcGFjZUgAElAKGHJlbW92ZV9kZXZpY2VfZnJvbV9zcGFjZRgHIAEoCzIsLmt1c2ludGEuaW90LndlYnJ0Yy52MS5SZW1vdmVEZXZpY2VGcm9tU3BhY2VIABI6CgxjbGFpbV9kZXZpY2UYCCABKAsyIi5rdXNpbnRhLmlvdC53ZWJydGMudjEuQ2xhaW1EZXZpY2VIABI+Cg5yZWxlYXNlX2RldmljZRgJIAEoCzIkLmt1c2ludGEuaW90LndlYnJ0Yy52MS5SZWxlYXNlRGV2aWNlSAASOAoLbGlzdF9zcGFjZXMYCiABKAsyIS5rdXNpbnRhLmlvdC53ZWJydGMudjEuTGlzdFNwYWNlc0gAEkUKEmNyZWF0ZV9kZXZpY2VfbGluaxgLIAEoCzInLmt1c2ludGEuaW90LndlYnJ0Yy52MS5DcmVhdGVEZXZpY2VMaW5rSAASRQoScmVtb3ZlX2RldmljZV9saW5rGAwgASgLMicua3VzaW50YS5pb3Qud2VicnRjLnYxLlJlbW92ZURldmljZUxpbmtIABJDChFsaXN0X2RldmljZV9saW5rcxgNIAEoCzImLmt1c2ludGEuaW90LndlYnJ0Yy52MS5MaXN0RGV2aWNlTGlua3NIABJFChJ1cGRhdGVfZGV2aWNlX2xpbmsYDiABKAsyJy5rdXNpbnRhLmlvdC53ZWJydGMudjEuVXBkYXRlRGV2aWNlTGlua0gAQgkKB3JlcXVlc3RCAkgBYgZwcm90bzM", [file_kusinta_iot_common_v1_types, file_kusinta_iot_identity_v1_identity, file_kusinta_iot_link_v1_link, file_kusinta_iot_space_v1_space]);
16
+
17
+ /**
18
+ * Describes the message kusinta.iot.webrtc.v1.CreateSpace.
19
+ * Use `create(CreateSpaceSchema)` to create a new message.
20
+ */
21
+ export const CreateSpaceSchema = /*@__PURE__*/
22
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 0);
23
+
24
+ /**
25
+ * Describes the message kusinta.iot.webrtc.v1.UpdateSpace.
26
+ * Use `create(UpdateSpaceSchema)` to create a new message.
27
+ */
28
+ export const UpdateSpaceSchema = /*@__PURE__*/
29
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 1);
30
+
31
+ /**
32
+ * Describes the message kusinta.iot.webrtc.v1.DeleteSpace.
33
+ * Use `create(DeleteSpaceSchema)` to create a new message.
34
+ */
35
+ export const DeleteSpaceSchema = /*@__PURE__*/
36
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 2);
37
+
38
+ /**
39
+ * Describes the message kusinta.iot.webrtc.v1.AssignUserToSpace.
40
+ * Use `create(AssignUserToSpaceSchema)` to create a new message.
41
+ */
42
+ export const AssignUserToSpaceSchema = /*@__PURE__*/
43
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 3);
44
+
45
+ /**
46
+ * Describes the message kusinta.iot.webrtc.v1.RemoveUserFromSpace.
47
+ * Use `create(RemoveUserFromSpaceSchema)` to create a new message.
48
+ */
49
+ export const RemoveUserFromSpaceSchema = /*@__PURE__*/
50
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 4);
51
+
52
+ /**
53
+ * Describes the message kusinta.iot.webrtc.v1.PlaceDeviceInSpace.
54
+ * Use `create(PlaceDeviceInSpaceSchema)` to create a new message.
55
+ */
56
+ export const PlaceDeviceInSpaceSchema = /*@__PURE__*/
57
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 5);
58
+
59
+ /**
60
+ * Describes the message kusinta.iot.webrtc.v1.RemoveDeviceFromSpace.
61
+ * Use `create(RemoveDeviceFromSpaceSchema)` to create a new message.
62
+ */
63
+ export const RemoveDeviceFromSpaceSchema = /*@__PURE__*/
64
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 6);
65
+
66
+ /**
67
+ * Describes the message kusinta.iot.webrtc.v1.ClaimDevice.
68
+ * Use `create(ClaimDeviceSchema)` to create a new message.
69
+ */
70
+ export const ClaimDeviceSchema = /*@__PURE__*/
71
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 7);
72
+
73
+ /**
74
+ * Describes the message kusinta.iot.webrtc.v1.ReleaseDevice.
75
+ * Use `create(ReleaseDeviceSchema)` to create a new message.
76
+ */
77
+ export const ReleaseDeviceSchema = /*@__PURE__*/
78
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 8);
79
+
80
+ /**
81
+ * Describes the message kusinta.iot.webrtc.v1.ListSpaces.
82
+ * Use `create(ListSpacesSchema)` to create a new message.
83
+ */
84
+ export const ListSpacesSchema = /*@__PURE__*/
85
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 9);
86
+
87
+ /**
88
+ * Describes the message kusinta.iot.webrtc.v1.SpaceTree.
89
+ * Use `create(SpaceTreeSchema)` to create a new message.
90
+ */
91
+ export const SpaceTreeSchema = /*@__PURE__*/
92
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 10);
93
+
94
+ /**
95
+ * Describes the message kusinta.iot.webrtc.v1.ManagementAck.
96
+ * Use `create(ManagementAckSchema)` to create a new message.
97
+ */
98
+ export const ManagementAckSchema = /*@__PURE__*/
99
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 11);
100
+
101
+ /**
102
+ * Describes the message kusinta.iot.webrtc.v1.CreateDeviceLink.
103
+ * Use `create(CreateDeviceLinkSchema)` to create a new message.
104
+ */
105
+ export const CreateDeviceLinkSchema = /*@__PURE__*/
106
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 12);
107
+
108
+ /**
109
+ * Describes the message kusinta.iot.webrtc.v1.RemoveDeviceLink.
110
+ * Use `create(RemoveDeviceLinkSchema)` to create a new message.
111
+ */
112
+ export const RemoveDeviceLinkSchema = /*@__PURE__*/
113
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 13);
114
+
115
+ /**
116
+ * Describes the message kusinta.iot.webrtc.v1.UpdateDeviceLink.
117
+ * Use `create(UpdateDeviceLinkSchema)` to create a new message.
118
+ */
119
+ export const UpdateDeviceLinkSchema = /*@__PURE__*/
120
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 14);
121
+
122
+ /**
123
+ * Describes the message kusinta.iot.webrtc.v1.ListDeviceLinks.
124
+ * Use `create(ListDeviceLinksSchema)` to create a new message.
125
+ */
126
+ export const ListDeviceLinksSchema = /*@__PURE__*/
127
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 15);
128
+
129
+ /**
130
+ * Describes the message kusinta.iot.webrtc.v1.ManagementRequest.
131
+ * Use `create(ManagementRequestSchema)` to create a new message.
132
+ */
133
+ export const ManagementRequestSchema = /*@__PURE__*/
134
+ messageDesc(file_kusinta_iot_webrtc_v1_management, 16);
135
+
@@ -13,7 +13,7 @@ import type { DeviceId } from "../../identity/v1/identity_pb.js";
13
13
  export declare const file_kusinta_iot_webrtc_v1_permission_push: GenFile;
14
14
 
15
15
  /**
16
- * Pushed to the Flutter app whenever the user's effective permissions change.
16
+ * Pushed to the app whenever the user's effective permissions change.
17
17
  * change_reason values: "DEVICE_ASSIGNED", "DEVICE_UNASSIGNED", "RESIDENT_CHANGED", "CONSTRAINT_UPDATED"
18
18
  *
19
19
  * @generated from message kusinta.iot.webrtc.v1.LivePermissionUpdate
@@ -25,11 +25,17 @@ export declare type LivePermissionUpdate = Message<"kusinta.iot.webrtc.v1.LivePe
25
25
  newPermissions?: EffectivePermissions | undefined;
26
26
 
27
27
  /**
28
+ * Newly entitled devices. Entitlement is not interest: the app is not subscribed
29
+ * to these until it asks via AppMessage.subscribe.
30
+ *
28
31
  * @generated from field: repeated kusinta.iot.identity.v1.DeviceId added_devices = 2;
29
32
  */
30
33
  addedDevices: DeviceId[];
31
34
 
32
35
  /**
36
+ * Devices the user may no longer see. The gateway has already dropped these from
37
+ * the app's interest set — no property events follow, and no unsubscribe is needed.
38
+ *
33
39
  * @generated from field: repeated kusinta.iot.identity.v1.DeviceId removed_devices = 3;
34
40
  */
35
41
  removedDevices: DeviceId[];
@@ -3,14 +3,14 @@
3
3
  /* eslint-disable */
4
4
 
5
5
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
- import { file_kusinta_iot_identity_v1_identity } from "../../identity/v1/identity_pb.js";
7
6
  import { file_kusinta_iot_access_v1_acl } from "../../access/v1/acl_pb.js";
7
+ import { file_kusinta_iot_identity_v1_identity } from "../../identity/v1/identity_pb.js";
8
8
 
9
9
  /**
10
10
  * Describes the file kusinta/iot/webrtc/v1/permission_push.proto.
11
11
  */
12
12
  export const file_kusinta_iot_webrtc_v1_permission_push = /*@__PURE__*/
13
- fileDesc("CitrdXNpbnRhL2lvdC93ZWJydGMvdjEvcGVybWlzc2lvbl9wdXNoLnByb3RvEhVrdXNpbnRhLmlvdC53ZWJydGMudjEi6QEKFExpdmVQZXJtaXNzaW9uVXBkYXRlEkQKD25ld19wZXJtaXNzaW9ucxgBIAEoCzIrLmt1c2ludGEuaW90LmFjY2Vzcy52MS5FZmZlY3RpdmVQZXJtaXNzaW9ucxI4Cg1hZGRlZF9kZXZpY2VzGAIgAygLMiEua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuRGV2aWNlSWQSOgoPcmVtb3ZlZF9kZXZpY2VzGAMgAygLMiEua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuRGV2aWNlSWQSFQoNY2hhbmdlX3JlYXNvbhgEIAEoCUICSAFiBnByb3RvMw", [file_kusinta_iot_identity_v1_identity, file_kusinta_iot_access_v1_acl]);
13
+ fileDesc("CitrdXNpbnRhL2lvdC93ZWJydGMvdjEvcGVybWlzc2lvbl9wdXNoLnByb3RvEhVrdXNpbnRhLmlvdC53ZWJydGMudjEi6QEKFExpdmVQZXJtaXNzaW9uVXBkYXRlEkQKD25ld19wZXJtaXNzaW9ucxgBIAEoCzIrLmt1c2ludGEuaW90LmFjY2Vzcy52MS5FZmZlY3RpdmVQZXJtaXNzaW9ucxI4Cg1hZGRlZF9kZXZpY2VzGAIgAygLMiEua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuRGV2aWNlSWQSOgoPcmVtb3ZlZF9kZXZpY2VzGAMgAygLMiEua3VzaW50YS5pb3QuaWRlbnRpdHkudjEuRGV2aWNlSWQSFQoNY2hhbmdlX3JlYXNvbhgEIAEoCUICSAFiBnByb3RvMw", [file_kusinta_iot_access_v1_acl, file_kusinta_iot_identity_v1_identity]);
14
14
 
15
15
  /**
16
16
  * Describes the message kusinta.iot.webrtc.v1.LivePermissionUpdate.
@@ -0,0 +1,63 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
+ // @generated from file kusinta/iot/webrtc/v1/setpoint_mode.proto (package kusinta.iot.webrtc.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
6
+
7
+ /**
8
+ * Describes the file kusinta/iot/webrtc/v1/setpoint_mode.proto.
9
+ */
10
+ export declare const file_kusinta_iot_webrtc_v1_setpoint_mode: GenFile;
11
+
12
+ /**
13
+ * SetpointAdjustMode selects which setpoint a thermostat command targets. It is
14
+ * Matter's SetpointRaiseLowerModeEnum (Thermostat cluster 0x0201) and carries Matter's
15
+ * own numbering.
16
+ *
17
+ * A real type rather than a numbering written down in a comment. The mode field on
18
+ * ThermostatSetpointParams was a bare uint32 with this numbering stated beside it, so a
19
+ * consumer carrying forward an older Heat=1/Cool=2/Both=3 convention compiled cleanly and
20
+ * silently reversed which physical behavior a command produced.
21
+ *
22
+ * Zero is a real mode, not a "not set" sentinel — which is why there is no
23
+ * SETPOINT_ADJUST_MODE_UNSPECIFIED, and why every field carrying this value has explicit
24
+ * presence: absent = the producer stated no mode, present = the mode it named, Heat
25
+ * included. This is the same rule properties.proto applies to readings, for the same
26
+ * reason — a bare proto3 scalar makes "meant Heat" and "never set it" identical on the
27
+ * wire. Renumbering to free zero is not available: the wire value IS Matter's value.
28
+ *
29
+ * SetpointAdjustMode is NOT ThermostatProperties.system_mode. system_mode is Matter's
30
+ * SystemModeEnum (Off=0, Auto=1, Cool=3, Heat=4), a different enum over a different set
31
+ * of concepts. Cool is 1 here and 3 there; the two must never be substituted for each
32
+ * other or read through the same mapping table.
33
+ *
34
+ * @generated from enum kusinta.iot.webrtc.v1.SetpointAdjustMode
35
+ */
36
+ export enum SetpointAdjustMode {
37
+ /**
38
+ * Targets ThermostatProperties.occupied_heating_setpoint.
39
+ *
40
+ * @generated from enum value: SETPOINT_ADJUST_MODE_HEAT = 0;
41
+ */
42
+ HEAT = 0,
43
+
44
+ /**
45
+ * Targets ThermostatProperties.occupied_cooling_setpoint.
46
+ *
47
+ * @generated from enum value: SETPOINT_ADJUST_MODE_COOL = 1;
48
+ */
49
+ COOL = 1,
50
+
51
+ /**
52
+ * Targets both setpoints.
53
+ *
54
+ * @generated from enum value: SETPOINT_ADJUST_MODE_BOTH = 2;
55
+ */
56
+ BOTH = 2,
57
+ }
58
+
59
+ /**
60
+ * Describes the enum kusinta.iot.webrtc.v1.SetpointAdjustMode.
61
+ */
62
+ export declare const SetpointAdjustModeSchema: GenEnum<SetpointAdjustMode>;
63
+
@@ -0,0 +1,45 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=js+dts,import_extension=js"
2
+ // @generated from file kusinta/iot/webrtc/v1/setpoint_mode.proto (package kusinta.iot.webrtc.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
6
+
7
+ /**
8
+ * Describes the file kusinta/iot/webrtc/v1/setpoint_mode.proto.
9
+ */
10
+ export const file_kusinta_iot_webrtc_v1_setpoint_mode = /*@__PURE__*/
11
+ fileDesc("CilrdXNpbnRhL2lvdC93ZWJydGMvdjEvc2V0cG9pbnRfbW9kZS5wcm90bxIVa3VzaW50YS5pb3Qud2VicnRjLnYxKnEKElNldHBvaW50QWRqdXN0TW9kZRIdChlTRVRQT0lOVF9BREpVU1RfTU9ERV9IRUFUEAASHQoZU0VUUE9JTlRfQURKVVNUX01PREVfQ09PTBABEh0KGVNFVFBPSU5UX0FESlVTVF9NT0RFX0JPVEgQAkICSAFiBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the enum kusinta.iot.webrtc.v1.SetpointAdjustMode.
15
+ */
16
+ export const SetpointAdjustModeSchema = /*@__PURE__*/
17
+ enumDesc(file_kusinta_iot_webrtc_v1_setpoint_mode, 0);
18
+
19
+ /**
20
+ * SetpointAdjustMode selects which setpoint a thermostat command targets. It is
21
+ * Matter's SetpointRaiseLowerModeEnum (Thermostat cluster 0x0201) and carries Matter's
22
+ * own numbering.
23
+ *
24
+ * A real type rather than a numbering written down in a comment. The mode field on
25
+ * ThermostatSetpointParams was a bare uint32 with this numbering stated beside it, so a
26
+ * consumer carrying forward an older Heat=1/Cool=2/Both=3 convention compiled cleanly and
27
+ * silently reversed which physical behavior a command produced.
28
+ *
29
+ * Zero is a real mode, not a "not set" sentinel — which is why there is no
30
+ * SETPOINT_ADJUST_MODE_UNSPECIFIED, and why every field carrying this value has explicit
31
+ * presence: absent = the producer stated no mode, present = the mode it named, Heat
32
+ * included. This is the same rule properties.proto applies to readings, for the same
33
+ * reason — a bare proto3 scalar makes "meant Heat" and "never set it" identical on the
34
+ * wire. Renumbering to free zero is not available: the wire value IS Matter's value.
35
+ *
36
+ * SetpointAdjustMode is NOT ThermostatProperties.system_mode. system_mode is Matter's
37
+ * SystemModeEnum (Off=0, Auto=1, Cool=3, Heat=4), a different enum over a different set
38
+ * of concepts. Cool is 1 here and 3 there; the two must never be substituted for each
39
+ * other or read through the same mapping table.
40
+ *
41
+ * @generated from enum kusinta.iot.webrtc.v1.SetpointAdjustMode
42
+ */
43
+ export const SetpointAdjustMode = /*@__PURE__*/
44
+ tsEnum(SetpointAdjustModeSchema);
45
+