@kohost/api-client 4.0.13 → 4.0.15
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.
- package/dist/chunk-6FISGFZM.js +1 -0
- package/dist/chunk-6FISGFZM.js.map +1 -0
- package/dist/{chunk-JHS663AH.js → chunk-SRDAZV6C.js} +1 -1
- package/dist/{chunk-JHS663AH.js.map → chunk-SRDAZV6C.js.map} +1 -1
- package/dist/commands.cjs.map +1 -1
- package/dist/errors.cjs.map +1 -1
- package/dist/events.cjs.map +1 -1
- package/dist/events.js +1 -1
- package/dist/index.cjs +53 -42
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +58 -58
- package/dist/index.d.ts +58 -58
- package/dist/index.js +53 -42
- package/dist/index.js.map +1 -1
- package/dist/models.cjs +1 -1
- package/dist/models.cjs.map +1 -1
- package/dist/models.d.cts +2 -2
- package/dist/models.d.ts +2 -2
- package/dist/models.js +1 -1
- package/dist/useCases.cjs.map +1 -1
- package/dist/utils.cjs +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.cts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/dist/{windowCovering-CH-gdGqg.d.cts → windowCovering-DoIjIw7S.d.cts} +58 -58
- package/dist/{windowCovering-CH-gdGqg.d.ts → windowCovering-DoIjIw7S.d.ts} +58 -58
- package/package.json +1 -1
- package/dist/chunk-7UMWBYG3.js +0 -1
- package/dist/chunk-7UMWBYG3.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -2266,6 +2266,7 @@ var schema18 = {
|
|
|
2266
2266
|
"twilio",
|
|
2267
2267
|
"unifi",
|
|
2268
2268
|
"valcom",
|
|
2269
|
+
"vivotek",
|
|
2269
2270
|
"vizio",
|
|
2270
2271
|
"wisenet",
|
|
2271
2272
|
"cloudflare-images",
|
|
@@ -2734,7 +2735,7 @@ function validate10(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
2734
2735
|
}
|
|
2735
2736
|
errors++;
|
|
2736
2737
|
}
|
|
2737
|
-
if (!(data8 === "adlink" || data8 === "aws-kinesis" || data8 === "butler" || data8 === "crestron" || data8 === "dell" || data8 === "dmp" || data8 === "doorbird" || data8 === "dormakaba" || data8 === "dsc" || data8 === "ecobee" || data8 === "epson" || data8 === "geovision-rs" || data8 === "geovision-as-manager" || data8 === "honeywell-vista" || data8 === "igor" || data8 === "inncom" || data8 === "isapi" || data8 === "kohost-k7" || data8 === "kohost" || data8 === "lg" || data8 === "lg-webos" || data8 === "lapi" || data8 === "lirc" || data8 === "mews" || data8 === "mht" || data8 === "paxton" || data8 === "pelican-wireless" || data8 === "power-shades" || data8 === "rachio" || data8 === "rebrandly" || data8 === "relay" || data8 === "rtsp" || data8 === "salto" || data8 === "salto-irn" || data8 === "samsung" || data8 === "se" || data8 === "sendgrid" || data8 === "sonifi" || data8 === "stay-n-touch" || data8 === "storable" || data8 === "twilio" || data8 === "unifi" || data8 === "valcom" || data8 === "vizio" || data8 === "wisenet" || data8 === "cloudflare-images" || data8 === "cloudflare-stream" || data8 === "insperia-privacy")) {
|
|
2738
|
+
if (!(data8 === "adlink" || data8 === "aws-kinesis" || data8 === "butler" || data8 === "crestron" || data8 === "dell" || data8 === "dmp" || data8 === "doorbird" || data8 === "dormakaba" || data8 === "dsc" || data8 === "ecobee" || data8 === "epson" || data8 === "geovision-rs" || data8 === "geovision-as-manager" || data8 === "honeywell-vista" || data8 === "igor" || data8 === "inncom" || data8 === "isapi" || data8 === "kohost-k7" || data8 === "kohost" || data8 === "lg" || data8 === "lg-webos" || data8 === "lapi" || data8 === "lirc" || data8 === "mews" || data8 === "mht" || data8 === "paxton" || data8 === "pelican-wireless" || data8 === "power-shades" || data8 === "rachio" || data8 === "rebrandly" || data8 === "relay" || data8 === "rtsp" || data8 === "salto" || data8 === "salto-irn" || data8 === "samsung" || data8 === "se" || data8 === "sendgrid" || data8 === "sonifi" || data8 === "stay-n-touch" || data8 === "storable" || data8 === "twilio" || data8 === "unifi" || data8 === "valcom" || data8 === "vivotek" || data8 === "vizio" || data8 === "wisenet" || data8 === "cloudflare-images" || data8 === "cloudflare-stream" || data8 === "insperia-privacy")) {
|
|
2738
2739
|
const err17 = {
|
|
2739
2740
|
instancePath: instancePath + "/driver",
|
|
2740
2741
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -4282,7 +4283,12 @@ var schema29 = {
|
|
|
4282
4283
|
id: { type: "string" },
|
|
4283
4284
|
driver: {
|
|
4284
4285
|
type: "string",
|
|
4285
|
-
enum: [
|
|
4286
|
+
enum: [
|
|
4287
|
+
"cloudflare-stream",
|
|
4288
|
+
"aws-kinesis",
|
|
4289
|
+
"digital-watchdog",
|
|
4290
|
+
"mediamtx"
|
|
4291
|
+
]
|
|
4286
4292
|
},
|
|
4287
4293
|
allowedOrigins: { type: "array", items: { type: "string" } },
|
|
4288
4294
|
authRequired: { type: "boolean" },
|
|
@@ -4302,7 +4308,7 @@ var schema29 = {
|
|
|
4302
4308
|
description: "Source to preview the camera stream",
|
|
4303
4309
|
examples: [
|
|
4304
4310
|
"https://example.com/preview.jpg",
|
|
4305
|
-
"data:image/
|
|
4311
|
+
"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgAA1EQAAEAAAABAQAAAFERAAQAAAABAAABAgABAA"
|
|
4306
4312
|
]
|
|
4307
4313
|
}
|
|
4308
4314
|
}
|
|
@@ -4725,7 +4731,7 @@ function validate17(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
4725
4731
|
}
|
|
4726
4732
|
errors++;
|
|
4727
4733
|
}
|
|
4728
|
-
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
4734
|
+
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vivotek" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
4729
4735
|
const err15 = {
|
|
4730
4736
|
instancePath: instancePath + "/driver",
|
|
4731
4737
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -4911,7 +4917,7 @@ function validate17(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
4911
4917
|
}
|
|
4912
4918
|
errors++;
|
|
4913
4919
|
}
|
|
4914
|
-
if (!(data15 === "cloudflare-stream" || data15 === "aws-kinesis" || data15 === "digital-watchdog")) {
|
|
4920
|
+
if (!(data15 === "cloudflare-stream" || data15 === "aws-kinesis" || data15 === "digital-watchdog" || data15 === "mediamtx")) {
|
|
4915
4921
|
const err25 = {
|
|
4916
4922
|
instancePath: instancePath + "/liveStream/driver",
|
|
4917
4923
|
schemaPath: "#/properties/liveStream/properties/driver/enum",
|
|
@@ -5416,7 +5422,7 @@ function validate20(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
5416
5422
|
}
|
|
5417
5423
|
errors++;
|
|
5418
5424
|
}
|
|
5419
|
-
if (!(data3 === "adlink" || data3 === "aws-kinesis" || data3 === "butler" || data3 === "crestron" || data3 === "dell" || data3 === "dmp" || data3 === "doorbird" || data3 === "dormakaba" || data3 === "dsc" || data3 === "ecobee" || data3 === "epson" || data3 === "geovision-rs" || data3 === "geovision-as-manager" || data3 === "honeywell-vista" || data3 === "igor" || data3 === "inncom" || data3 === "isapi" || data3 === "kohost-k7" || data3 === "kohost" || data3 === "lg" || data3 === "lg-webos" || data3 === "lapi" || data3 === "lirc" || data3 === "mews" || data3 === "mht" || data3 === "paxton" || data3 === "pelican-wireless" || data3 === "power-shades" || data3 === "rachio" || data3 === "rebrandly" || data3 === "relay" || data3 === "rtsp" || data3 === "salto" || data3 === "salto-irn" || data3 === "samsung" || data3 === "se" || data3 === "sendgrid" || data3 === "sonifi" || data3 === "stay-n-touch" || data3 === "storable" || data3 === "twilio" || data3 === "unifi" || data3 === "valcom" || data3 === "vizio" || data3 === "wisenet" || data3 === "cloudflare-images" || data3 === "cloudflare-stream" || data3 === "insperia-privacy")) {
|
|
5425
|
+
if (!(data3 === "adlink" || data3 === "aws-kinesis" || data3 === "butler" || data3 === "crestron" || data3 === "dell" || data3 === "dmp" || data3 === "doorbird" || data3 === "dormakaba" || data3 === "dsc" || data3 === "ecobee" || data3 === "epson" || data3 === "geovision-rs" || data3 === "geovision-as-manager" || data3 === "honeywell-vista" || data3 === "igor" || data3 === "inncom" || data3 === "isapi" || data3 === "kohost-k7" || data3 === "kohost" || data3 === "lg" || data3 === "lg-webos" || data3 === "lapi" || data3 === "lirc" || data3 === "mews" || data3 === "mht" || data3 === "paxton" || data3 === "pelican-wireless" || data3 === "power-shades" || data3 === "rachio" || data3 === "rebrandly" || data3 === "relay" || data3 === "rtsp" || data3 === "salto" || data3 === "salto-irn" || data3 === "samsung" || data3 === "se" || data3 === "sendgrid" || data3 === "sonifi" || data3 === "stay-n-touch" || data3 === "storable" || data3 === "twilio" || data3 === "unifi" || data3 === "valcom" || data3 === "vivotek" || data3 === "vizio" || data3 === "wisenet" || data3 === "cloudflare-images" || data3 === "cloudflare-stream" || data3 === "insperia-privacy")) {
|
|
5420
5426
|
const err9 = {
|
|
5421
5427
|
instancePath: instancePath + "/driver",
|
|
5422
5428
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -5990,7 +5996,7 @@ function validate22(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
5990
5996
|
}
|
|
5991
5997
|
errors++;
|
|
5992
5998
|
}
|
|
5993
|
-
if (!(data6 === "adlink" || data6 === "aws-kinesis" || data6 === "butler" || data6 === "crestron" || data6 === "dell" || data6 === "dmp" || data6 === "doorbird" || data6 === "dormakaba" || data6 === "dsc" || data6 === "ecobee" || data6 === "epson" || data6 === "geovision-rs" || data6 === "geovision-as-manager" || data6 === "honeywell-vista" || data6 === "igor" || data6 === "inncom" || data6 === "isapi" || data6 === "kohost-k7" || data6 === "kohost" || data6 === "lg" || data6 === "lg-webos" || data6 === "lapi" || data6 === "lirc" || data6 === "mews" || data6 === "mht" || data6 === "paxton" || data6 === "pelican-wireless" || data6 === "power-shades" || data6 === "rachio" || data6 === "rebrandly" || data6 === "relay" || data6 === "rtsp" || data6 === "salto" || data6 === "salto-irn" || data6 === "samsung" || data6 === "se" || data6 === "sendgrid" || data6 === "sonifi" || data6 === "stay-n-touch" || data6 === "storable" || data6 === "twilio" || data6 === "unifi" || data6 === "valcom" || data6 === "vizio" || data6 === "wisenet" || data6 === "cloudflare-images" || data6 === "cloudflare-stream" || data6 === "insperia-privacy")) {
|
|
5999
|
+
if (!(data6 === "adlink" || data6 === "aws-kinesis" || data6 === "butler" || data6 === "crestron" || data6 === "dell" || data6 === "dmp" || data6 === "doorbird" || data6 === "dormakaba" || data6 === "dsc" || data6 === "ecobee" || data6 === "epson" || data6 === "geovision-rs" || data6 === "geovision-as-manager" || data6 === "honeywell-vista" || data6 === "igor" || data6 === "inncom" || data6 === "isapi" || data6 === "kohost-k7" || data6 === "kohost" || data6 === "lg" || data6 === "lg-webos" || data6 === "lapi" || data6 === "lirc" || data6 === "mews" || data6 === "mht" || data6 === "paxton" || data6 === "pelican-wireless" || data6 === "power-shades" || data6 === "rachio" || data6 === "rebrandly" || data6 === "relay" || data6 === "rtsp" || data6 === "salto" || data6 === "salto-irn" || data6 === "samsung" || data6 === "se" || data6 === "sendgrid" || data6 === "sonifi" || data6 === "stay-n-touch" || data6 === "storable" || data6 === "twilio" || data6 === "unifi" || data6 === "valcom" || data6 === "vivotek" || data6 === "vizio" || data6 === "wisenet" || data6 === "cloudflare-images" || data6 === "cloudflare-stream" || data6 === "insperia-privacy")) {
|
|
5994
6000
|
const err15 = {
|
|
5995
6001
|
instancePath: instancePath + "/driver",
|
|
5996
6002
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -6428,7 +6434,7 @@ function validate25(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
6428
6434
|
}
|
|
6429
6435
|
errors++;
|
|
6430
6436
|
}
|
|
6431
|
-
if (!(data2 === "adlink" || data2 === "aws-kinesis" || data2 === "butler" || data2 === "crestron" || data2 === "dell" || data2 === "dmp" || data2 === "doorbird" || data2 === "dormakaba" || data2 === "dsc" || data2 === "ecobee" || data2 === "epson" || data2 === "geovision-rs" || data2 === "geovision-as-manager" || data2 === "honeywell-vista" || data2 === "igor" || data2 === "inncom" || data2 === "isapi" || data2 === "kohost-k7" || data2 === "kohost" || data2 === "lg" || data2 === "lg-webos" || data2 === "lapi" || data2 === "lirc" || data2 === "mews" || data2 === "mht" || data2 === "paxton" || data2 === "pelican-wireless" || data2 === "power-shades" || data2 === "rachio" || data2 === "rebrandly" || data2 === "relay" || data2 === "rtsp" || data2 === "salto" || data2 === "salto-irn" || data2 === "samsung" || data2 === "se" || data2 === "sendgrid" || data2 === "sonifi" || data2 === "stay-n-touch" || data2 === "storable" || data2 === "twilio" || data2 === "unifi" || data2 === "valcom" || data2 === "vizio" || data2 === "wisenet" || data2 === "cloudflare-images" || data2 === "cloudflare-stream" || data2 === "insperia-privacy")) {
|
|
6437
|
+
if (!(data2 === "adlink" || data2 === "aws-kinesis" || data2 === "butler" || data2 === "crestron" || data2 === "dell" || data2 === "dmp" || data2 === "doorbird" || data2 === "dormakaba" || data2 === "dsc" || data2 === "ecobee" || data2 === "epson" || data2 === "geovision-rs" || data2 === "geovision-as-manager" || data2 === "honeywell-vista" || data2 === "igor" || data2 === "inncom" || data2 === "isapi" || data2 === "kohost-k7" || data2 === "kohost" || data2 === "lg" || data2 === "lg-webos" || data2 === "lapi" || data2 === "lirc" || data2 === "mews" || data2 === "mht" || data2 === "paxton" || data2 === "pelican-wireless" || data2 === "power-shades" || data2 === "rachio" || data2 === "rebrandly" || data2 === "relay" || data2 === "rtsp" || data2 === "salto" || data2 === "salto-irn" || data2 === "samsung" || data2 === "se" || data2 === "sendgrid" || data2 === "sonifi" || data2 === "stay-n-touch" || data2 === "storable" || data2 === "twilio" || data2 === "unifi" || data2 === "valcom" || data2 === "vivotek" || data2 === "vizio" || data2 === "wisenet" || data2 === "cloudflare-images" || data2 === "cloudflare-stream" || data2 === "insperia-privacy")) {
|
|
6432
6438
|
const err8 = {
|
|
6433
6439
|
instancePath: instancePath + "/driver",
|
|
6434
6440
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -7239,7 +7245,7 @@ function validate27(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
7239
7245
|
}
|
|
7240
7246
|
errors++;
|
|
7241
7247
|
}
|
|
7242
|
-
if (!(data6 === "adlink" || data6 === "aws-kinesis" || data6 === "butler" || data6 === "crestron" || data6 === "dell" || data6 === "dmp" || data6 === "doorbird" || data6 === "dormakaba" || data6 === "dsc" || data6 === "ecobee" || data6 === "epson" || data6 === "geovision-rs" || data6 === "geovision-as-manager" || data6 === "honeywell-vista" || data6 === "igor" || data6 === "inncom" || data6 === "isapi" || data6 === "kohost-k7" || data6 === "kohost" || data6 === "lg" || data6 === "lg-webos" || data6 === "lapi" || data6 === "lirc" || data6 === "mews" || data6 === "mht" || data6 === "paxton" || data6 === "pelican-wireless" || data6 === "power-shades" || data6 === "rachio" || data6 === "rebrandly" || data6 === "relay" || data6 === "rtsp" || data6 === "salto" || data6 === "salto-irn" || data6 === "samsung" || data6 === "se" || data6 === "sendgrid" || data6 === "sonifi" || data6 === "stay-n-touch" || data6 === "storable" || data6 === "twilio" || data6 === "unifi" || data6 === "valcom" || data6 === "vizio" || data6 === "wisenet" || data6 === "cloudflare-images" || data6 === "cloudflare-stream" || data6 === "insperia-privacy")) {
|
|
7248
|
+
if (!(data6 === "adlink" || data6 === "aws-kinesis" || data6 === "butler" || data6 === "crestron" || data6 === "dell" || data6 === "dmp" || data6 === "doorbird" || data6 === "dormakaba" || data6 === "dsc" || data6 === "ecobee" || data6 === "epson" || data6 === "geovision-rs" || data6 === "geovision-as-manager" || data6 === "honeywell-vista" || data6 === "igor" || data6 === "inncom" || data6 === "isapi" || data6 === "kohost-k7" || data6 === "kohost" || data6 === "lg" || data6 === "lg-webos" || data6 === "lapi" || data6 === "lirc" || data6 === "mews" || data6 === "mht" || data6 === "paxton" || data6 === "pelican-wireless" || data6 === "power-shades" || data6 === "rachio" || data6 === "rebrandly" || data6 === "relay" || data6 === "rtsp" || data6 === "salto" || data6 === "salto-irn" || data6 === "samsung" || data6 === "se" || data6 === "sendgrid" || data6 === "sonifi" || data6 === "stay-n-touch" || data6 === "storable" || data6 === "twilio" || data6 === "unifi" || data6 === "valcom" || data6 === "vivotek" || data6 === "vizio" || data6 === "wisenet" || data6 === "cloudflare-images" || data6 === "cloudflare-stream" || data6 === "insperia-privacy")) {
|
|
7243
7249
|
const err14 = {
|
|
7244
7250
|
instancePath: instancePath + "/driver",
|
|
7245
7251
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -10365,7 +10371,7 @@ function validate34(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
10365
10371
|
}
|
|
10366
10372
|
errors++;
|
|
10367
10373
|
}
|
|
10368
|
-
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
10374
|
+
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vivotek" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
10369
10375
|
const err15 = {
|
|
10370
10376
|
instancePath: instancePath + "/driver",
|
|
10371
10377
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -11821,7 +11827,7 @@ function validate45(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
11821
11827
|
}
|
|
11822
11828
|
errors++;
|
|
11823
11829
|
}
|
|
11824
|
-
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
11830
|
+
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vivotek" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
11825
11831
|
const err15 = {
|
|
11826
11832
|
instancePath: instancePath + "/driver",
|
|
11827
11833
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -13565,7 +13571,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13565
13571
|
}
|
|
13566
13572
|
errors++;
|
|
13567
13573
|
}
|
|
13568
|
-
if (!(data9 === "adlink" || data9 === "aws-kinesis" || data9 === "butler" || data9 === "crestron" || data9 === "dell" || data9 === "dmp" || data9 === "doorbird" || data9 === "dormakaba" || data9 === "dsc" || data9 === "ecobee" || data9 === "epson" || data9 === "geovision-rs" || data9 === "geovision-as-manager" || data9 === "honeywell-vista" || data9 === "igor" || data9 === "inncom" || data9 === "isapi" || data9 === "kohost-k7" || data9 === "kohost" || data9 === "lg" || data9 === "lg-webos" || data9 === "lapi" || data9 === "lirc" || data9 === "mews" || data9 === "mht" || data9 === "paxton" || data9 === "pelican-wireless" || data9 === "power-shades" || data9 === "rachio" || data9 === "rebrandly" || data9 === "relay" || data9 === "rtsp" || data9 === "salto" || data9 === "salto-irn" || data9 === "samsung" || data9 === "se" || data9 === "sendgrid" || data9 === "sonifi" || data9 === "stay-n-touch" || data9 === "storable" || data9 === "twilio" || data9 === "unifi" || data9 === "valcom" || data9 === "vizio" || data9 === "wisenet" || data9 === "cloudflare-images" || data9 === "cloudflare-stream" || data9 === "insperia-privacy")) {
|
|
13574
|
+
if (!(data9 === "adlink" || data9 === "aws-kinesis" || data9 === "butler" || data9 === "crestron" || data9 === "dell" || data9 === "dmp" || data9 === "doorbird" || data9 === "dormakaba" || data9 === "dsc" || data9 === "ecobee" || data9 === "epson" || data9 === "geovision-rs" || data9 === "geovision-as-manager" || data9 === "honeywell-vista" || data9 === "igor" || data9 === "inncom" || data9 === "isapi" || data9 === "kohost-k7" || data9 === "kohost" || data9 === "lg" || data9 === "lg-webos" || data9 === "lapi" || data9 === "lirc" || data9 === "mews" || data9 === "mht" || data9 === "paxton" || data9 === "pelican-wireless" || data9 === "power-shades" || data9 === "rachio" || data9 === "rebrandly" || data9 === "relay" || data9 === "rtsp" || data9 === "salto" || data9 === "salto-irn" || data9 === "samsung" || data9 === "se" || data9 === "sendgrid" || data9 === "sonifi" || data9 === "stay-n-touch" || data9 === "storable" || data9 === "twilio" || data9 === "unifi" || data9 === "valcom" || data9 === "vivotek" || data9 === "vizio" || data9 === "wisenet" || data9 === "cloudflare-images" || data9 === "cloudflare-stream" || data9 === "insperia-privacy")) {
|
|
13569
13575
|
const err24 = {
|
|
13570
13576
|
instancePath: instancePath + "/driver",
|
|
13571
13577
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -14501,7 +14507,7 @@ function validate52(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
14501
14507
|
}
|
|
14502
14508
|
errors++;
|
|
14503
14509
|
}
|
|
14504
|
-
if (!(data2 === "adlink" || data2 === "aws-kinesis" || data2 === "butler" || data2 === "crestron" || data2 === "dell" || data2 === "dmp" || data2 === "doorbird" || data2 === "dormakaba" || data2 === "dsc" || data2 === "ecobee" || data2 === "epson" || data2 === "geovision-rs" || data2 === "geovision-as-manager" || data2 === "honeywell-vista" || data2 === "igor" || data2 === "inncom" || data2 === "isapi" || data2 === "kohost-k7" || data2 === "kohost" || data2 === "lg" || data2 === "lg-webos" || data2 === "lapi" || data2 === "lirc" || data2 === "mews" || data2 === "mht" || data2 === "paxton" || data2 === "pelican-wireless" || data2 === "power-shades" || data2 === "rachio" || data2 === "rebrandly" || data2 === "relay" || data2 === "rtsp" || data2 === "salto" || data2 === "salto-irn" || data2 === "samsung" || data2 === "se" || data2 === "sendgrid" || data2 === "sonifi" || data2 === "stay-n-touch" || data2 === "storable" || data2 === "twilio" || data2 === "unifi" || data2 === "valcom" || data2 === "vizio" || data2 === "wisenet" || data2 === "cloudflare-images" || data2 === "cloudflare-stream" || data2 === "insperia-privacy")) {
|
|
14510
|
+
if (!(data2 === "adlink" || data2 === "aws-kinesis" || data2 === "butler" || data2 === "crestron" || data2 === "dell" || data2 === "dmp" || data2 === "doorbird" || data2 === "dormakaba" || data2 === "dsc" || data2 === "ecobee" || data2 === "epson" || data2 === "geovision-rs" || data2 === "geovision-as-manager" || data2 === "honeywell-vista" || data2 === "igor" || data2 === "inncom" || data2 === "isapi" || data2 === "kohost-k7" || data2 === "kohost" || data2 === "lg" || data2 === "lg-webos" || data2 === "lapi" || data2 === "lirc" || data2 === "mews" || data2 === "mht" || data2 === "paxton" || data2 === "pelican-wireless" || data2 === "power-shades" || data2 === "rachio" || data2 === "rebrandly" || data2 === "relay" || data2 === "rtsp" || data2 === "salto" || data2 === "salto-irn" || data2 === "samsung" || data2 === "se" || data2 === "sendgrid" || data2 === "sonifi" || data2 === "stay-n-touch" || data2 === "storable" || data2 === "twilio" || data2 === "unifi" || data2 === "valcom" || data2 === "vivotek" || data2 === "vizio" || data2 === "wisenet" || data2 === "cloudflare-images" || data2 === "cloudflare-stream" || data2 === "insperia-privacy")) {
|
|
14505
14511
|
const err10 = {
|
|
14506
14512
|
instancePath: instancePath + "/driver",
|
|
14507
14513
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -17961,7 +17967,7 @@ function validate59(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17961
17967
|
}
|
|
17962
17968
|
errors++;
|
|
17963
17969
|
}
|
|
17964
|
-
if (!(data3 === "adlink" || data3 === "aws-kinesis" || data3 === "butler" || data3 === "crestron" || data3 === "dell" || data3 === "dmp" || data3 === "doorbird" || data3 === "dormakaba" || data3 === "dsc" || data3 === "ecobee" || data3 === "epson" || data3 === "geovision-rs" || data3 === "geovision-as-manager" || data3 === "honeywell-vista" || data3 === "igor" || data3 === "inncom" || data3 === "isapi" || data3 === "kohost-k7" || data3 === "kohost" || data3 === "lg" || data3 === "lg-webos" || data3 === "lapi" || data3 === "lirc" || data3 === "mews" || data3 === "mht" || data3 === "paxton" || data3 === "pelican-wireless" || data3 === "power-shades" || data3 === "rachio" || data3 === "rebrandly" || data3 === "relay" || data3 === "rtsp" || data3 === "salto" || data3 === "salto-irn" || data3 === "samsung" || data3 === "se" || data3 === "sendgrid" || data3 === "sonifi" || data3 === "stay-n-touch" || data3 === "storable" || data3 === "twilio" || data3 === "unifi" || data3 === "valcom" || data3 === "vizio" || data3 === "wisenet" || data3 === "cloudflare-images" || data3 === "cloudflare-stream" || data3 === "insperia-privacy")) {
|
|
17970
|
+
if (!(data3 === "adlink" || data3 === "aws-kinesis" || data3 === "butler" || data3 === "crestron" || data3 === "dell" || data3 === "dmp" || data3 === "doorbird" || data3 === "dormakaba" || data3 === "dsc" || data3 === "ecobee" || data3 === "epson" || data3 === "geovision-rs" || data3 === "geovision-as-manager" || data3 === "honeywell-vista" || data3 === "igor" || data3 === "inncom" || data3 === "isapi" || data3 === "kohost-k7" || data3 === "kohost" || data3 === "lg" || data3 === "lg-webos" || data3 === "lapi" || data3 === "lirc" || data3 === "mews" || data3 === "mht" || data3 === "paxton" || data3 === "pelican-wireless" || data3 === "power-shades" || data3 === "rachio" || data3 === "rebrandly" || data3 === "relay" || data3 === "rtsp" || data3 === "salto" || data3 === "salto-irn" || data3 === "samsung" || data3 === "se" || data3 === "sendgrid" || data3 === "sonifi" || data3 === "stay-n-touch" || data3 === "storable" || data3 === "twilio" || data3 === "unifi" || data3 === "valcom" || data3 === "vivotek" || data3 === "vizio" || data3 === "wisenet" || data3 === "cloudflare-images" || data3 === "cloudflare-stream" || data3 === "insperia-privacy")) {
|
|
17965
17971
|
const err10 = {
|
|
17966
17972
|
instancePath: instancePath + "/driver",
|
|
17967
17973
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -21318,7 +21324,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21318
21324
|
}
|
|
21319
21325
|
errors++;
|
|
21320
21326
|
}
|
|
21321
|
-
if (!(data1 === "adlink" || data1 === "aws-kinesis" || data1 === "butler" || data1 === "crestron" || data1 === "dell" || data1 === "dmp" || data1 === "doorbird" || data1 === "dormakaba" || data1 === "dsc" || data1 === "ecobee" || data1 === "epson" || data1 === "geovision-rs" || data1 === "geovision-as-manager" || data1 === "honeywell-vista" || data1 === "igor" || data1 === "inncom" || data1 === "isapi" || data1 === "kohost-k7" || data1 === "kohost" || data1 === "lg" || data1 === "lg-webos" || data1 === "lapi" || data1 === "lirc" || data1 === "mews" || data1 === "mht" || data1 === "paxton" || data1 === "pelican-wireless" || data1 === "power-shades" || data1 === "rachio" || data1 === "rebrandly" || data1 === "relay" || data1 === "rtsp" || data1 === "salto" || data1 === "salto-irn" || data1 === "samsung" || data1 === "se" || data1 === "sendgrid" || data1 === "sonifi" || data1 === "stay-n-touch" || data1 === "storable" || data1 === "twilio" || data1 === "unifi" || data1 === "valcom" || data1 === "vizio" || data1 === "wisenet" || data1 === "cloudflare-images" || data1 === "cloudflare-stream" || data1 === "insperia-privacy")) {
|
|
21327
|
+
if (!(data1 === "adlink" || data1 === "aws-kinesis" || data1 === "butler" || data1 === "crestron" || data1 === "dell" || data1 === "dmp" || data1 === "doorbird" || data1 === "dormakaba" || data1 === "dsc" || data1 === "ecobee" || data1 === "epson" || data1 === "geovision-rs" || data1 === "geovision-as-manager" || data1 === "honeywell-vista" || data1 === "igor" || data1 === "inncom" || data1 === "isapi" || data1 === "kohost-k7" || data1 === "kohost" || data1 === "lg" || data1 === "lg-webos" || data1 === "lapi" || data1 === "lirc" || data1 === "mews" || data1 === "mht" || data1 === "paxton" || data1 === "pelican-wireless" || data1 === "power-shades" || data1 === "rachio" || data1 === "rebrandly" || data1 === "relay" || data1 === "rtsp" || data1 === "salto" || data1 === "salto-irn" || data1 === "samsung" || data1 === "se" || data1 === "sendgrid" || data1 === "sonifi" || data1 === "stay-n-touch" || data1 === "storable" || data1 === "twilio" || data1 === "unifi" || data1 === "valcom" || data1 === "vivotek" || data1 === "vizio" || data1 === "wisenet" || data1 === "cloudflare-images" || data1 === "cloudflare-stream" || data1 === "insperia-privacy")) {
|
|
21322
21328
|
const err8 = {
|
|
21323
21329
|
instancePath: instancePath + "/driver",
|
|
21324
21330
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -22504,7 +22510,7 @@ function validate68(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22504
22510
|
}
|
|
22505
22511
|
errors++;
|
|
22506
22512
|
}
|
|
22507
|
-
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
22513
|
+
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vivotek" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
22508
22514
|
const err16 = {
|
|
22509
22515
|
instancePath: instancePath + "/driver",
|
|
22510
22516
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -23399,7 +23405,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23399
23405
|
}
|
|
23400
23406
|
errors++;
|
|
23401
23407
|
}
|
|
23402
|
-
if (!(data3 === "adlink" || data3 === "aws-kinesis" || data3 === "butler" || data3 === "crestron" || data3 === "dell" || data3 === "dmp" || data3 === "doorbird" || data3 === "dormakaba" || data3 === "dsc" || data3 === "ecobee" || data3 === "epson" || data3 === "geovision-rs" || data3 === "geovision-as-manager" || data3 === "honeywell-vista" || data3 === "igor" || data3 === "inncom" || data3 === "isapi" || data3 === "kohost-k7" || data3 === "kohost" || data3 === "lg" || data3 === "lg-webos" || data3 === "lapi" || data3 === "lirc" || data3 === "mews" || data3 === "mht" || data3 === "paxton" || data3 === "pelican-wireless" || data3 === "power-shades" || data3 === "rachio" || data3 === "rebrandly" || data3 === "relay" || data3 === "rtsp" || data3 === "salto" || data3 === "salto-irn" || data3 === "samsung" || data3 === "se" || data3 === "sendgrid" || data3 === "sonifi" || data3 === "stay-n-touch" || data3 === "storable" || data3 === "twilio" || data3 === "unifi" || data3 === "valcom" || data3 === "vizio" || data3 === "wisenet" || data3 === "cloudflare-images" || data3 === "cloudflare-stream" || data3 === "insperia-privacy")) {
|
|
23408
|
+
if (!(data3 === "adlink" || data3 === "aws-kinesis" || data3 === "butler" || data3 === "crestron" || data3 === "dell" || data3 === "dmp" || data3 === "doorbird" || data3 === "dormakaba" || data3 === "dsc" || data3 === "ecobee" || data3 === "epson" || data3 === "geovision-rs" || data3 === "geovision-as-manager" || data3 === "honeywell-vista" || data3 === "igor" || data3 === "inncom" || data3 === "isapi" || data3 === "kohost-k7" || data3 === "kohost" || data3 === "lg" || data3 === "lg-webos" || data3 === "lapi" || data3 === "lirc" || data3 === "mews" || data3 === "mht" || data3 === "paxton" || data3 === "pelican-wireless" || data3 === "power-shades" || data3 === "rachio" || data3 === "rebrandly" || data3 === "relay" || data3 === "rtsp" || data3 === "salto" || data3 === "salto-irn" || data3 === "samsung" || data3 === "se" || data3 === "sendgrid" || data3 === "sonifi" || data3 === "stay-n-touch" || data3 === "storable" || data3 === "twilio" || data3 === "unifi" || data3 === "valcom" || data3 === "vivotek" || data3 === "vizio" || data3 === "wisenet" || data3 === "cloudflare-images" || data3 === "cloudflare-stream" || data3 === "insperia-privacy")) {
|
|
23403
23409
|
const err18 = {
|
|
23404
23410
|
instancePath: instancePath + "/driver",
|
|
23405
23411
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -24618,7 +24624,7 @@ function validate81(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
24618
24624
|
}
|
|
24619
24625
|
errors++;
|
|
24620
24626
|
}
|
|
24621
|
-
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
24627
|
+
if (!(data7 === "adlink" || data7 === "aws-kinesis" || data7 === "butler" || data7 === "crestron" || data7 === "dell" || data7 === "dmp" || data7 === "doorbird" || data7 === "dormakaba" || data7 === "dsc" || data7 === "ecobee" || data7 === "epson" || data7 === "geovision-rs" || data7 === "geovision-as-manager" || data7 === "honeywell-vista" || data7 === "igor" || data7 === "inncom" || data7 === "isapi" || data7 === "kohost-k7" || data7 === "kohost" || data7 === "lg" || data7 === "lg-webos" || data7 === "lapi" || data7 === "lirc" || data7 === "mews" || data7 === "mht" || data7 === "paxton" || data7 === "pelican-wireless" || data7 === "power-shades" || data7 === "rachio" || data7 === "rebrandly" || data7 === "relay" || data7 === "rtsp" || data7 === "salto" || data7 === "salto-irn" || data7 === "samsung" || data7 === "se" || data7 === "sendgrid" || data7 === "sonifi" || data7 === "stay-n-touch" || data7 === "storable" || data7 === "twilio" || data7 === "unifi" || data7 === "valcom" || data7 === "vivotek" || data7 === "vizio" || data7 === "wisenet" || data7 === "cloudflare-images" || data7 === "cloudflare-stream" || data7 === "insperia-privacy")) {
|
|
24622
24628
|
const err16 = {
|
|
24623
24629
|
instancePath: instancePath + "/driver",
|
|
24624
24630
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -28123,7 +28129,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28123
28129
|
}
|
|
28124
28130
|
errors++;
|
|
28125
28131
|
}
|
|
28126
|
-
if (!(data5 === "adlink" || data5 === "aws-kinesis" || data5 === "butler" || data5 === "crestron" || data5 === "dell" || data5 === "dmp" || data5 === "doorbird" || data5 === "dormakaba" || data5 === "dsc" || data5 === "ecobee" || data5 === "epson" || data5 === "geovision-rs" || data5 === "geovision-as-manager" || data5 === "honeywell-vista" || data5 === "igor" || data5 === "inncom" || data5 === "isapi" || data5 === "kohost-k7" || data5 === "kohost" || data5 === "lg" || data5 === "lg-webos" || data5 === "lapi" || data5 === "lirc" || data5 === "mews" || data5 === "mht" || data5 === "paxton" || data5 === "pelican-wireless" || data5 === "power-shades" || data5 === "rachio" || data5 === "rebrandly" || data5 === "relay" || data5 === "rtsp" || data5 === "salto" || data5 === "salto-irn" || data5 === "samsung" || data5 === "se" || data5 === "sendgrid" || data5 === "sonifi" || data5 === "stay-n-touch" || data5 === "storable" || data5 === "twilio" || data5 === "unifi" || data5 === "valcom" || data5 === "vizio" || data5 === "wisenet" || data5 === "cloudflare-images" || data5 === "cloudflare-stream" || data5 === "insperia-privacy")) {
|
|
28132
|
+
if (!(data5 === "adlink" || data5 === "aws-kinesis" || data5 === "butler" || data5 === "crestron" || data5 === "dell" || data5 === "dmp" || data5 === "doorbird" || data5 === "dormakaba" || data5 === "dsc" || data5 === "ecobee" || data5 === "epson" || data5 === "geovision-rs" || data5 === "geovision-as-manager" || data5 === "honeywell-vista" || data5 === "igor" || data5 === "inncom" || data5 === "isapi" || data5 === "kohost-k7" || data5 === "kohost" || data5 === "lg" || data5 === "lg-webos" || data5 === "lapi" || data5 === "lirc" || data5 === "mews" || data5 === "mht" || data5 === "paxton" || data5 === "pelican-wireless" || data5 === "power-shades" || data5 === "rachio" || data5 === "rebrandly" || data5 === "relay" || data5 === "rtsp" || data5 === "salto" || data5 === "salto-irn" || data5 === "samsung" || data5 === "se" || data5 === "sendgrid" || data5 === "sonifi" || data5 === "stay-n-touch" || data5 === "storable" || data5 === "twilio" || data5 === "unifi" || data5 === "valcom" || data5 === "vivotek" || data5 === "vizio" || data5 === "wisenet" || data5 === "cloudflare-images" || data5 === "cloudflare-stream" || data5 === "insperia-privacy")) {
|
|
28127
28133
|
const err20 = {
|
|
28128
28134
|
instancePath: instancePath + "/driver",
|
|
28129
28135
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -29024,7 +29030,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
29024
29030
|
}
|
|
29025
29031
|
errors++;
|
|
29026
29032
|
}
|
|
29027
|
-
if (!(data2 === "adlink" || data2 === "aws-kinesis" || data2 === "butler" || data2 === "crestron" || data2 === "dell" || data2 === "dmp" || data2 === "doorbird" || data2 === "dormakaba" || data2 === "dsc" || data2 === "ecobee" || data2 === "epson" || data2 === "geovision-rs" || data2 === "geovision-as-manager" || data2 === "honeywell-vista" || data2 === "igor" || data2 === "inncom" || data2 === "isapi" || data2 === "kohost-k7" || data2 === "kohost" || data2 === "lg" || data2 === "lg-webos" || data2 === "lapi" || data2 === "lirc" || data2 === "mews" || data2 === "mht" || data2 === "paxton" || data2 === "pelican-wireless" || data2 === "power-shades" || data2 === "rachio" || data2 === "rebrandly" || data2 === "relay" || data2 === "rtsp" || data2 === "salto" || data2 === "salto-irn" || data2 === "samsung" || data2 === "se" || data2 === "sendgrid" || data2 === "sonifi" || data2 === "stay-n-touch" || data2 === "storable" || data2 === "twilio" || data2 === "unifi" || data2 === "valcom" || data2 === "vizio" || data2 === "wisenet" || data2 === "cloudflare-images" || data2 === "cloudflare-stream" || data2 === "insperia-privacy")) {
|
|
29033
|
+
if (!(data2 === "adlink" || data2 === "aws-kinesis" || data2 === "butler" || data2 === "crestron" || data2 === "dell" || data2 === "dmp" || data2 === "doorbird" || data2 === "dormakaba" || data2 === "dsc" || data2 === "ecobee" || data2 === "epson" || data2 === "geovision-rs" || data2 === "geovision-as-manager" || data2 === "honeywell-vista" || data2 === "igor" || data2 === "inncom" || data2 === "isapi" || data2 === "kohost-k7" || data2 === "kohost" || data2 === "lg" || data2 === "lg-webos" || data2 === "lapi" || data2 === "lirc" || data2 === "mews" || data2 === "mht" || data2 === "paxton" || data2 === "pelican-wireless" || data2 === "power-shades" || data2 === "rachio" || data2 === "rebrandly" || data2 === "relay" || data2 === "rtsp" || data2 === "salto" || data2 === "salto-irn" || data2 === "samsung" || data2 === "se" || data2 === "sendgrid" || data2 === "sonifi" || data2 === "stay-n-touch" || data2 === "storable" || data2 === "twilio" || data2 === "unifi" || data2 === "valcom" || data2 === "vivotek" || data2 === "vizio" || data2 === "wisenet" || data2 === "cloudflare-images" || data2 === "cloudflare-stream" || data2 === "insperia-privacy")) {
|
|
29028
29034
|
const err8 = {
|
|
29029
29035
|
instancePath: instancePath + "/driver",
|
|
29030
29036
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -34595,7 +34601,7 @@ var Alarm = class extends Entity {
|
|
|
34595
34601
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
34596
34602
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
34597
34603
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
34598
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
34604
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
34599
34605
|
* @property {{number?: number, name?: string, securityMode?: ("arming"|"disarming"|"armed"|"disarmed"|"alarm")}[]} areas
|
|
34600
34606
|
* @property {{number?: number, name?: string, secure?: boolean, bypassed?: boolean}[]} zones
|
|
34601
34607
|
* @property {boolean} [chime] - Reflects whether console chime is enabled
|
|
@@ -34776,15 +34782,15 @@ var Camera = class extends Entity {
|
|
|
34776
34782
|
* @property {boolean} [offline]
|
|
34777
34783
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
34778
34784
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
34779
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
34785
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
34780
34786
|
* @property {{iframe?: string, hls?: string, webRTC?: string, rtsp?: string}} [liveStreams]
|
|
34781
34787
|
* @property {string} [liveStreams.iframe]
|
|
34782
34788
|
* @property {string} [liveStreams.hls]
|
|
34783
34789
|
* @property {string} [liveStreams.webRTC]
|
|
34784
34790
|
* @property {string} [liveStreams.rtsp]
|
|
34785
|
-
* @property {{id?: string, driver?: ("cloudflare-stream"|"aws-kinesis"|"digital-watchdog"), allowedOrigins?: string[], authRequired?: boolean, iframe?: string, hls?: string, webRTC?: string, rtsp?: string, previewImage?: string}} [liveStream]
|
|
34791
|
+
* @property {{id?: string, driver?: ("cloudflare-stream"|"aws-kinesis"|"digital-watchdog"|"mediamtx"), allowedOrigins?: string[], authRequired?: boolean, iframe?: string, hls?: string, webRTC?: string, rtsp?: string, previewImage?: string}} [liveStream]
|
|
34786
34792
|
* @property {string} [liveStream.id]
|
|
34787
|
-
* @property {("cloudflare-stream"|"aws-kinesis"|"digital-watchdog")} [liveStream.driver]
|
|
34793
|
+
* @property {("cloudflare-stream"|"aws-kinesis"|"digital-watchdog"|"mediamtx")} [liveStream.driver]
|
|
34788
34794
|
* @property {string[]} [liveStream.allowedOrigins]
|
|
34789
34795
|
* @property {boolean} [liveStream.authRequired]
|
|
34790
34796
|
* @property {string} [liveStream.iframe]
|
|
@@ -34859,7 +34865,12 @@ Object.defineProperty(Camera.prototype, "schema", {
|
|
|
34859
34865
|
id: { type: "string" },
|
|
34860
34866
|
driver: {
|
|
34861
34867
|
type: "string",
|
|
34862
|
-
enum: [
|
|
34868
|
+
enum: [
|
|
34869
|
+
"cloudflare-stream",
|
|
34870
|
+
"aws-kinesis",
|
|
34871
|
+
"digital-watchdog",
|
|
34872
|
+
"mediamtx"
|
|
34873
|
+
]
|
|
34863
34874
|
},
|
|
34864
34875
|
allowedOrigins: { type: "array", items: { type: "string" } },
|
|
34865
34876
|
authRequired: { type: "boolean" },
|
|
@@ -34879,7 +34890,7 @@ Object.defineProperty(Camera.prototype, "schema", {
|
|
|
34879
34890
|
description: "Source to preview the camera stream",
|
|
34880
34891
|
examples: [
|
|
34881
34892
|
"https://example.com/preview.jpg",
|
|
34882
|
-
"data:image/
|
|
34893
|
+
"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgAA1EQAAEAAAABAQAAAFERAAQAAAABAAABAgABAA"
|
|
34883
34894
|
]
|
|
34884
34895
|
}
|
|
34885
34896
|
}
|
|
@@ -34911,7 +34922,7 @@ var Category = class extends Entity {
|
|
|
34911
34922
|
* @property {string} [id] - Identifier of the object.
|
|
34912
34923
|
* @property {string} type - Default: "category"
|
|
34913
34924
|
* @property {string} [name]
|
|
34914
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
34925
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
34915
34926
|
* @property {string} [description]
|
|
34916
34927
|
* @property {{id?: any, type: "mediaFile", name?: string, fileHash?: string, category?: string, mimeType?: ("image/*"|"image/jpeg"|"image/png"|"image/gif"|"image/webp"|"image/avif"|"image/svg+xml"|"application/pdf"), data?: string, url?: string, width?: number, height?: number, size?: number, uploadUrl?: string, uploadUrlExpires?: any, createdBy?: string, systemId?: any}} [image] - Any media file
|
|
34917
34928
|
* @property {number} [rating] - Default: 9
|
|
@@ -34977,7 +34988,7 @@ var Courtesy = class extends Entity {
|
|
|
34977
34988
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type
|
|
34978
34989
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
34979
34990
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
34980
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
34991
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
34981
34992
|
* @property {boolean} [offline]
|
|
34982
34993
|
* @property {("privacy"|"service"|"none")[]} supportedStates
|
|
34983
34994
|
* @property {any} state
|
|
@@ -35062,7 +35073,7 @@ var Credential = class extends Entity {
|
|
|
35062
35073
|
* @typedef {Object} CredentialData
|
|
35063
35074
|
* @property {string} [id] - Identifier of the object.
|
|
35064
35075
|
* @property {string} type - Default: "credential"
|
|
35065
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
35076
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
35066
35077
|
* @property {("verificationCode"|"token"|"mobileKey"|"pin"|"publicKey"|"passkeyChallenge")} [discriminator]
|
|
35067
35078
|
* @property {string} credential
|
|
35068
35079
|
* @property {string} [userId]
|
|
@@ -35199,7 +35210,7 @@ var Dimmer = class extends Entity {
|
|
|
35199
35210
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type
|
|
35200
35211
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
35201
35212
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
35202
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
35213
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
35203
35214
|
* @property {boolean} [offline]
|
|
35204
35215
|
* @property {number} level
|
|
35205
35216
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
@@ -35633,7 +35644,7 @@ var Gateway = class extends Entity {
|
|
|
35633
35644
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
35634
35645
|
* @property {string} status
|
|
35635
35646
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
35636
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
35647
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
35637
35648
|
* @property {number} [watts]
|
|
35638
35649
|
* @property {string} [icon]
|
|
35639
35650
|
* @property {string} [modelNumber]
|
|
@@ -35865,7 +35876,7 @@ var Lock = class extends Entity {
|
|
|
35865
35876
|
* @property {boolean} [offline]
|
|
35866
35877
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
35867
35878
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
35868
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
35879
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
35869
35880
|
* @property {("locked"|"unlocked")} state
|
|
35870
35881
|
* @property {("normal"|"autoLock"|"emergencyOpen"|"emergencyClose"|"holdOpen"|"lockdown")} [mode] - emergencyOpen and emergencyClose are deprecated and can be removed once Salto, Paxton and Geovision drivers are updated. Default: null
|
|
35871
35882
|
* @property {("normal"|"autoLock"|"emergencyOpen"|"emergencyClose"|"holdOpen"|"lockdown")[]} [supportedModes]
|
|
@@ -36180,7 +36191,7 @@ var MediaSource = class extends Entity {
|
|
|
36180
36191
|
* @property {{id?: string, name?: string}[]} [playlists]
|
|
36181
36192
|
* @property {("MR22GA"|"XRT260"|"XRT270"|"HOF-16K 1.2"|"219863500"|"SONIFI"|"AKB76039803"|"BN59-01388A")} [remote]
|
|
36182
36193
|
* @property {string} [name]
|
|
36183
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
36194
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
36184
36195
|
* @property {boolean} [offline]
|
|
36185
36196
|
* @property {boolean} audio
|
|
36186
36197
|
* @property {boolean} video
|
|
@@ -36456,7 +36467,7 @@ var MotionSensor = class extends Entity {
|
|
|
36456
36467
|
* @typedef {Object} MotionSensorData Any smart motion sensor
|
|
36457
36468
|
* @property {string} id - Identifier of the object.
|
|
36458
36469
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type
|
|
36459
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
36470
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
36460
36471
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
36461
36472
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
36462
36473
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
@@ -37086,7 +37097,7 @@ var Product = class extends Entity {
|
|
|
37086
37097
|
* @property {string} [id] - Identifier of the object.
|
|
37087
37098
|
* @property {"product"} [type] - Default: "product"
|
|
37088
37099
|
* @property {string} name
|
|
37089
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
37100
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
37090
37101
|
* @property {any} [description]
|
|
37091
37102
|
* @property {number} price
|
|
37092
37103
|
* @property {number} [tax]
|
|
@@ -37577,7 +37588,7 @@ var Reservation = class extends Entity {
|
|
|
37577
37588
|
/**
|
|
37578
37589
|
* @typedef {Object} ReservationData
|
|
37579
37590
|
* @property {string} [id] - Identifier of the object.
|
|
37580
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
37591
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
37581
37592
|
* @property {string} [primaryGuest]
|
|
37582
37593
|
* @property {"reservation"} type - Default: "reservation"
|
|
37583
37594
|
* @property {string[]} [sharedGuests]
|
|
@@ -37790,7 +37801,7 @@ var Room = class extends Entity {
|
|
|
37790
37801
|
* @property {{id: any, name?: string, type: any, offline?: boolean, supportedNotifications?: any, notification?: any, driver: any, state: ("locked"|"unlocked"), mode?: ("normal"|"autoLock"|"emergencyOpen"|"emergencyClose"|"holdOpen"|"lockdown"), supportedModes?: ("normal"|"autoLock"|"emergencyOpen"|"emergencyClose"|"holdOpen"|"lockdown")[], batteryLevel?: any, systemId?: any, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string}[]} [locks] - Default: []
|
|
37791
37802
|
* @property {{id: any, name?: string, type: any, discriminator?: ("basic"|"variable"), supportedNotifications?: any, notification?: any, driver: any, offline?: boolean, position: number, systemId?: any, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string}[]} [windowCoverings] - Default: []
|
|
37792
37803
|
* @property {{id: any, name?: string, type: any, supportedNotifications?: any, notification?: any, driver: any, offline?: boolean, supportedStates: ("privacy"|"service"|"none")[], state: string, systemId?: any, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string}[]} [courtesy] - Default: []
|
|
37793
|
-
* @property {{id: any, name?: string, type: any, offline?: boolean, supportedNotifications?: any, notification?: any, driver: any, liveStreams?: {iframe?: string, hls?: string, webRTC?: string, rtsp?: string}, liveStream?: {id?: string, driver?: ("cloudflare-stream"|"aws-kinesis"|"digital-watchdog"), allowedOrigins?: string[], authRequired?: boolean, iframe?: string, hls?: string, webRTC?: string, rtsp?: string, previewImage?: string}, systemId?: any, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string}[]} [cameras] - Default: []
|
|
37804
|
+
* @property {{id: any, name?: string, type: any, offline?: boolean, supportedNotifications?: any, notification?: any, driver: any, liveStreams?: {iframe?: string, hls?: string, webRTC?: string, rtsp?: string}, liveStream?: {id?: string, driver?: ("cloudflare-stream"|"aws-kinesis"|"digital-watchdog"|"mediamtx"), allowedOrigins?: string[], authRequired?: boolean, iframe?: string, hls?: string, webRTC?: string, rtsp?: string, previewImage?: string}, systemId?: any, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string}[]} [cameras] - Default: []
|
|
37794
37805
|
* @property {{id: any, type: "mediaSource", discriminator: ("tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"paSystem"|"uncontrolledDevice"), playlists?: {id?: string, name?: string}[], remote?: ("MR22GA"|"XRT260"|"XRT270"|"HOF-16K 1.2"|"219863500"|"SONIFI"|"AKB76039803"|"BN59-01388A"), name?: any, driver: any, offline?: boolean, audio: boolean, video: boolean, powerFeedback?: boolean, volumeFeedback?: boolean, muted?: boolean, volume?: number, brightness?: number, contrast?: number, power?: ("on"|"off"), input?: string, supportedInputs?: string[], supportedOutputs?: string[], command?: ("mute"|"volumeUp"|"volumeDown"|"brightnessUp"|"brightnessDown"|"channelUp"|"channelDown"|"number0"|"number1"|"number2"|"number3"|"number4"|"number5"|"number6"|"number7"|"number8"|"number9"|"lastChannel"|"display"|"favoriteChannel"|"play"|"playing"|"stop"|"stopped"|"pause"|"paused"|"fastForward"|"fastForwarding"|"rewind"|"rewinding"|"instantReplay"|"record"|"ac3"|"pvrMenu"|"guide"|"menu"|"menuUp"|"menuDown"|"menuLeft"|"menuRight"|"pageUp"|"pageDown"|"select"|"exit"|"input"|"power"|"enterChannel"|"enterVolume"|"enterBrightness"|"enterContrast"|"number10"|"number11"|"number12"|"number13"|"number14"|"number15"|"number16"|"number10Plus"|"number20Plus"|"number100"|"dash"|"threeChan"|"threeD"|"sixChan"|"a"|"add"|"alarm"|"am"|"analog"|"angle"|"antenna"|"antennaEast"|"antennaWest"|"aspect"|"audio1"|"audio2"|"audio3"|"audioDumming"|"audioLevelDown"|"audioLevelUp"|"b"|"back"|"c"|"component1"|"component2"|"component3"|"d"|"home"|"list"|"liveTv"|"discreteInputCable"|"powerOff"|"powerOn"|"setupMenu"|"skipForward"|"skipReverse"|"video1"|"video2"|"video3"|"video4"|"video5"|"details"|"hdmi1"|"hdmi2"|"hdmi3"|"cecDeviceList"|"mtsSap"|"red"|"green"|"yellow"|"blue"|"alert"|"order"), supportedNotifications?: any, notification?: any, systemId?: any, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string}[]} [mediaSources] - Default: []
|
|
37795
37806
|
* @property {{id: any, type: any, driver: any, systemId?: any, supportedNotifications?: any, notification?: any, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string}[]} [motionSensors] - Default: []
|
|
37796
37807
|
* @property {{id: any, name?: string, offline?: boolean, type: "alarm", systemId?: any, supportedNotifications?: any, notification?: any, driver: any, areas: {number?: number, name?: string, securityMode?: ("arming"|"disarming"|"armed"|"disarmed"|"alarm")}[], zones: {number?: number, name?: string, secure?: boolean, bypassed?: boolean}[], chime?: boolean, watts?: any, icon?: string, modelNumber?: string, serialNumber?: string, firmwareVersion?: string, address?: any}[]} [alarms] - Default: []
|
|
@@ -38263,7 +38274,7 @@ var Space = class extends Entity {
|
|
|
38263
38274
|
* @property {string} [name]
|
|
38264
38275
|
* @property {"space"} [type] - Default: "space"
|
|
38265
38276
|
* @property {("classRoom"|"hotelRoom"|"office"|"building"|"commonArea"|"conferenceRoom"|"lobby"|"gym"|"pool"|"restaurant"|"unit")} [discriminator]
|
|
38266
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
38277
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
38267
38278
|
* @property {string} [category] - This is the category id
|
|
38268
38279
|
* @property {string[]} [rooms]
|
|
38269
38280
|
* @property {string[]} [subGroups]
|
|
@@ -38454,7 +38465,7 @@ var Switch = class extends Entity {
|
|
|
38454
38465
|
* @property {("light"|"fan"|"irrigation")} [discriminator]
|
|
38455
38466
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
38456
38467
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
38457
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
38468
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
38458
38469
|
* @property {boolean} [offline]
|
|
38459
38470
|
* @property {("on"|"off")} state
|
|
38460
38471
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
@@ -38534,7 +38545,7 @@ var SystemUser = class extends Entity {
|
|
|
38534
38545
|
* @typedef {Object} SystemUserData A system user is a user that originated from an external 3rd party system.
|
|
38535
38546
|
* @property {string} [id] - Identifier of the object.
|
|
38536
38547
|
* @property {"systemUser"} [type] - Default: "systemUser"
|
|
38537
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
38548
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} [driver] - Driver used to communicate with the object.
|
|
38538
38549
|
* @property {string} firstName
|
|
38539
38550
|
* @property {string} lastName
|
|
38540
38551
|
* @property {string} [phone]
|
|
@@ -38652,7 +38663,7 @@ var Thermostat = class extends Entity {
|
|
|
38652
38663
|
* @property {string} id - Identifier of the object.
|
|
38653
38664
|
* @property {string} [name]
|
|
38654
38665
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type - Default: "thermostat"
|
|
38655
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
38666
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
38656
38667
|
* @property {boolean} [offline]
|
|
38657
38668
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
38658
38669
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
@@ -39410,7 +39421,7 @@ var WindowCovering = class extends Entity {
|
|
|
39410
39421
|
* @property {("basic"|"variable")} [discriminator] - Default: "variable"
|
|
39411
39422
|
* @property {("button 1"|"button 2"|"button 3"|"button 4"|"button 5"|"idle"|"powerHasBeedApplied"|"acMainsDisconnected"|"acMainsReconnected"|"replaceBatterySoon"|"replaceBatteryNow"|"batteryOk"|"hardwareFailure"|"softwareFailure"|"hardwareFailureWithCode"|"softwareFailureWithCode"|"motionDetection"|"airFilterNeedsCleaned"|"airFilterNeedsReplaced"|"smokeDetected"|"outsideSafeTemperatureRange"|"outsideSafeHumidityRange"|"scheduleMaintenance"|"doorAjar"|"communicationFailure"|"communicationOk"|"burglarAlarm"|"fireAlarm")[]} [supportedNotifications]
|
|
39412
39423
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
39413
|
-
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
39424
|
+
* @property {("adlink"|"aws-kinesis"|"butler"|"crestron"|"dell"|"dmp"|"doorbird"|"dormakaba"|"dsc"|"ecobee"|"epson"|"geovision-rs"|"geovision-as-manager"|"honeywell-vista"|"igor"|"inncom"|"isapi"|"kohost-k7"|"kohost"|"lg"|"lg-webos"|"lapi"|"lirc"|"mews"|"mht"|"paxton"|"pelican-wireless"|"power-shades"|"rachio"|"rebrandly"|"relay"|"rtsp"|"salto"|"salto-irn"|"samsung"|"se"|"sendgrid"|"sonifi"|"stay-n-touch"|"storable"|"twilio"|"unifi"|"valcom"|"vivotek"|"vizio"|"wisenet"|"cloudflare-images"|"cloudflare-stream"|"insperia-privacy")} driver - Driver used to communicate with the object.
|
|
39414
39425
|
* @property {boolean} [offline]
|
|
39415
39426
|
* @property {number} position
|
|
39416
39427
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|