@kohost/api-client 3.2.8 → 3.2.9

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.
@@ -115,6 +115,7 @@ export interface Camera {
115
115
  | "discPlayer"
116
116
  | "mediaPlayer"
117
117
  | "uncontrolledDevice";
118
+ offline?: boolean;
118
119
  supportedNotifications?: SupportedNotifications;
119
120
  notification?: Notification;
120
121
  driver:
@@ -731,6 +731,7 @@ export interface Camera {
731
731
  | "discPlayer"
732
732
  | "mediaPlayer"
733
733
  | "uncontrolledDevice";
734
+ offline?: boolean;
734
735
  supportedNotifications?: SupportedNotifications;
735
736
  notification?: {
736
737
  name?:
@@ -15,6 +15,9 @@
15
15
  "$ref": "definitions.json#/definitions/type",
16
16
  "default": "camera"
17
17
  },
18
+ "offline": {
19
+ "type": "boolean"
20
+ },
18
21
  "supportedNotifications": {
19
22
  "$ref": "definitions.json#/definitions/supportedNotifications"
20
23
  },
@@ -10123,6 +10123,9 @@ var require_camera = __commonJS({
10123
10123
  $ref: "definitions.json#/definitions/type",
10124
10124
  default: "camera"
10125
10125
  },
10126
+ offline: {
10127
+ type: "boolean"
10128
+ },
10126
10129
  supportedNotifications: {
10127
10130
  $ref: "definitions.json#/definitions/supportedNotifications"
10128
10131
  },