@kohost/api-client 3.9.4 → 3.9.6

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.
@@ -82,6 +82,14 @@
82
82
  "rtsp://192.168.1.4:544/channels/1",
83
83
  "rtsp://10.145.6.129:8554/unicast"
84
84
  ]
85
+ },
86
+ "previewImage": {
87
+ "type": ["string", "null"],
88
+ "description": "Source to preview the camera stream",
89
+ "examples": [
90
+ "https://example.com/preview.jpg",
91
+ "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgAA1EQAAEAAAABAQAAAFERAAQAAAABAAABAgABAA"
92
+ ]
85
93
  }
86
94
  }
87
95
  },
@@ -88,6 +88,7 @@
88
88
  "crestron",
89
89
  "dell",
90
90
  "dmp",
91
+ "doorbird",
91
92
  "dormakaba",
92
93
  "dsc",
93
94
  "ecobee",
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "batteryLevel": {
47
- "$ref": "definitions.json#/definitions/batteryLevel"
47
+ "$ref": "definitions.json#/definitions/batteryLevel"
48
48
  },
49
49
  "systemId": {
50
50
  "$ref": "definitions.json#/definitions/systemId"
@@ -7215,6 +7215,7 @@ var require_definitions = __commonJS({
7215
7215
  "crestron",
7216
7216
  "dell",
7217
7217
  "dmp",
7218
+ "doorbird",
7218
7219
  "dormakaba",
7219
7220
  "dsc",
7220
7221
  "ecobee",
@@ -9887,6 +9888,14 @@ var require_camera = __commonJS({
9887
9888
  "rtsp://192.168.1.4:544/channels/1",
9888
9889
  "rtsp://10.145.6.129:8554/unicast"
9889
9890
  ]
9891
+ },
9892
+ previewImage: {
9893
+ type: ["string", "null"],
9894
+ description: "Source to preview the camera stream",
9895
+ examples: [
9896
+ "https://example.com/preview.jpg",
9897
+ "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgAA1EQAAEAAAABAQAAAFERAAQAAAABAAABAgABAA"
9898
+ ]
9890
9899
  }
9891
9900
  }
9892
9901
  },