@kusinta/iot-schema 0.1.0-beta.17 → 0.1.0-beta.19

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.
@@ -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[];