@kohost/api-client 4.0.10 → 4.0.12
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-7UMWBYG3.js +1 -0
- package/dist/chunk-7UMWBYG3.js.map +1 -0
- package/dist/{chunk-ONCGVMOA.js → chunk-WASFYCMJ.js} +1 -1
- package/dist/{chunk-ONCGVMOA.js.map → chunk-WASFYCMJ.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 +383 -324
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +60 -51
- package/dist/index.d.ts +60 -51
- package/dist/index.js +383 -324
- 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-CXcSOjuy.d.cts → windowCovering-CH-gdGqg.d.cts} +60 -51
- package/dist/{windowCovering-CXcSOjuy.d.ts → windowCovering-CH-gdGqg.d.ts} +60 -51
- package/package.json +1 -1
- package/dist/chunk-XZITDYVM.js +0 -1
- package/dist/chunk-XZITDYVM.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -2296,6 +2296,7 @@ var schema18 = {
|
|
|
2296
2296
|
"power-shades",
|
|
2297
2297
|
"rachio",
|
|
2298
2298
|
"rebrandly",
|
|
2299
|
+
"relay",
|
|
2299
2300
|
"rtsp",
|
|
2300
2301
|
"salto",
|
|
2301
2302
|
"salto-irn",
|
|
@@ -2776,7 +2777,7 @@ function validate10(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
2776
2777
|
}
|
|
2777
2778
|
errors++;
|
|
2778
2779
|
}
|
|
2779
|
-
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 === "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")) {
|
|
2780
|
+
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")) {
|
|
2780
2781
|
const err17 = {
|
|
2781
2782
|
instancePath: instancePath + "/driver",
|
|
2782
2783
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -4767,7 +4768,7 @@ function validate17(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
4767
4768
|
}
|
|
4768
4769
|
errors++;
|
|
4769
4770
|
}
|
|
4770
|
-
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 === "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")) {
|
|
4771
|
+
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")) {
|
|
4771
4772
|
const err15 = {
|
|
4772
4773
|
instancePath: instancePath + "/driver",
|
|
4773
4774
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -5458,7 +5459,7 @@ function validate20(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
5458
5459
|
}
|
|
5459
5460
|
errors++;
|
|
5460
5461
|
}
|
|
5461
|
-
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 === "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")) {
|
|
5462
|
+
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")) {
|
|
5462
5463
|
const err9 = {
|
|
5463
5464
|
instancePath: instancePath + "/driver",
|
|
5464
5465
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -6032,7 +6033,7 @@ function validate22(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
6032
6033
|
}
|
|
6033
6034
|
errors++;
|
|
6034
6035
|
}
|
|
6035
|
-
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 === "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")) {
|
|
6036
|
+
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")) {
|
|
6036
6037
|
const err15 = {
|
|
6037
6038
|
instancePath: instancePath + "/driver",
|
|
6038
6039
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -6470,7 +6471,7 @@ function validate25(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
6470
6471
|
}
|
|
6471
6472
|
errors++;
|
|
6472
6473
|
}
|
|
6473
|
-
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 === "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")) {
|
|
6474
|
+
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")) {
|
|
6474
6475
|
const err8 = {
|
|
6475
6476
|
instancePath: instancePath + "/driver",
|
|
6476
6477
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -7281,7 +7282,7 @@ function validate27(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
7281
7282
|
}
|
|
7282
7283
|
errors++;
|
|
7283
7284
|
}
|
|
7284
|
-
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 === "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")) {
|
|
7285
|
+
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")) {
|
|
7285
7286
|
const err14 = {
|
|
7286
7287
|
instancePath: instancePath + "/driver",
|
|
7287
7288
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -10407,7 +10408,7 @@ function validate34(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
10407
10408
|
}
|
|
10408
10409
|
errors++;
|
|
10409
10410
|
}
|
|
10410
|
-
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 === "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")) {
|
|
10411
|
+
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")) {
|
|
10411
10412
|
const err15 = {
|
|
10412
10413
|
instancePath: instancePath + "/driver",
|
|
10413
10414
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -11863,7 +11864,7 @@ function validate45(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
11863
11864
|
}
|
|
11864
11865
|
errors++;
|
|
11865
11866
|
}
|
|
11866
|
-
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 === "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")) {
|
|
11867
|
+
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")) {
|
|
11867
11868
|
const err15 = {
|
|
11868
11869
|
instancePath: instancePath + "/driver",
|
|
11869
11870
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -12203,6 +12204,7 @@ var schema120 = {
|
|
|
12203
12204
|
properties: {
|
|
12204
12205
|
type: { type: "string", default: "log", enum: ["log"] },
|
|
12205
12206
|
timestamp: { type: "number", minimum: 1655907956593 },
|
|
12207
|
+
id: { $ref: "definitions.json#/definitions/id" },
|
|
12206
12208
|
name: { type: "string", description: "Event name" },
|
|
12207
12209
|
field1: {
|
|
12208
12210
|
type: "object",
|
|
@@ -12308,9 +12310,63 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12308
12310
|
errors++;
|
|
12309
12311
|
}
|
|
12310
12312
|
}
|
|
12313
|
+
if (data.id !== void 0) {
|
|
12314
|
+
let data2 = data.id;
|
|
12315
|
+
if (typeof data2 !== "string") {
|
|
12316
|
+
const err4 = {
|
|
12317
|
+
instancePath: instancePath + "/id",
|
|
12318
|
+
schemaPath: "definitions.json#/definitions/id/type",
|
|
12319
|
+
keyword: "type",
|
|
12320
|
+
params: { type: "string" },
|
|
12321
|
+
message: "must be string"
|
|
12322
|
+
};
|
|
12323
|
+
if (vErrors === null) {
|
|
12324
|
+
vErrors = [err4];
|
|
12325
|
+
} else {
|
|
12326
|
+
vErrors.push(err4);
|
|
12327
|
+
}
|
|
12328
|
+
errors++;
|
|
12329
|
+
}
|
|
12330
|
+
const _errs8 = errors;
|
|
12331
|
+
const _errs9 = errors;
|
|
12332
|
+
if (!(data2 === "global" || data2 === "system")) {
|
|
12333
|
+
const err5 = {};
|
|
12334
|
+
if (vErrors === null) {
|
|
12335
|
+
vErrors = [err5];
|
|
12336
|
+
} else {
|
|
12337
|
+
vErrors.push(err5);
|
|
12338
|
+
}
|
|
12339
|
+
errors++;
|
|
12340
|
+
}
|
|
12341
|
+
var valid2 = _errs9 === errors;
|
|
12342
|
+
if (valid2) {
|
|
12343
|
+
const err6 = {
|
|
12344
|
+
instancePath: instancePath + "/id",
|
|
12345
|
+
schemaPath: "definitions.json#/definitions/id/not",
|
|
12346
|
+
keyword: "not",
|
|
12347
|
+
params: {},
|
|
12348
|
+
message: "must NOT be valid"
|
|
12349
|
+
};
|
|
12350
|
+
if (vErrors === null) {
|
|
12351
|
+
vErrors = [err6];
|
|
12352
|
+
} else {
|
|
12353
|
+
vErrors.push(err6);
|
|
12354
|
+
}
|
|
12355
|
+
errors++;
|
|
12356
|
+
} else {
|
|
12357
|
+
errors = _errs8;
|
|
12358
|
+
if (vErrors !== null) {
|
|
12359
|
+
if (_errs8) {
|
|
12360
|
+
vErrors.length = _errs8;
|
|
12361
|
+
} else {
|
|
12362
|
+
vErrors = null;
|
|
12363
|
+
}
|
|
12364
|
+
}
|
|
12365
|
+
}
|
|
12366
|
+
}
|
|
12311
12367
|
if (data.name !== void 0) {
|
|
12312
12368
|
if (typeof data.name !== "string") {
|
|
12313
|
-
const
|
|
12369
|
+
const err7 = {
|
|
12314
12370
|
instancePath: instancePath + "/name",
|
|
12315
12371
|
schemaPath: "#/properties/name/type",
|
|
12316
12372
|
keyword: "type",
|
|
@@ -12318,18 +12374,18 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12318
12374
|
message: "must be string"
|
|
12319
12375
|
};
|
|
12320
12376
|
if (vErrors === null) {
|
|
12321
|
-
vErrors = [
|
|
12377
|
+
vErrors = [err7];
|
|
12322
12378
|
} else {
|
|
12323
|
-
vErrors.push(
|
|
12379
|
+
vErrors.push(err7);
|
|
12324
12380
|
}
|
|
12325
12381
|
errors++;
|
|
12326
12382
|
}
|
|
12327
12383
|
}
|
|
12328
12384
|
if (data.field1 !== void 0) {
|
|
12329
|
-
let
|
|
12330
|
-
if (
|
|
12331
|
-
if (
|
|
12332
|
-
const
|
|
12385
|
+
let data4 = data.field1;
|
|
12386
|
+
if (data4 && typeof data4 == "object" && !Array.isArray(data4)) {
|
|
12387
|
+
if (data4.name === void 0) {
|
|
12388
|
+
const err8 = {
|
|
12333
12389
|
instancePath: instancePath + "/field1",
|
|
12334
12390
|
schemaPath: "#/properties/field1/required",
|
|
12335
12391
|
keyword: "required",
|
|
@@ -12337,14 +12393,14 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12337
12393
|
message: "must have required property 'name'"
|
|
12338
12394
|
};
|
|
12339
12395
|
if (vErrors === null) {
|
|
12340
|
-
vErrors = [
|
|
12396
|
+
vErrors = [err8];
|
|
12341
12397
|
} else {
|
|
12342
|
-
vErrors.push(
|
|
12398
|
+
vErrors.push(err8);
|
|
12343
12399
|
}
|
|
12344
12400
|
errors++;
|
|
12345
12401
|
}
|
|
12346
|
-
if (
|
|
12347
|
-
const
|
|
12402
|
+
if (data4.value === void 0) {
|
|
12403
|
+
const err9 = {
|
|
12348
12404
|
instancePath: instancePath + "/field1",
|
|
12349
12405
|
schemaPath: "#/properties/field1/required",
|
|
12350
12406
|
keyword: "required",
|
|
@@ -12352,15 +12408,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12352
12408
|
message: "must have required property 'value'"
|
|
12353
12409
|
};
|
|
12354
12410
|
if (vErrors === null) {
|
|
12355
|
-
vErrors = [
|
|
12411
|
+
vErrors = [err9];
|
|
12356
12412
|
} else {
|
|
12357
|
-
vErrors.push(
|
|
12413
|
+
vErrors.push(err9);
|
|
12358
12414
|
}
|
|
12359
12415
|
errors++;
|
|
12360
12416
|
}
|
|
12361
|
-
if (
|
|
12362
|
-
if (typeof
|
|
12363
|
-
const
|
|
12417
|
+
if (data4.name !== void 0) {
|
|
12418
|
+
if (typeof data4.name !== "string") {
|
|
12419
|
+
const err10 = {
|
|
12364
12420
|
instancePath: instancePath + "/field1/name",
|
|
12365
12421
|
schemaPath: "#/properties/field1/properties/name/type",
|
|
12366
12422
|
keyword: "type",
|
|
@@ -12368,16 +12424,16 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12368
12424
|
message: "must be string"
|
|
12369
12425
|
};
|
|
12370
12426
|
if (vErrors === null) {
|
|
12371
|
-
vErrors = [
|
|
12427
|
+
vErrors = [err10];
|
|
12372
12428
|
} else {
|
|
12373
|
-
vErrors.push(
|
|
12429
|
+
vErrors.push(err10);
|
|
12374
12430
|
}
|
|
12375
12431
|
errors++;
|
|
12376
12432
|
}
|
|
12377
12433
|
}
|
|
12378
|
-
if (
|
|
12379
|
-
if (typeof
|
|
12380
|
-
const
|
|
12434
|
+
if (data4.value !== void 0) {
|
|
12435
|
+
if (typeof data4.value !== "string") {
|
|
12436
|
+
const err11 = {
|
|
12381
12437
|
instancePath: instancePath + "/field1/value",
|
|
12382
12438
|
schemaPath: "#/properties/field1/properties/value/type",
|
|
12383
12439
|
keyword: "type",
|
|
@@ -12385,15 +12441,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12385
12441
|
message: "must be string"
|
|
12386
12442
|
};
|
|
12387
12443
|
if (vErrors === null) {
|
|
12388
|
-
vErrors = [
|
|
12444
|
+
vErrors = [err11];
|
|
12389
12445
|
} else {
|
|
12390
|
-
vErrors.push(
|
|
12446
|
+
vErrors.push(err11);
|
|
12391
12447
|
}
|
|
12392
12448
|
errors++;
|
|
12393
12449
|
}
|
|
12394
12450
|
}
|
|
12395
12451
|
} else {
|
|
12396
|
-
const
|
|
12452
|
+
const err12 = {
|
|
12397
12453
|
instancePath: instancePath + "/field1",
|
|
12398
12454
|
schemaPath: "#/properties/field1/type",
|
|
12399
12455
|
keyword: "type",
|
|
@@ -12401,18 +12457,18 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12401
12457
|
message: "must be object"
|
|
12402
12458
|
};
|
|
12403
12459
|
if (vErrors === null) {
|
|
12404
|
-
vErrors = [
|
|
12460
|
+
vErrors = [err12];
|
|
12405
12461
|
} else {
|
|
12406
|
-
vErrors.push(
|
|
12462
|
+
vErrors.push(err12);
|
|
12407
12463
|
}
|
|
12408
12464
|
errors++;
|
|
12409
12465
|
}
|
|
12410
12466
|
}
|
|
12411
12467
|
if (data.field2 !== void 0) {
|
|
12412
|
-
let
|
|
12413
|
-
if (
|
|
12414
|
-
if (
|
|
12415
|
-
const
|
|
12468
|
+
let data7 = data.field2;
|
|
12469
|
+
if (data7 && typeof data7 == "object" && !Array.isArray(data7)) {
|
|
12470
|
+
if (data7.name === void 0) {
|
|
12471
|
+
const err13 = {
|
|
12416
12472
|
instancePath: instancePath + "/field2",
|
|
12417
12473
|
schemaPath: "#/properties/field2/required",
|
|
12418
12474
|
keyword: "required",
|
|
@@ -12420,14 +12476,14 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12420
12476
|
message: "must have required property 'name'"
|
|
12421
12477
|
};
|
|
12422
12478
|
if (vErrors === null) {
|
|
12423
|
-
vErrors = [
|
|
12479
|
+
vErrors = [err13];
|
|
12424
12480
|
} else {
|
|
12425
|
-
vErrors.push(
|
|
12481
|
+
vErrors.push(err13);
|
|
12426
12482
|
}
|
|
12427
12483
|
errors++;
|
|
12428
12484
|
}
|
|
12429
|
-
if (
|
|
12430
|
-
const
|
|
12485
|
+
if (data7.value === void 0) {
|
|
12486
|
+
const err14 = {
|
|
12431
12487
|
instancePath: instancePath + "/field2",
|
|
12432
12488
|
schemaPath: "#/properties/field2/required",
|
|
12433
12489
|
keyword: "required",
|
|
@@ -12435,15 +12491,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12435
12491
|
message: "must have required property 'value'"
|
|
12436
12492
|
};
|
|
12437
12493
|
if (vErrors === null) {
|
|
12438
|
-
vErrors = [
|
|
12494
|
+
vErrors = [err14];
|
|
12439
12495
|
} else {
|
|
12440
|
-
vErrors.push(
|
|
12496
|
+
vErrors.push(err14);
|
|
12441
12497
|
}
|
|
12442
12498
|
errors++;
|
|
12443
12499
|
}
|
|
12444
|
-
if (
|
|
12445
|
-
if (typeof
|
|
12446
|
-
const
|
|
12500
|
+
if (data7.name !== void 0) {
|
|
12501
|
+
if (typeof data7.name !== "string") {
|
|
12502
|
+
const err15 = {
|
|
12447
12503
|
instancePath: instancePath + "/field2/name",
|
|
12448
12504
|
schemaPath: "#/properties/field2/properties/name/type",
|
|
12449
12505
|
keyword: "type",
|
|
@@ -12451,16 +12507,16 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12451
12507
|
message: "must be string"
|
|
12452
12508
|
};
|
|
12453
12509
|
if (vErrors === null) {
|
|
12454
|
-
vErrors = [
|
|
12510
|
+
vErrors = [err15];
|
|
12455
12511
|
} else {
|
|
12456
|
-
vErrors.push(
|
|
12512
|
+
vErrors.push(err15);
|
|
12457
12513
|
}
|
|
12458
12514
|
errors++;
|
|
12459
12515
|
}
|
|
12460
12516
|
}
|
|
12461
|
-
if (
|
|
12462
|
-
if (typeof
|
|
12463
|
-
const
|
|
12517
|
+
if (data7.value !== void 0) {
|
|
12518
|
+
if (typeof data7.value !== "string") {
|
|
12519
|
+
const err16 = {
|
|
12464
12520
|
instancePath: instancePath + "/field2/value",
|
|
12465
12521
|
schemaPath: "#/properties/field2/properties/value/type",
|
|
12466
12522
|
keyword: "type",
|
|
@@ -12468,15 +12524,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12468
12524
|
message: "must be string"
|
|
12469
12525
|
};
|
|
12470
12526
|
if (vErrors === null) {
|
|
12471
|
-
vErrors = [
|
|
12527
|
+
vErrors = [err16];
|
|
12472
12528
|
} else {
|
|
12473
|
-
vErrors.push(
|
|
12529
|
+
vErrors.push(err16);
|
|
12474
12530
|
}
|
|
12475
12531
|
errors++;
|
|
12476
12532
|
}
|
|
12477
12533
|
}
|
|
12478
12534
|
} else {
|
|
12479
|
-
const
|
|
12535
|
+
const err17 = {
|
|
12480
12536
|
instancePath: instancePath + "/field2",
|
|
12481
12537
|
schemaPath: "#/properties/field2/type",
|
|
12482
12538
|
keyword: "type",
|
|
@@ -12484,18 +12540,18 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12484
12540
|
message: "must be object"
|
|
12485
12541
|
};
|
|
12486
12542
|
if (vErrors === null) {
|
|
12487
|
-
vErrors = [
|
|
12543
|
+
vErrors = [err17];
|
|
12488
12544
|
} else {
|
|
12489
|
-
vErrors.push(
|
|
12545
|
+
vErrors.push(err17);
|
|
12490
12546
|
}
|
|
12491
12547
|
errors++;
|
|
12492
12548
|
}
|
|
12493
12549
|
}
|
|
12494
12550
|
if (data.field3 !== void 0) {
|
|
12495
|
-
let
|
|
12496
|
-
if (
|
|
12497
|
-
if (
|
|
12498
|
-
const
|
|
12551
|
+
let data10 = data.field3;
|
|
12552
|
+
if (data10 && typeof data10 == "object" && !Array.isArray(data10)) {
|
|
12553
|
+
if (data10.name === void 0) {
|
|
12554
|
+
const err18 = {
|
|
12499
12555
|
instancePath: instancePath + "/field3",
|
|
12500
12556
|
schemaPath: "#/properties/field3/required",
|
|
12501
12557
|
keyword: "required",
|
|
@@ -12503,14 +12559,14 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12503
12559
|
message: "must have required property 'name'"
|
|
12504
12560
|
};
|
|
12505
12561
|
if (vErrors === null) {
|
|
12506
|
-
vErrors = [
|
|
12562
|
+
vErrors = [err18];
|
|
12507
12563
|
} else {
|
|
12508
|
-
vErrors.push(
|
|
12564
|
+
vErrors.push(err18);
|
|
12509
12565
|
}
|
|
12510
12566
|
errors++;
|
|
12511
12567
|
}
|
|
12512
|
-
if (
|
|
12513
|
-
const
|
|
12568
|
+
if (data10.value === void 0) {
|
|
12569
|
+
const err19 = {
|
|
12514
12570
|
instancePath: instancePath + "/field3",
|
|
12515
12571
|
schemaPath: "#/properties/field3/required",
|
|
12516
12572
|
keyword: "required",
|
|
@@ -12518,15 +12574,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12518
12574
|
message: "must have required property 'value'"
|
|
12519
12575
|
};
|
|
12520
12576
|
if (vErrors === null) {
|
|
12521
|
-
vErrors = [
|
|
12577
|
+
vErrors = [err19];
|
|
12522
12578
|
} else {
|
|
12523
|
-
vErrors.push(
|
|
12579
|
+
vErrors.push(err19);
|
|
12524
12580
|
}
|
|
12525
12581
|
errors++;
|
|
12526
12582
|
}
|
|
12527
|
-
if (
|
|
12528
|
-
if (typeof
|
|
12529
|
-
const
|
|
12583
|
+
if (data10.name !== void 0) {
|
|
12584
|
+
if (typeof data10.name !== "string") {
|
|
12585
|
+
const err20 = {
|
|
12530
12586
|
instancePath: instancePath + "/field3/name",
|
|
12531
12587
|
schemaPath: "#/properties/field3/properties/name/type",
|
|
12532
12588
|
keyword: "type",
|
|
@@ -12534,16 +12590,16 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12534
12590
|
message: "must be string"
|
|
12535
12591
|
};
|
|
12536
12592
|
if (vErrors === null) {
|
|
12537
|
-
vErrors = [
|
|
12593
|
+
vErrors = [err20];
|
|
12538
12594
|
} else {
|
|
12539
|
-
vErrors.push(
|
|
12595
|
+
vErrors.push(err20);
|
|
12540
12596
|
}
|
|
12541
12597
|
errors++;
|
|
12542
12598
|
}
|
|
12543
12599
|
}
|
|
12544
|
-
if (
|
|
12545
|
-
if (typeof
|
|
12546
|
-
const
|
|
12600
|
+
if (data10.value !== void 0) {
|
|
12601
|
+
if (typeof data10.value !== "string") {
|
|
12602
|
+
const err21 = {
|
|
12547
12603
|
instancePath: instancePath + "/field3/value",
|
|
12548
12604
|
schemaPath: "#/properties/field3/properties/value/type",
|
|
12549
12605
|
keyword: "type",
|
|
@@ -12551,15 +12607,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12551
12607
|
message: "must be string"
|
|
12552
12608
|
};
|
|
12553
12609
|
if (vErrors === null) {
|
|
12554
|
-
vErrors = [
|
|
12610
|
+
vErrors = [err21];
|
|
12555
12611
|
} else {
|
|
12556
|
-
vErrors.push(
|
|
12612
|
+
vErrors.push(err21);
|
|
12557
12613
|
}
|
|
12558
12614
|
errors++;
|
|
12559
12615
|
}
|
|
12560
12616
|
}
|
|
12561
12617
|
} else {
|
|
12562
|
-
const
|
|
12618
|
+
const err22 = {
|
|
12563
12619
|
instancePath: instancePath + "/field3",
|
|
12564
12620
|
schemaPath: "#/properties/field3/type",
|
|
12565
12621
|
keyword: "type",
|
|
@@ -12567,18 +12623,18 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12567
12623
|
message: "must be object"
|
|
12568
12624
|
};
|
|
12569
12625
|
if (vErrors === null) {
|
|
12570
|
-
vErrors = [
|
|
12626
|
+
vErrors = [err22];
|
|
12571
12627
|
} else {
|
|
12572
|
-
vErrors.push(
|
|
12628
|
+
vErrors.push(err22);
|
|
12573
12629
|
}
|
|
12574
12630
|
errors++;
|
|
12575
12631
|
}
|
|
12576
12632
|
}
|
|
12577
12633
|
if (data.field4 !== void 0) {
|
|
12578
|
-
let
|
|
12579
|
-
if (
|
|
12580
|
-
if (
|
|
12581
|
-
const
|
|
12634
|
+
let data13 = data.field4;
|
|
12635
|
+
if (data13 && typeof data13 == "object" && !Array.isArray(data13)) {
|
|
12636
|
+
if (data13.name === void 0) {
|
|
12637
|
+
const err23 = {
|
|
12582
12638
|
instancePath: instancePath + "/field4",
|
|
12583
12639
|
schemaPath: "#/properties/field4/required",
|
|
12584
12640
|
keyword: "required",
|
|
@@ -12586,14 +12642,14 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12586
12642
|
message: "must have required property 'name'"
|
|
12587
12643
|
};
|
|
12588
12644
|
if (vErrors === null) {
|
|
12589
|
-
vErrors = [
|
|
12645
|
+
vErrors = [err23];
|
|
12590
12646
|
} else {
|
|
12591
|
-
vErrors.push(
|
|
12647
|
+
vErrors.push(err23);
|
|
12592
12648
|
}
|
|
12593
12649
|
errors++;
|
|
12594
12650
|
}
|
|
12595
|
-
if (
|
|
12596
|
-
const
|
|
12651
|
+
if (data13.value === void 0) {
|
|
12652
|
+
const err24 = {
|
|
12597
12653
|
instancePath: instancePath + "/field4",
|
|
12598
12654
|
schemaPath: "#/properties/field4/required",
|
|
12599
12655
|
keyword: "required",
|
|
@@ -12601,15 +12657,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12601
12657
|
message: "must have required property 'value'"
|
|
12602
12658
|
};
|
|
12603
12659
|
if (vErrors === null) {
|
|
12604
|
-
vErrors = [
|
|
12660
|
+
vErrors = [err24];
|
|
12605
12661
|
} else {
|
|
12606
|
-
vErrors.push(
|
|
12662
|
+
vErrors.push(err24);
|
|
12607
12663
|
}
|
|
12608
12664
|
errors++;
|
|
12609
12665
|
}
|
|
12610
|
-
if (
|
|
12611
|
-
if (typeof
|
|
12612
|
-
const
|
|
12666
|
+
if (data13.name !== void 0) {
|
|
12667
|
+
if (typeof data13.name !== "string") {
|
|
12668
|
+
const err25 = {
|
|
12613
12669
|
instancePath: instancePath + "/field4/name",
|
|
12614
12670
|
schemaPath: "#/properties/field4/properties/name/type",
|
|
12615
12671
|
keyword: "type",
|
|
@@ -12617,16 +12673,16 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12617
12673
|
message: "must be string"
|
|
12618
12674
|
};
|
|
12619
12675
|
if (vErrors === null) {
|
|
12620
|
-
vErrors = [
|
|
12676
|
+
vErrors = [err25];
|
|
12621
12677
|
} else {
|
|
12622
|
-
vErrors.push(
|
|
12678
|
+
vErrors.push(err25);
|
|
12623
12679
|
}
|
|
12624
12680
|
errors++;
|
|
12625
12681
|
}
|
|
12626
12682
|
}
|
|
12627
|
-
if (
|
|
12628
|
-
if (typeof
|
|
12629
|
-
const
|
|
12683
|
+
if (data13.value !== void 0) {
|
|
12684
|
+
if (typeof data13.value !== "string") {
|
|
12685
|
+
const err26 = {
|
|
12630
12686
|
instancePath: instancePath + "/field4/value",
|
|
12631
12687
|
schemaPath: "#/properties/field4/properties/value/type",
|
|
12632
12688
|
keyword: "type",
|
|
@@ -12634,15 +12690,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12634
12690
|
message: "must be string"
|
|
12635
12691
|
};
|
|
12636
12692
|
if (vErrors === null) {
|
|
12637
|
-
vErrors = [
|
|
12693
|
+
vErrors = [err26];
|
|
12638
12694
|
} else {
|
|
12639
|
-
vErrors.push(
|
|
12695
|
+
vErrors.push(err26);
|
|
12640
12696
|
}
|
|
12641
12697
|
errors++;
|
|
12642
12698
|
}
|
|
12643
12699
|
}
|
|
12644
12700
|
} else {
|
|
12645
|
-
const
|
|
12701
|
+
const err27 = {
|
|
12646
12702
|
instancePath: instancePath + "/field4",
|
|
12647
12703
|
schemaPath: "#/properties/field4/type",
|
|
12648
12704
|
keyword: "type",
|
|
@@ -12650,18 +12706,18 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12650
12706
|
message: "must be object"
|
|
12651
12707
|
};
|
|
12652
12708
|
if (vErrors === null) {
|
|
12653
|
-
vErrors = [
|
|
12709
|
+
vErrors = [err27];
|
|
12654
12710
|
} else {
|
|
12655
|
-
vErrors.push(
|
|
12711
|
+
vErrors.push(err27);
|
|
12656
12712
|
}
|
|
12657
12713
|
errors++;
|
|
12658
12714
|
}
|
|
12659
12715
|
}
|
|
12660
12716
|
if (data.field5 !== void 0) {
|
|
12661
|
-
let
|
|
12662
|
-
if (
|
|
12663
|
-
if (
|
|
12664
|
-
const
|
|
12717
|
+
let data16 = data.field5;
|
|
12718
|
+
if (data16 && typeof data16 == "object" && !Array.isArray(data16)) {
|
|
12719
|
+
if (data16.name === void 0) {
|
|
12720
|
+
const err28 = {
|
|
12665
12721
|
instancePath: instancePath + "/field5",
|
|
12666
12722
|
schemaPath: "#/properties/field5/required",
|
|
12667
12723
|
keyword: "required",
|
|
@@ -12669,14 +12725,14 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12669
12725
|
message: "must have required property 'name'"
|
|
12670
12726
|
};
|
|
12671
12727
|
if (vErrors === null) {
|
|
12672
|
-
vErrors = [
|
|
12728
|
+
vErrors = [err28];
|
|
12673
12729
|
} else {
|
|
12674
|
-
vErrors.push(
|
|
12730
|
+
vErrors.push(err28);
|
|
12675
12731
|
}
|
|
12676
12732
|
errors++;
|
|
12677
12733
|
}
|
|
12678
|
-
if (
|
|
12679
|
-
const
|
|
12734
|
+
if (data16.value === void 0) {
|
|
12735
|
+
const err29 = {
|
|
12680
12736
|
instancePath: instancePath + "/field5",
|
|
12681
12737
|
schemaPath: "#/properties/field5/required",
|
|
12682
12738
|
keyword: "required",
|
|
@@ -12684,15 +12740,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12684
12740
|
message: "must have required property 'value'"
|
|
12685
12741
|
};
|
|
12686
12742
|
if (vErrors === null) {
|
|
12687
|
-
vErrors = [
|
|
12743
|
+
vErrors = [err29];
|
|
12688
12744
|
} else {
|
|
12689
|
-
vErrors.push(
|
|
12745
|
+
vErrors.push(err29);
|
|
12690
12746
|
}
|
|
12691
12747
|
errors++;
|
|
12692
12748
|
}
|
|
12693
|
-
if (
|
|
12694
|
-
if (typeof
|
|
12695
|
-
const
|
|
12749
|
+
if (data16.name !== void 0) {
|
|
12750
|
+
if (typeof data16.name !== "string") {
|
|
12751
|
+
const err30 = {
|
|
12696
12752
|
instancePath: instancePath + "/field5/name",
|
|
12697
12753
|
schemaPath: "#/properties/field5/properties/name/type",
|
|
12698
12754
|
keyword: "type",
|
|
@@ -12700,16 +12756,16 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12700
12756
|
message: "must be string"
|
|
12701
12757
|
};
|
|
12702
12758
|
if (vErrors === null) {
|
|
12703
|
-
vErrors = [
|
|
12759
|
+
vErrors = [err30];
|
|
12704
12760
|
} else {
|
|
12705
|
-
vErrors.push(
|
|
12761
|
+
vErrors.push(err30);
|
|
12706
12762
|
}
|
|
12707
12763
|
errors++;
|
|
12708
12764
|
}
|
|
12709
12765
|
}
|
|
12710
|
-
if (
|
|
12711
|
-
if (typeof
|
|
12712
|
-
const
|
|
12766
|
+
if (data16.value !== void 0) {
|
|
12767
|
+
if (typeof data16.value !== "string") {
|
|
12768
|
+
const err31 = {
|
|
12713
12769
|
instancePath: instancePath + "/field5/value",
|
|
12714
12770
|
schemaPath: "#/properties/field5/properties/value/type",
|
|
12715
12771
|
keyword: "type",
|
|
@@ -12717,15 +12773,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12717
12773
|
message: "must be string"
|
|
12718
12774
|
};
|
|
12719
12775
|
if (vErrors === null) {
|
|
12720
|
-
vErrors = [
|
|
12776
|
+
vErrors = [err31];
|
|
12721
12777
|
} else {
|
|
12722
|
-
vErrors.push(
|
|
12778
|
+
vErrors.push(err31);
|
|
12723
12779
|
}
|
|
12724
12780
|
errors++;
|
|
12725
12781
|
}
|
|
12726
12782
|
}
|
|
12727
12783
|
} else {
|
|
12728
|
-
const
|
|
12784
|
+
const err32 = {
|
|
12729
12785
|
instancePath: instancePath + "/field5",
|
|
12730
12786
|
schemaPath: "#/properties/field5/type",
|
|
12731
12787
|
keyword: "type",
|
|
@@ -12733,18 +12789,18 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12733
12789
|
message: "must be object"
|
|
12734
12790
|
};
|
|
12735
12791
|
if (vErrors === null) {
|
|
12736
|
-
vErrors = [
|
|
12792
|
+
vErrors = [err32];
|
|
12737
12793
|
} else {
|
|
12738
|
-
vErrors.push(
|
|
12794
|
+
vErrors.push(err32);
|
|
12739
12795
|
}
|
|
12740
12796
|
errors++;
|
|
12741
12797
|
}
|
|
12742
12798
|
}
|
|
12743
12799
|
if (data.field6 !== void 0) {
|
|
12744
|
-
let
|
|
12745
|
-
if (
|
|
12746
|
-
if (
|
|
12747
|
-
const
|
|
12800
|
+
let data19 = data.field6;
|
|
12801
|
+
if (data19 && typeof data19 == "object" && !Array.isArray(data19)) {
|
|
12802
|
+
if (data19.name === void 0) {
|
|
12803
|
+
const err33 = {
|
|
12748
12804
|
instancePath: instancePath + "/field6",
|
|
12749
12805
|
schemaPath: "#/properties/field6/required",
|
|
12750
12806
|
keyword: "required",
|
|
@@ -12752,14 +12808,14 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12752
12808
|
message: "must have required property 'name'"
|
|
12753
12809
|
};
|
|
12754
12810
|
if (vErrors === null) {
|
|
12755
|
-
vErrors = [
|
|
12811
|
+
vErrors = [err33];
|
|
12756
12812
|
} else {
|
|
12757
|
-
vErrors.push(
|
|
12813
|
+
vErrors.push(err33);
|
|
12758
12814
|
}
|
|
12759
12815
|
errors++;
|
|
12760
12816
|
}
|
|
12761
|
-
if (
|
|
12762
|
-
const
|
|
12817
|
+
if (data19.value === void 0) {
|
|
12818
|
+
const err34 = {
|
|
12763
12819
|
instancePath: instancePath + "/field6",
|
|
12764
12820
|
schemaPath: "#/properties/field6/required",
|
|
12765
12821
|
keyword: "required",
|
|
@@ -12767,15 +12823,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12767
12823
|
message: "must have required property 'value'"
|
|
12768
12824
|
};
|
|
12769
12825
|
if (vErrors === null) {
|
|
12770
|
-
vErrors = [
|
|
12826
|
+
vErrors = [err34];
|
|
12771
12827
|
} else {
|
|
12772
|
-
vErrors.push(
|
|
12828
|
+
vErrors.push(err34);
|
|
12773
12829
|
}
|
|
12774
12830
|
errors++;
|
|
12775
12831
|
}
|
|
12776
|
-
if (
|
|
12777
|
-
if (typeof
|
|
12778
|
-
const
|
|
12832
|
+
if (data19.name !== void 0) {
|
|
12833
|
+
if (typeof data19.name !== "string") {
|
|
12834
|
+
const err35 = {
|
|
12779
12835
|
instancePath: instancePath + "/field6/name",
|
|
12780
12836
|
schemaPath: "#/properties/field6/properties/name/type",
|
|
12781
12837
|
keyword: "type",
|
|
@@ -12783,16 +12839,16 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12783
12839
|
message: "must be string"
|
|
12784
12840
|
};
|
|
12785
12841
|
if (vErrors === null) {
|
|
12786
|
-
vErrors = [
|
|
12842
|
+
vErrors = [err35];
|
|
12787
12843
|
} else {
|
|
12788
|
-
vErrors.push(
|
|
12844
|
+
vErrors.push(err35);
|
|
12789
12845
|
}
|
|
12790
12846
|
errors++;
|
|
12791
12847
|
}
|
|
12792
12848
|
}
|
|
12793
|
-
if (
|
|
12794
|
-
if (typeof
|
|
12795
|
-
const
|
|
12849
|
+
if (data19.value !== void 0) {
|
|
12850
|
+
if (typeof data19.value !== "string") {
|
|
12851
|
+
const err36 = {
|
|
12796
12852
|
instancePath: instancePath + "/field6/value",
|
|
12797
12853
|
schemaPath: "#/properties/field6/properties/value/type",
|
|
12798
12854
|
keyword: "type",
|
|
@@ -12800,15 +12856,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12800
12856
|
message: "must be string"
|
|
12801
12857
|
};
|
|
12802
12858
|
if (vErrors === null) {
|
|
12803
|
-
vErrors = [
|
|
12859
|
+
vErrors = [err36];
|
|
12804
12860
|
} else {
|
|
12805
|
-
vErrors.push(
|
|
12861
|
+
vErrors.push(err36);
|
|
12806
12862
|
}
|
|
12807
12863
|
errors++;
|
|
12808
12864
|
}
|
|
12809
12865
|
}
|
|
12810
12866
|
} else {
|
|
12811
|
-
const
|
|
12867
|
+
const err37 = {
|
|
12812
12868
|
instancePath: instancePath + "/field6",
|
|
12813
12869
|
schemaPath: "#/properties/field6/type",
|
|
12814
12870
|
keyword: "type",
|
|
@@ -12816,15 +12872,15 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12816
12872
|
message: "must be object"
|
|
12817
12873
|
};
|
|
12818
12874
|
if (vErrors === null) {
|
|
12819
|
-
vErrors = [
|
|
12875
|
+
vErrors = [err37];
|
|
12820
12876
|
} else {
|
|
12821
|
-
vErrors.push(
|
|
12877
|
+
vErrors.push(err37);
|
|
12822
12878
|
}
|
|
12823
12879
|
errors++;
|
|
12824
12880
|
}
|
|
12825
12881
|
}
|
|
12826
12882
|
} else {
|
|
12827
|
-
const
|
|
12883
|
+
const err38 = {
|
|
12828
12884
|
instancePath,
|
|
12829
12885
|
schemaPath: "#/type",
|
|
12830
12886
|
keyword: "type",
|
|
@@ -12832,9 +12888,9 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12832
12888
|
message: "must be object"
|
|
12833
12889
|
};
|
|
12834
12890
|
if (vErrors === null) {
|
|
12835
|
-
vErrors = [
|
|
12891
|
+
vErrors = [err38];
|
|
12836
12892
|
} else {
|
|
12837
|
-
vErrors.push(
|
|
12893
|
+
vErrors.push(err38);
|
|
12838
12894
|
}
|
|
12839
12895
|
errors++;
|
|
12840
12896
|
}
|
|
@@ -12844,7 +12900,7 @@ function validate48(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
12844
12900
|
__name(validate48, "validate48");
|
|
12845
12901
|
var validateMediaFile = validate15;
|
|
12846
12902
|
var validateMediaSource = validate49;
|
|
12847
|
-
var
|
|
12903
|
+
var schema122 = {
|
|
12848
12904
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
12849
12905
|
$id: "mediaSource.json",
|
|
12850
12906
|
title: "Media Source",
|
|
@@ -13241,7 +13297,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13241
13297
|
errors++;
|
|
13242
13298
|
}
|
|
13243
13299
|
for (const key0 in data) {
|
|
13244
|
-
if (!func5.call(
|
|
13300
|
+
if (!func5.call(schema122.properties, key0)) {
|
|
13245
13301
|
const err6 = {
|
|
13246
13302
|
instancePath,
|
|
13247
13303
|
schemaPath: "#/additionalProperties",
|
|
@@ -13332,7 +13388,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13332
13388
|
instancePath: instancePath + "/type",
|
|
13333
13389
|
schemaPath: "#/properties/type/enum",
|
|
13334
13390
|
keyword: "enum",
|
|
13335
|
-
params: { allowedValues:
|
|
13391
|
+
params: { allowedValues: schema122.properties.type.enum },
|
|
13336
13392
|
message: "must be equal to one of the allowed values"
|
|
13337
13393
|
};
|
|
13338
13394
|
if (vErrors === null) {
|
|
@@ -13364,7 +13420,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13364
13420
|
instancePath: instancePath + "/discriminator",
|
|
13365
13421
|
schemaPath: "#/properties/discriminator/enum",
|
|
13366
13422
|
keyword: "enum",
|
|
13367
|
-
params: { allowedValues:
|
|
13423
|
+
params: { allowedValues: schema122.properties.discriminator.enum },
|
|
13368
13424
|
message: "must be equal to one of the allowed values"
|
|
13369
13425
|
};
|
|
13370
13426
|
if (vErrors === null) {
|
|
@@ -13507,7 +13563,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13507
13563
|
instancePath: instancePath + "/remote",
|
|
13508
13564
|
schemaPath: "#/properties/remote/enum",
|
|
13509
13565
|
keyword: "enum",
|
|
13510
|
-
params: { allowedValues:
|
|
13566
|
+
params: { allowedValues: schema122.properties.remote.enum },
|
|
13511
13567
|
message: "must be equal to one of the allowed values"
|
|
13512
13568
|
};
|
|
13513
13569
|
if (vErrors === null) {
|
|
@@ -13552,7 +13608,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13552
13608
|
}
|
|
13553
13609
|
errors++;
|
|
13554
13610
|
}
|
|
13555
|
-
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 === "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")) {
|
|
13611
|
+
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")) {
|
|
13556
13612
|
const err24 = {
|
|
13557
13613
|
instancePath: instancePath + "/driver",
|
|
13558
13614
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -13839,7 +13895,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13839
13895
|
instancePath: instancePath + "/power",
|
|
13840
13896
|
schemaPath: "#/properties/power/enum",
|
|
13841
13897
|
keyword: "enum",
|
|
13842
|
-
params: { allowedValues:
|
|
13898
|
+
params: { allowedValues: schema122.properties.power.enum },
|
|
13843
13899
|
message: "must be equal to one of the allowed values"
|
|
13844
13900
|
};
|
|
13845
13901
|
if (vErrors === null) {
|
|
@@ -13948,7 +14004,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13948
14004
|
instancePath: instancePath + "/command",
|
|
13949
14005
|
schemaPath: "#/properties/command/type",
|
|
13950
14006
|
keyword: "type",
|
|
13951
|
-
params: { type:
|
|
14007
|
+
params: { type: schema122.properties.command.type },
|
|
13952
14008
|
message: "must be string,null"
|
|
13953
14009
|
};
|
|
13954
14010
|
if (vErrors === null) {
|
|
@@ -13963,7 +14019,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
13963
14019
|
instancePath: instancePath + "/command",
|
|
13964
14020
|
schemaPath: "#/properties/command/enum",
|
|
13965
14021
|
keyword: "enum",
|
|
13966
|
-
params: { allowedValues:
|
|
14022
|
+
params: { allowedValues: schema122.properties.command.enum },
|
|
13967
14023
|
message: "must be equal to one of the allowed values"
|
|
13968
14024
|
};
|
|
13969
14025
|
if (vErrors === null) {
|
|
@@ -14186,7 +14242,7 @@ function validate49(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
14186
14242
|
}
|
|
14187
14243
|
__name(validate49, "validate49");
|
|
14188
14244
|
var validateMotionSensor = validate52;
|
|
14189
|
-
var
|
|
14245
|
+
var schema133 = {
|
|
14190
14246
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
14191
14247
|
$id: "motionSensor.json",
|
|
14192
14248
|
title: "Motion Sensor",
|
|
@@ -14368,7 +14424,7 @@ function validate52(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
14368
14424
|
errors++;
|
|
14369
14425
|
}
|
|
14370
14426
|
for (const key0 in data) {
|
|
14371
|
-
if (!func5.call(
|
|
14427
|
+
if (!func5.call(schema133.properties, key0)) {
|
|
14372
14428
|
const err3 = {
|
|
14373
14429
|
instancePath,
|
|
14374
14430
|
schemaPath: "#/additionalProperties",
|
|
@@ -14488,7 +14544,7 @@ function validate52(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
14488
14544
|
}
|
|
14489
14545
|
errors++;
|
|
14490
14546
|
}
|
|
14491
|
-
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 === "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")) {
|
|
14547
|
+
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")) {
|
|
14492
14548
|
const err10 = {
|
|
14493
14549
|
instancePath: instancePath + "/driver",
|
|
14494
14550
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -14716,7 +14772,7 @@ function validate52(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
14716
14772
|
}
|
|
14717
14773
|
__name(validate52, "validate52");
|
|
14718
14774
|
var validateOrder = validate55;
|
|
14719
|
-
var
|
|
14775
|
+
var schema142 = {
|
|
14720
14776
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
14721
14777
|
$id: "order.json",
|
|
14722
14778
|
title: "Order",
|
|
@@ -14980,7 +15036,7 @@ function validate55(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
14980
15036
|
instancePath: instancePath + "/type",
|
|
14981
15037
|
schemaPath: "#/properties/type/enum",
|
|
14982
15038
|
keyword: "enum",
|
|
14983
|
-
params: { allowedValues:
|
|
15039
|
+
params: { allowedValues: schema142.properties.type.enum },
|
|
14984
15040
|
message: "must be equal to one of the allowed values"
|
|
14985
15041
|
};
|
|
14986
15042
|
if (vErrors === null) {
|
|
@@ -15029,7 +15085,7 @@ function validate55(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
15029
15085
|
instancePath: instancePath + "/status",
|
|
15030
15086
|
schemaPath: "#/properties/status/enum",
|
|
15031
15087
|
keyword: "enum",
|
|
15032
|
-
params: { allowedValues:
|
|
15088
|
+
params: { allowedValues: schema142.properties.status.enum },
|
|
15033
15089
|
message: "must be equal to one of the allowed values"
|
|
15034
15090
|
};
|
|
15035
15091
|
if (vErrors === null) {
|
|
@@ -15495,7 +15551,7 @@ function validate55(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
15495
15551
|
schemaPath: "#/properties/taxes/items/properties/rateType/enum",
|
|
15496
15552
|
keyword: "enum",
|
|
15497
15553
|
params: {
|
|
15498
|
-
allowedValues:
|
|
15554
|
+
allowedValues: schema142.properties.taxes.items.properties.rateType.enum
|
|
15499
15555
|
},
|
|
15500
15556
|
message: "must be equal to one of the allowed values"
|
|
15501
15557
|
};
|
|
@@ -15797,7 +15853,7 @@ function validate55(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
15797
15853
|
schemaPath: "#/properties/delivery/items/properties/rateType/enum",
|
|
15798
15854
|
keyword: "enum",
|
|
15799
15855
|
params: {
|
|
15800
|
-
allowedValues:
|
|
15856
|
+
allowedValues: schema142.properties.delivery.items.properties.rateType.enum
|
|
15801
15857
|
},
|
|
15802
15858
|
message: "must be equal to one of the allowed values"
|
|
15803
15859
|
};
|
|
@@ -15902,7 +15958,7 @@ function validate55(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
15902
15958
|
schemaPath: "#/properties/payments/items/properties/method/enum",
|
|
15903
15959
|
keyword: "enum",
|
|
15904
15960
|
params: {
|
|
15905
|
-
allowedValues:
|
|
15961
|
+
allowedValues: schema142.properties.payments.items.properties.method.enum
|
|
15906
15962
|
},
|
|
15907
15963
|
message: "must be equal to one of the allowed values"
|
|
15908
15964
|
};
|
|
@@ -16051,7 +16107,7 @@ function validate55(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16051
16107
|
}
|
|
16052
16108
|
__name(validate55, "validate55");
|
|
16053
16109
|
var validateOrganization = validate56;
|
|
16054
|
-
var
|
|
16110
|
+
var schema148 = {
|
|
16055
16111
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
16056
16112
|
$id: "organization.json",
|
|
16057
16113
|
title: "Organization",
|
|
@@ -16152,7 +16208,7 @@ var schema147 = {
|
|
|
16152
16208
|
}
|
|
16153
16209
|
};
|
|
16154
16210
|
var schema102 = { type: ["string", "object"], format: "date-time" };
|
|
16155
|
-
var
|
|
16211
|
+
var schema151 = { type: ["string", "object"], format: "date-time" };
|
|
16156
16212
|
function validate56(data, { instancePath = "", parentData, parentDataProperty, rootData = data } = {}) {
|
|
16157
16213
|
let vErrors = null;
|
|
16158
16214
|
let errors = 0;
|
|
@@ -16294,7 +16350,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16294
16350
|
instancePath: instancePath + "/type",
|
|
16295
16351
|
schemaPath: "#/properties/type/enum",
|
|
16296
16352
|
keyword: "enum",
|
|
16297
|
-
params: { allowedValues:
|
|
16353
|
+
params: { allowedValues: schema148.properties.type.enum },
|
|
16298
16354
|
message: "must be equal to one of the allowed values"
|
|
16299
16355
|
};
|
|
16300
16356
|
if (vErrors === null) {
|
|
@@ -16311,7 +16367,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16311
16367
|
instancePath: instancePath + "/accountNumber",
|
|
16312
16368
|
schemaPath: "#/properties/accountNumber/type",
|
|
16313
16369
|
keyword: "type",
|
|
16314
|
-
params: { type:
|
|
16370
|
+
params: { type: schema148.properties.accountNumber.type },
|
|
16315
16371
|
message: "must be number,null"
|
|
16316
16372
|
};
|
|
16317
16373
|
if (vErrors === null) {
|
|
@@ -16400,7 +16456,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16400
16456
|
instancePath: instancePath + "/hostname",
|
|
16401
16457
|
schemaPath: "#/properties/hostname/type",
|
|
16402
16458
|
keyword: "type",
|
|
16403
|
-
params: { type:
|
|
16459
|
+
params: { type: schema148.properties.hostname.type },
|
|
16404
16460
|
message: "must be string,null"
|
|
16405
16461
|
};
|
|
16406
16462
|
if (vErrors === null) {
|
|
@@ -16543,7 +16599,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16543
16599
|
schemaPath: "#/properties/appManifest/properties/display/enum",
|
|
16544
16600
|
keyword: "enum",
|
|
16545
16601
|
params: {
|
|
16546
|
-
allowedValues:
|
|
16602
|
+
allowedValues: schema148.properties.appManifest.properties.display.enum
|
|
16547
16603
|
},
|
|
16548
16604
|
message: "must be equal to one of the allowed values"
|
|
16549
16605
|
};
|
|
@@ -16576,7 +16632,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16576
16632
|
schemaPath: "#/properties/appManifest/properties/orientation/enum",
|
|
16577
16633
|
keyword: "enum",
|
|
16578
16634
|
params: {
|
|
16579
|
-
allowedValues:
|
|
16635
|
+
allowedValues: schema148.properties.appManifest.properties.orientation.enum
|
|
16580
16636
|
},
|
|
16581
16637
|
message: "must be equal to one of the allowed values"
|
|
16582
16638
|
};
|
|
@@ -16845,7 +16901,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16845
16901
|
schemaPath: "#/properties/tickets/properties/nextTicketNumber/type",
|
|
16846
16902
|
keyword: "type",
|
|
16847
16903
|
params: {
|
|
16848
|
-
type:
|
|
16904
|
+
type: schema148.properties.tickets.properties.nextTicketNumber.type
|
|
16849
16905
|
},
|
|
16850
16906
|
message: "must be string,integer"
|
|
16851
16907
|
};
|
|
@@ -16932,7 +16988,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16932
16988
|
instancePath: instancePath + "/updatedAt",
|
|
16933
16989
|
schemaPath: "definitions.json#/definitions/updatedAt/type",
|
|
16934
16990
|
keyword: "type",
|
|
16935
|
-
params: { type:
|
|
16991
|
+
params: { type: schema151.type },
|
|
16936
16992
|
message: "must be string,object"
|
|
16937
16993
|
};
|
|
16938
16994
|
if (vErrors === null) {
|
|
@@ -16980,7 +17036,7 @@ function validate56(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
16980
17036
|
}
|
|
16981
17037
|
__name(validate56, "validate56");
|
|
16982
17038
|
var validatePayment = validate57;
|
|
16983
|
-
var
|
|
17039
|
+
var schema152 = {
|
|
16984
17040
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
16985
17041
|
$id: "payment.json",
|
|
16986
17042
|
title: "Payment",
|
|
@@ -17140,7 +17196,7 @@ function validate57(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17140
17196
|
instancePath: instancePath + "/type",
|
|
17141
17197
|
schemaPath: "#/properties/type/enum",
|
|
17142
17198
|
keyword: "enum",
|
|
17143
|
-
params: { allowedValues:
|
|
17199
|
+
params: { allowedValues: schema152.properties.type.enum },
|
|
17144
17200
|
message: "must be equal to one of the allowed values"
|
|
17145
17201
|
};
|
|
17146
17202
|
if (vErrors === null) {
|
|
@@ -17173,7 +17229,7 @@ function validate57(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17173
17229
|
instancePath: instancePath + "/storageData",
|
|
17174
17230
|
schemaPath: "#/properties/storageData/type",
|
|
17175
17231
|
keyword: "type",
|
|
17176
|
-
params: { type:
|
|
17232
|
+
params: { type: schema152.properties.storageData.type },
|
|
17177
17233
|
message: "must be string,null"
|
|
17178
17234
|
};
|
|
17179
17235
|
if (vErrors === null) {
|
|
@@ -17191,7 +17247,7 @@ function validate57(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17191
17247
|
instancePath: instancePath + "/issued",
|
|
17192
17248
|
schemaPath: "#/properties/issued/type",
|
|
17193
17249
|
keyword: "type",
|
|
17194
|
-
params: { type:
|
|
17250
|
+
params: { type: schema152.properties.issued.type },
|
|
17195
17251
|
message: "must be string,null"
|
|
17196
17252
|
};
|
|
17197
17253
|
if (vErrors === null) {
|
|
@@ -17239,7 +17295,7 @@ function validate57(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17239
17295
|
}
|
|
17240
17296
|
__name(validate57, "validate57");
|
|
17241
17297
|
var validatePolicy = validate58;
|
|
17242
|
-
var
|
|
17298
|
+
var schema155 = {
|
|
17243
17299
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
17244
17300
|
$id: "policy.json",
|
|
17245
17301
|
title: "Policy",
|
|
@@ -17450,7 +17506,7 @@ function validate58(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17450
17506
|
instancePath: instancePath + "/type",
|
|
17451
17507
|
schemaPath: "#/properties/type/enum",
|
|
17452
17508
|
keyword: "enum",
|
|
17453
|
-
params: { allowedValues:
|
|
17509
|
+
params: { allowedValues: schema155.properties.type.enum },
|
|
17454
17510
|
message: "must be equal to one of the allowed values"
|
|
17455
17511
|
};
|
|
17456
17512
|
if (vErrors === null) {
|
|
@@ -17482,7 +17538,7 @@ function validate58(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17482
17538
|
instancePath: instancePath + "/discriminator",
|
|
17483
17539
|
schemaPath: "#/properties/discriminator/enum",
|
|
17484
17540
|
keyword: "enum",
|
|
17485
|
-
params: { allowedValues:
|
|
17541
|
+
params: { allowedValues: schema155.properties.discriminator.enum },
|
|
17486
17542
|
message: "must be equal to one of the allowed values"
|
|
17487
17543
|
};
|
|
17488
17544
|
if (vErrors === null) {
|
|
@@ -17692,7 +17748,7 @@ function validate58(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17692
17748
|
schemaPath: "#/properties/permissions/items/properties/effect/enum",
|
|
17693
17749
|
keyword: "enum",
|
|
17694
17750
|
params: {
|
|
17695
|
-
allowedValues:
|
|
17751
|
+
allowedValues: schema155.properties.permissions.items.properties.effect.enum
|
|
17696
17752
|
},
|
|
17697
17753
|
message: "must be equal to one of the allowed values"
|
|
17698
17754
|
};
|
|
@@ -17756,7 +17812,7 @@ function validate58(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17756
17812
|
}
|
|
17757
17813
|
__name(validate58, "validate58");
|
|
17758
17814
|
var validateProduct = validate59;
|
|
17759
|
-
var
|
|
17815
|
+
var schema157 = {
|
|
17760
17816
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
17761
17817
|
$id: "product.json",
|
|
17762
17818
|
title: "Product",
|
|
@@ -17904,7 +17960,7 @@ function validate59(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17904
17960
|
instancePath: instancePath + "/type",
|
|
17905
17961
|
schemaPath: "#/properties/type/enum",
|
|
17906
17962
|
keyword: "enum",
|
|
17907
|
-
params: { allowedValues:
|
|
17963
|
+
params: { allowedValues: schema157.properties.type.enum },
|
|
17908
17964
|
message: "must be equal to one of the allowed values"
|
|
17909
17965
|
};
|
|
17910
17966
|
if (vErrors === null) {
|
|
@@ -17948,7 +18004,7 @@ function validate59(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17948
18004
|
}
|
|
17949
18005
|
errors++;
|
|
17950
18006
|
}
|
|
17951
|
-
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 === "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")) {
|
|
18007
|
+
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")) {
|
|
17952
18008
|
const err10 = {
|
|
17953
18009
|
instancePath: instancePath + "/driver",
|
|
17954
18010
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -17988,7 +18044,7 @@ function validate59(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
17988
18044
|
instancePath: instancePath + "/tax",
|
|
17989
18045
|
schemaPath: "#/properties/tax/type",
|
|
17990
18046
|
keyword: "type",
|
|
17991
|
-
params: { type:
|
|
18047
|
+
params: { type: schema157.properties.tax.type },
|
|
17992
18048
|
message: "must be number,null"
|
|
17993
18049
|
};
|
|
17994
18050
|
if (vErrors === null) {
|
|
@@ -18099,7 +18155,7 @@ function validate59(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
18099
18155
|
}
|
|
18100
18156
|
__name(validate59, "validate59");
|
|
18101
18157
|
var validateProperty = validate61;
|
|
18102
|
-
var
|
|
18158
|
+
var schema161 = {
|
|
18103
18159
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
18104
18160
|
$id: "property.json",
|
|
18105
18161
|
title: "Property",
|
|
@@ -18589,7 +18645,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
18589
18645
|
instancePath: instancePath + "/type",
|
|
18590
18646
|
schemaPath: "#/properties/type/enum",
|
|
18591
18647
|
keyword: "enum",
|
|
18592
|
-
params: { allowedValues:
|
|
18648
|
+
params: { allowedValues: schema161.properties.type.enum },
|
|
18593
18649
|
message: "must be equal to one of the allowed values"
|
|
18594
18650
|
};
|
|
18595
18651
|
if (vErrors === null) {
|
|
@@ -18621,7 +18677,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
18621
18677
|
instancePath: instancePath + "/discriminator",
|
|
18622
18678
|
schemaPath: "#/properties/discriminator/enum",
|
|
18623
18679
|
keyword: "enum",
|
|
18624
|
-
params: { allowedValues:
|
|
18680
|
+
params: { allowedValues: schema161.properties.discriminator.enum },
|
|
18625
18681
|
message: "must be equal to one of the allowed values"
|
|
18626
18682
|
};
|
|
18627
18683
|
if (vErrors === null) {
|
|
@@ -18639,7 +18695,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
18639
18695
|
instancePath: instancePath + "/organization",
|
|
18640
18696
|
schemaPath: "#/properties/organization/type",
|
|
18641
18697
|
keyword: "type",
|
|
18642
|
-
params: { type:
|
|
18698
|
+
params: { type: schema161.properties.organization.type },
|
|
18643
18699
|
message: "must be string,null"
|
|
18644
18700
|
};
|
|
18645
18701
|
if (vErrors === null) {
|
|
@@ -19106,7 +19162,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
19106
19162
|
let data28 = data.appFeatures;
|
|
19107
19163
|
if (data28 && typeof data28 == "object" && !Array.isArray(data28)) {
|
|
19108
19164
|
for (const key0 in data28) {
|
|
19109
|
-
if (!func5.call(
|
|
19165
|
+
if (!func5.call(schema161.properties.appFeatures.properties, key0)) {
|
|
19110
19166
|
const err41 = {
|
|
19111
19167
|
instancePath: instancePath + "/appFeatures",
|
|
19112
19168
|
schemaPath: "#/properties/appFeatures/additionalProperties",
|
|
@@ -19172,7 +19228,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
19172
19228
|
schemaPath: "#/properties/appFeatures/properties/RoomControl/properties/disabledSystems/items/enum",
|
|
19173
19229
|
keyword: "enum",
|
|
19174
19230
|
params: {
|
|
19175
|
-
allowedValues:
|
|
19231
|
+
allowedValues: schema161.properties.appFeatures.properties.RoomControl.properties.disabledSystems.items.enum
|
|
19176
19232
|
},
|
|
19177
19233
|
message: "must be equal to one of the allowed values"
|
|
19178
19234
|
};
|
|
@@ -19727,7 +19783,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
19727
19783
|
schemaPath: "#/properties/appFeatures/properties/Concierge/properties/newMessageChannel/type",
|
|
19728
19784
|
keyword: "type",
|
|
19729
19785
|
params: {
|
|
19730
|
-
type:
|
|
19786
|
+
type: schema161.properties.appFeatures.properties.Concierge.properties.newMessageChannel.type
|
|
19731
19787
|
},
|
|
19732
19788
|
message: "must be string,null"
|
|
19733
19789
|
};
|
|
@@ -19744,7 +19800,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
19744
19800
|
schemaPath: "#/properties/appFeatures/properties/Concierge/properties/newMessageChannel/enum",
|
|
19745
19801
|
keyword: "enum",
|
|
19746
19802
|
params: {
|
|
19747
|
-
allowedValues:
|
|
19803
|
+
allowedValues: schema161.properties.appFeatures.properties.Concierge.properties.newMessageChannel.enum
|
|
19748
19804
|
},
|
|
19749
19805
|
message: "must be equal to one of the allowed values"
|
|
19750
19806
|
};
|
|
@@ -19985,7 +20041,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
19985
20041
|
schemaPath: "#/properties/appFeatures/properties/DigitalKey/properties/system/enum",
|
|
19986
20042
|
keyword: "enum",
|
|
19987
20043
|
params: {
|
|
19988
|
-
allowedValues:
|
|
20044
|
+
allowedValues: schema161.properties.appFeatures.properties.DigitalKey.properties.system.enum
|
|
19989
20045
|
},
|
|
19990
20046
|
message: "must be equal to one of the allowed values"
|
|
19991
20047
|
};
|
|
@@ -20449,7 +20505,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
20449
20505
|
schemaPath: "#/properties/appFeatures/properties/SOS/properties/activeEmergencies/items/enum",
|
|
20450
20506
|
keyword: "enum",
|
|
20451
20507
|
params: {
|
|
20452
|
-
allowedValues:
|
|
20508
|
+
allowedValues: schema161.properties.appFeatures.properties.SOS.properties.activeEmergencies.items.enum
|
|
20453
20509
|
},
|
|
20454
20510
|
message: "must be equal to one of the allowed values"
|
|
20455
20511
|
};
|
|
@@ -20519,7 +20575,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
20519
20575
|
schemaPath: "#/properties/appFeatures/properties/Dining/properties/system/enum",
|
|
20520
20576
|
keyword: "enum",
|
|
20521
20577
|
params: {
|
|
20522
|
-
allowedValues:
|
|
20578
|
+
allowedValues: schema161.properties.appFeatures.properties.Dining.properties.system.enum
|
|
20523
20579
|
},
|
|
20524
20580
|
message: "must be equal to one of the allowed values"
|
|
20525
20581
|
};
|
|
@@ -20880,7 +20936,7 @@ function validate61(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
20880
20936
|
}
|
|
20881
20937
|
__name(validate61, "validate61");
|
|
20882
20938
|
var validateReservation = validate63;
|
|
20883
|
-
var
|
|
20939
|
+
var schema164 = {
|
|
20884
20940
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
20885
20941
|
$id: "reservation.json",
|
|
20886
20942
|
title: "Reservation",
|
|
@@ -20962,7 +21018,7 @@ var schema163 = {
|
|
|
20962
21018
|
updatedAt: { $ref: "definitions.json#/definitions/updatedAt" }
|
|
20963
21019
|
}
|
|
20964
21020
|
};
|
|
20965
|
-
var
|
|
21021
|
+
var schema167 = {
|
|
20966
21022
|
type: "array",
|
|
20967
21023
|
items: {
|
|
20968
21024
|
type: "object",
|
|
@@ -21112,7 +21168,7 @@ function validate64(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21112
21168
|
instancePath: instancePath + "/" + i0 + "/tax",
|
|
21113
21169
|
schemaPath: "#/items/properties/tax/type",
|
|
21114
21170
|
keyword: "type",
|
|
21115
|
-
params: { type:
|
|
21171
|
+
params: { type: schema167.items.properties.tax.type },
|
|
21116
21172
|
message: "must be number,null"
|
|
21117
21173
|
};
|
|
21118
21174
|
if (vErrors === null) {
|
|
@@ -21305,7 +21361,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21305
21361
|
}
|
|
21306
21362
|
errors++;
|
|
21307
21363
|
}
|
|
21308
|
-
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 === "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")) {
|
|
21364
|
+
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")) {
|
|
21309
21365
|
const err8 = {
|
|
21310
21366
|
instancePath: instancePath + "/driver",
|
|
21311
21367
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -21359,7 +21415,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21359
21415
|
instancePath: instancePath + "/type",
|
|
21360
21416
|
schemaPath: "#/properties/type/enum",
|
|
21361
21417
|
keyword: "enum",
|
|
21362
|
-
params: { allowedValues:
|
|
21418
|
+
params: { allowedValues: schema164.properties.type.enum },
|
|
21363
21419
|
message: "must be equal to one of the allowed values"
|
|
21364
21420
|
};
|
|
21365
21421
|
if (vErrors === null) {
|
|
@@ -21430,7 +21486,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21430
21486
|
instancePath: instancePath + "/space",
|
|
21431
21487
|
schemaPath: "#/properties/space/type",
|
|
21432
21488
|
keyword: "type",
|
|
21433
|
-
params: { type:
|
|
21489
|
+
params: { type: schema164.properties.space.type },
|
|
21434
21490
|
message: "must be string,null"
|
|
21435
21491
|
};
|
|
21436
21492
|
if (vErrors === null) {
|
|
@@ -21447,7 +21503,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21447
21503
|
instancePath: instancePath + "/previousSpace",
|
|
21448
21504
|
schemaPath: "#/properties/previousSpace/type",
|
|
21449
21505
|
keyword: "type",
|
|
21450
|
-
params: { type:
|
|
21506
|
+
params: { type: schema164.properties.previousSpace.type },
|
|
21451
21507
|
message: "must be string,null"
|
|
21452
21508
|
};
|
|
21453
21509
|
if (vErrors === null) {
|
|
@@ -21479,7 +21535,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21479
21535
|
instancePath: instancePath + "/status",
|
|
21480
21536
|
schemaPath: "#/properties/status/enum",
|
|
21481
21537
|
keyword: "enum",
|
|
21482
|
-
params: { allowedValues:
|
|
21538
|
+
params: { allowedValues: schema164.properties.status.enum },
|
|
21483
21539
|
message: "must be equal to one of the allowed values"
|
|
21484
21540
|
};
|
|
21485
21541
|
if (vErrors === null) {
|
|
@@ -21547,7 +21603,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21547
21603
|
schemaPath: "#/properties/mobileCheckInStatus/enum",
|
|
21548
21604
|
keyword: "enum",
|
|
21549
21605
|
params: {
|
|
21550
|
-
allowedValues:
|
|
21606
|
+
allowedValues: schema164.properties.mobileCheckInStatus.enum
|
|
21551
21607
|
},
|
|
21552
21608
|
message: "must be equal to one of the allowed values"
|
|
21553
21609
|
};
|
|
@@ -21600,7 +21656,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21600
21656
|
instancePath: instancePath + "/expectedCheckInDateTime",
|
|
21601
21657
|
schemaPath: "#/properties/expectedCheckInDateTime/type",
|
|
21602
21658
|
keyword: "type",
|
|
21603
|
-
params: { type:
|
|
21659
|
+
params: { type: schema164.properties.expectedCheckInDateTime.type },
|
|
21604
21660
|
message: "must be string,object"
|
|
21605
21661
|
};
|
|
21606
21662
|
if (vErrors === null) {
|
|
@@ -21635,7 +21691,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21635
21691
|
instancePath: instancePath + "/checkInDateTime",
|
|
21636
21692
|
schemaPath: "#/properties/checkInDateTime/type",
|
|
21637
21693
|
keyword: "type",
|
|
21638
|
-
params: { type:
|
|
21694
|
+
params: { type: schema164.properties.checkInDateTime.type },
|
|
21639
21695
|
message: "must be string,object"
|
|
21640
21696
|
};
|
|
21641
21697
|
if (vErrors === null) {
|
|
@@ -21670,7 +21726,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21670
21726
|
instancePath: instancePath + "/checkOutDateTime",
|
|
21671
21727
|
schemaPath: "#/properties/checkOutDateTime/type",
|
|
21672
21728
|
keyword: "type",
|
|
21673
|
-
params: { type:
|
|
21729
|
+
params: { type: schema164.properties.checkOutDateTime.type },
|
|
21674
21730
|
message: "must be string,object"
|
|
21675
21731
|
};
|
|
21676
21732
|
if (vErrors === null) {
|
|
@@ -21809,7 +21865,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21809
21865
|
schemaPath: "#/properties/spaceCategoryAvailabilites/items/properties/unit/enum",
|
|
21810
21866
|
keyword: "enum",
|
|
21811
21867
|
params: {
|
|
21812
|
-
allowedValues:
|
|
21868
|
+
allowedValues: schema164.properties.spaceCategoryAvailabilites.items.properties.unit.enum
|
|
21813
21869
|
},
|
|
21814
21870
|
message: "must be equal to one of the allowed values"
|
|
21815
21871
|
};
|
|
@@ -21973,7 +22029,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
21973
22029
|
instancePath: instancePath + "/updatedAt",
|
|
21974
22030
|
schemaPath: "definitions.json#/definitions/updatedAt/type",
|
|
21975
22031
|
keyword: "type",
|
|
21976
|
-
params: { type:
|
|
22032
|
+
params: { type: schema151.type },
|
|
21977
22033
|
message: "must be string,object"
|
|
21978
22034
|
};
|
|
21979
22035
|
if (vErrors === null) {
|
|
@@ -22021,7 +22077,7 @@ function validate63(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22021
22077
|
}
|
|
22022
22078
|
__name(validate63, "validate63");
|
|
22023
22079
|
var validateRoom = validate66;
|
|
22024
|
-
var
|
|
22080
|
+
var schema171 = {
|
|
22025
22081
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
22026
22082
|
$id: "room.json",
|
|
22027
22083
|
title: "Room",
|
|
@@ -22065,7 +22121,7 @@ var schema170 = {
|
|
|
22065
22121
|
},
|
|
22066
22122
|
additionalProperties: false
|
|
22067
22123
|
};
|
|
22068
|
-
var
|
|
22124
|
+
var schema173 = {
|
|
22069
22125
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
22070
22126
|
$id: "switch.json",
|
|
22071
22127
|
title: "Switch",
|
|
@@ -22390,7 +22446,7 @@ function validate68(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22390
22446
|
instancePath: instancePath + "/discriminator",
|
|
22391
22447
|
schemaPath: "#/properties/discriminator/enum",
|
|
22392
22448
|
keyword: "enum",
|
|
22393
|
-
params: { allowedValues:
|
|
22449
|
+
params: { allowedValues: schema173.properties.discriminator.enum },
|
|
22394
22450
|
message: "must be equal to one of the allowed values"
|
|
22395
22451
|
};
|
|
22396
22452
|
if (vErrors === null) {
|
|
@@ -22491,7 +22547,7 @@ function validate68(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22491
22547
|
}
|
|
22492
22548
|
errors++;
|
|
22493
22549
|
}
|
|
22494
|
-
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 === "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")) {
|
|
22550
|
+
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")) {
|
|
22495
22551
|
const err16 = {
|
|
22496
22552
|
instancePath: instancePath + "/driver",
|
|
22497
22553
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -22546,7 +22602,7 @@ function validate68(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22546
22602
|
instancePath: instancePath + "/state",
|
|
22547
22603
|
schemaPath: "#/properties/state/enum",
|
|
22548
22604
|
keyword: "enum",
|
|
22549
|
-
params: { allowedValues:
|
|
22605
|
+
params: { allowedValues: schema173.properties.state.enum },
|
|
22550
22606
|
message: "must be equal to one of the allowed values"
|
|
22551
22607
|
};
|
|
22552
22608
|
if (vErrors === null) {
|
|
@@ -22695,7 +22751,7 @@ function validate68(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22695
22751
|
return errors === 0;
|
|
22696
22752
|
}
|
|
22697
22753
|
__name(validate68, "validate68");
|
|
22698
|
-
var
|
|
22754
|
+
var schema182 = {
|
|
22699
22755
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
22700
22756
|
$id: "thermostat.json",
|
|
22701
22757
|
title: "Thermostat",
|
|
@@ -22789,8 +22845,8 @@ var schema181 = {
|
|
|
22789
22845
|
"driver"
|
|
22790
22846
|
]
|
|
22791
22847
|
};
|
|
22792
|
-
var
|
|
22793
|
-
var
|
|
22848
|
+
var schema190 = { enum: ["cool", "heat", "auto", "off"] };
|
|
22849
|
+
var schema191 = { enum: ["auto", "low", "medium", "high", "off", "on"] };
|
|
22794
22850
|
function validate73(data, { instancePath = "", parentData, parentDataProperty, rootData = data } = {}) {
|
|
22795
22851
|
let vErrors = null;
|
|
22796
22852
|
let errors = 0;
|
|
@@ -22899,7 +22955,7 @@ function validate73(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22899
22955
|
return errors === 0;
|
|
22900
22956
|
}
|
|
22901
22957
|
__name(validate73, "validate73");
|
|
22902
|
-
var
|
|
22958
|
+
var schema194 = { type: ["number", "null"], minimum: 0, maximum: 99 };
|
|
22903
22959
|
function validate75(data, { instancePath = "", parentData, parentDataProperty, rootData = data } = {}) {
|
|
22904
22960
|
let vErrors = null;
|
|
22905
22961
|
let errors = 0;
|
|
@@ -22977,7 +23033,7 @@ function validate75(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
22977
23033
|
instancePath: instancePath + "/min",
|
|
22978
23034
|
schemaPath: "#/$defs/setpointMinMax/type",
|
|
22979
23035
|
keyword: "type",
|
|
22980
|
-
params: { type:
|
|
23036
|
+
params: { type: schema194.type },
|
|
22981
23037
|
message: "must be number,null"
|
|
22982
23038
|
};
|
|
22983
23039
|
if (vErrors === null) {
|
|
@@ -23027,7 +23083,7 @@ function validate75(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23027
23083
|
instancePath: instancePath + "/max",
|
|
23028
23084
|
schemaPath: "#/$defs/setpointMinMax/type",
|
|
23029
23085
|
keyword: "type",
|
|
23030
|
-
params: { type:
|
|
23086
|
+
params: { type: schema194.type },
|
|
23031
23087
|
message: "must be number,null"
|
|
23032
23088
|
};
|
|
23033
23089
|
if (vErrors === null) {
|
|
@@ -23386,7 +23442,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23386
23442
|
}
|
|
23387
23443
|
errors++;
|
|
23388
23444
|
}
|
|
23389
|
-
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 === "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")) {
|
|
23445
|
+
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")) {
|
|
23390
23446
|
const err18 = {
|
|
23391
23447
|
instancePath: instancePath + "/driver",
|
|
23392
23448
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -23565,7 +23621,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23565
23621
|
instancePath: instancePath + "/hvacMode",
|
|
23566
23622
|
schemaPath: "#/properties/supportedHvacModes/items/enum",
|
|
23567
23623
|
keyword: "enum",
|
|
23568
|
-
params: { allowedValues:
|
|
23624
|
+
params: { allowedValues: schema190.enum },
|
|
23569
23625
|
message: "must be equal to one of the allowed values"
|
|
23570
23626
|
};
|
|
23571
23627
|
if (vErrors === null) {
|
|
@@ -23583,7 +23639,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23583
23639
|
instancePath: instancePath + "/hvacState",
|
|
23584
23640
|
schemaPath: "#/properties/hvacState/type",
|
|
23585
23641
|
keyword: "type",
|
|
23586
|
-
params: { type:
|
|
23642
|
+
params: { type: schema182.properties.hvacState.type },
|
|
23587
23643
|
message: "must be string,null"
|
|
23588
23644
|
};
|
|
23589
23645
|
if (vErrors === null) {
|
|
@@ -23598,7 +23654,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23598
23654
|
instancePath: instancePath + "/hvacState",
|
|
23599
23655
|
schemaPath: "#/properties/hvacState/enum",
|
|
23600
23656
|
keyword: "enum",
|
|
23601
|
-
params: { allowedValues:
|
|
23657
|
+
params: { allowedValues: schema182.properties.hvacState.enum },
|
|
23602
23658
|
message: "must be equal to one of the allowed values"
|
|
23603
23659
|
};
|
|
23604
23660
|
if (vErrors === null) {
|
|
@@ -23631,7 +23687,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23631
23687
|
instancePath: instancePath + "/fanMode",
|
|
23632
23688
|
schemaPath: "#/properties/supportedFanModes/items/enum",
|
|
23633
23689
|
keyword: "enum",
|
|
23634
|
-
params: { allowedValues:
|
|
23690
|
+
params: { allowedValues: schema191.enum },
|
|
23635
23691
|
message: "must be equal to one of the allowed values"
|
|
23636
23692
|
};
|
|
23637
23693
|
if (vErrors === null) {
|
|
@@ -23649,7 +23705,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23649
23705
|
instancePath: instancePath + "/fanState",
|
|
23650
23706
|
schemaPath: "#/properties/fanState/type",
|
|
23651
23707
|
keyword: "type",
|
|
23652
|
-
params: { type:
|
|
23708
|
+
params: { type: schema182.properties.fanState.type },
|
|
23653
23709
|
message: "must be string,null"
|
|
23654
23710
|
};
|
|
23655
23711
|
if (vErrors === null) {
|
|
@@ -23664,7 +23720,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23664
23720
|
instancePath: instancePath + "/fanState",
|
|
23665
23721
|
schemaPath: "#/properties/fanState/enum",
|
|
23666
23722
|
keyword: "enum",
|
|
23667
|
-
params: { allowedValues:
|
|
23723
|
+
params: { allowedValues: schema182.properties.fanState.enum },
|
|
23668
23724
|
message: "must be equal to one of the allowed values"
|
|
23669
23725
|
};
|
|
23670
23726
|
if (vErrors === null) {
|
|
@@ -23696,7 +23752,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23696
23752
|
instancePath: instancePath + "/temperatureScale",
|
|
23697
23753
|
schemaPath: "#/properties/temperatureScale/enum",
|
|
23698
23754
|
keyword: "enum",
|
|
23699
|
-
params: { allowedValues:
|
|
23755
|
+
params: { allowedValues: schema182.properties.temperatureScale.enum },
|
|
23700
23756
|
message: "must be equal to one of the allowed values"
|
|
23701
23757
|
};
|
|
23702
23758
|
if (vErrors === null) {
|
|
@@ -23713,7 +23769,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23713
23769
|
instancePath: instancePath + "/humidityScale",
|
|
23714
23770
|
schemaPath: "#/properties/humidityScale/type",
|
|
23715
23771
|
keyword: "type",
|
|
23716
|
-
params: { type:
|
|
23772
|
+
params: { type: schema182.properties.humidityScale.type },
|
|
23717
23773
|
message: "must be string,null"
|
|
23718
23774
|
};
|
|
23719
23775
|
if (vErrors === null) {
|
|
@@ -23728,7 +23784,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23728
23784
|
instancePath: instancePath + "/humidityScale",
|
|
23729
23785
|
schemaPath: "#/properties/humidityScale/enum",
|
|
23730
23786
|
keyword: "enum",
|
|
23731
|
-
params: { allowedValues:
|
|
23787
|
+
params: { allowedValues: schema182.properties.humidityScale.enum },
|
|
23732
23788
|
message: "must be equal to one of the allowed values"
|
|
23733
23789
|
};
|
|
23734
23790
|
if (vErrors === null) {
|
|
@@ -23766,7 +23822,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23766
23822
|
schemaPath: "#/properties/supportedHvacModes/items/enum",
|
|
23767
23823
|
keyword: "enum",
|
|
23768
23824
|
params: {
|
|
23769
|
-
allowedValues:
|
|
23825
|
+
allowedValues: schema182.properties.supportedHvacModes.items.enum
|
|
23770
23826
|
},
|
|
23771
23827
|
message: "must be equal to one of the allowed values"
|
|
23772
23828
|
};
|
|
@@ -23830,7 +23886,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
23830
23886
|
schemaPath: "#/properties/supportedFanModes/items/enum",
|
|
23831
23887
|
keyword: "enum",
|
|
23832
23888
|
params: {
|
|
23833
|
-
allowedValues:
|
|
23889
|
+
allowedValues: schema182.properties.supportedFanModes.items.enum
|
|
23834
23890
|
},
|
|
23835
23891
|
message: "must be equal to one of the allowed values"
|
|
23836
23892
|
};
|
|
@@ -24170,7 +24226,7 @@ function validate72(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
24170
24226
|
return errors === 0;
|
|
24171
24227
|
}
|
|
24172
24228
|
__name(validate72, "validate72");
|
|
24173
|
-
var
|
|
24229
|
+
var schema199 = {
|
|
24174
24230
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
24175
24231
|
$id: "windowCovering.json",
|
|
24176
24232
|
title: "Window Covering",
|
|
@@ -24505,7 +24561,7 @@ function validate81(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
24505
24561
|
instancePath: instancePath + "/discriminator",
|
|
24506
24562
|
schemaPath: "#/properties/discriminator/enum",
|
|
24507
24563
|
keyword: "enum",
|
|
24508
|
-
params: { allowedValues:
|
|
24564
|
+
params: { allowedValues: schema199.properties.discriminator.enum },
|
|
24509
24565
|
message: "must be equal to one of the allowed values"
|
|
24510
24566
|
};
|
|
24511
24567
|
if (vErrors === null) {
|
|
@@ -24605,7 +24661,7 @@ function validate81(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
24605
24661
|
}
|
|
24606
24662
|
errors++;
|
|
24607
24663
|
}
|
|
24608
|
-
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 === "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")) {
|
|
24664
|
+
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")) {
|
|
24609
24665
|
const err16 = {
|
|
24610
24666
|
instancePath: instancePath + "/driver",
|
|
24611
24667
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -24645,7 +24701,7 @@ function validate81(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
24645
24701
|
instancePath: instancePath + "/position",
|
|
24646
24702
|
schemaPath: "#/properties/position/type",
|
|
24647
24703
|
keyword: "type",
|
|
24648
|
-
params: { type:
|
|
24704
|
+
params: { type: schema199.properties.position.type },
|
|
24649
24705
|
message: "must be number,null"
|
|
24650
24706
|
};
|
|
24651
24707
|
if (vErrors === null) {
|
|
@@ -24894,7 +24950,7 @@ function validate66(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
24894
24950
|
errors++;
|
|
24895
24951
|
}
|
|
24896
24952
|
for (const key0 in data) {
|
|
24897
|
-
if (!func5.call(
|
|
24953
|
+
if (!func5.call(schema171.properties, key0)) {
|
|
24898
24954
|
const err2 = {
|
|
24899
24955
|
instancePath,
|
|
24900
24956
|
schemaPath: "#/additionalProperties",
|
|
@@ -24985,7 +25041,7 @@ function validate66(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
24985
25041
|
instancePath: instancePath + "/type",
|
|
24986
25042
|
schemaPath: "#/properties/type/enum",
|
|
24987
25043
|
keyword: "enum",
|
|
24988
|
-
params: { allowedValues:
|
|
25044
|
+
params: { allowedValues: schema171.properties.type.enum },
|
|
24989
25045
|
message: "must be equal to one of the allowed values"
|
|
24990
25046
|
};
|
|
24991
25047
|
if (vErrors === null) {
|
|
@@ -25396,7 +25452,7 @@ function validate66(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
25396
25452
|
instancePath: instancePath + "/updatedAt",
|
|
25397
25453
|
schemaPath: "definitions.json#/definitions/updatedAt/type",
|
|
25398
25454
|
keyword: "type",
|
|
25399
|
-
params: { type:
|
|
25455
|
+
params: { type: schema151.type },
|
|
25400
25456
|
message: "must be string,object"
|
|
25401
25457
|
};
|
|
25402
25458
|
if (vErrors === null) {
|
|
@@ -25444,7 +25500,7 @@ function validate66(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
25444
25500
|
}
|
|
25445
25501
|
__name(validate66, "validate66");
|
|
25446
25502
|
var validateScene = validate90;
|
|
25447
|
-
var
|
|
25503
|
+
var schema211 = {
|
|
25448
25504
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
25449
25505
|
$id: "scene.json",
|
|
25450
25506
|
title: "Scene",
|
|
@@ -25536,14 +25592,14 @@ var schema210 = {
|
|
|
25536
25592
|
required: ["id", "name", "type"],
|
|
25537
25593
|
additionalProperties: false
|
|
25538
25594
|
};
|
|
25539
|
-
var
|
|
25540
|
-
var
|
|
25541
|
-
var
|
|
25542
|
-
var
|
|
25595
|
+
var schema214 = { type: "string", enum: ["on", "off"] };
|
|
25596
|
+
var schema216 = { type: ["number", "null"], minimum: 0, maximum: 100 };
|
|
25597
|
+
var schema218 = { type: ["number", "null"], minimum: 0, maximum: 100 };
|
|
25598
|
+
var schema227 = {
|
|
25543
25599
|
type: ["string", "null"],
|
|
25544
25600
|
enum: ["locked", "unlocked", null]
|
|
25545
25601
|
};
|
|
25546
|
-
var
|
|
25602
|
+
var schema228 = {
|
|
25547
25603
|
type: ["string", "null"],
|
|
25548
25604
|
enum: [
|
|
25549
25605
|
"normal",
|
|
@@ -25580,7 +25636,7 @@ function validate91(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
25580
25636
|
instancePath,
|
|
25581
25637
|
schemaPath: "#/properties/supportedHvacModes/items/enum",
|
|
25582
25638
|
keyword: "enum",
|
|
25583
|
-
params: { allowedValues:
|
|
25639
|
+
params: { allowedValues: schema190.enum },
|
|
25584
25640
|
message: "must be equal to one of the allowed values"
|
|
25585
25641
|
};
|
|
25586
25642
|
if (vErrors === null) {
|
|
@@ -25690,7 +25746,7 @@ function validate98(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
25690
25746
|
instancePath,
|
|
25691
25747
|
schemaPath: "#/properties/supportedFanModes/items/enum",
|
|
25692
25748
|
keyword: "enum",
|
|
25693
|
-
params: { allowedValues:
|
|
25749
|
+
params: { allowedValues: schema191.enum },
|
|
25694
25750
|
message: "must be equal to one of the allowed values"
|
|
25695
25751
|
};
|
|
25696
25752
|
if (vErrors === null) {
|
|
@@ -25888,7 +25944,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
25888
25944
|
instancePath: instancePath + "/type",
|
|
25889
25945
|
schemaPath: "#/properties/type/enum",
|
|
25890
25946
|
keyword: "enum",
|
|
25891
|
-
params: { allowedValues:
|
|
25947
|
+
params: { allowedValues: schema211.properties.type.enum },
|
|
25892
25948
|
message: "must be equal to one of the allowed values"
|
|
25893
25949
|
};
|
|
25894
25950
|
if (vErrors === null) {
|
|
@@ -26010,7 +26066,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26010
26066
|
instancePath: instancePath + "/devices/switches/" + i0 + "/state",
|
|
26011
26067
|
schemaPath: "switch.json#/properties/state/enum",
|
|
26012
26068
|
keyword: "enum",
|
|
26013
|
-
params: { allowedValues:
|
|
26069
|
+
params: { allowedValues: schema214.enum },
|
|
26014
26070
|
message: "must be equal to one of the allowed values"
|
|
26015
26071
|
};
|
|
26016
26072
|
if (vErrors === null) {
|
|
@@ -26120,7 +26176,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26120
26176
|
instancePath: instancePath + "/devices/dimmers/" + i1 + "/level",
|
|
26121
26177
|
schemaPath: "dimmer.json#/properties/level/type",
|
|
26122
26178
|
keyword: "type",
|
|
26123
|
-
params: { type:
|
|
26179
|
+
params: { type: schema216.type },
|
|
26124
26180
|
message: "must be number,null"
|
|
26125
26181
|
};
|
|
26126
26182
|
if (vErrors === null) {
|
|
@@ -26261,7 +26317,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26261
26317
|
instancePath: instancePath + "/devices/windowCoverings/" + i2 + "/position",
|
|
26262
26318
|
schemaPath: "windowCovering.json#/properties/position/type",
|
|
26263
26319
|
keyword: "type",
|
|
26264
|
-
params: { type:
|
|
26320
|
+
params: { type: schema218.type },
|
|
26265
26321
|
message: "must be number,null"
|
|
26266
26322
|
};
|
|
26267
26323
|
if (vErrors === null) {
|
|
@@ -26723,7 +26779,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26723
26779
|
instancePath: instancePath + "/devices/locks/" + i6 + "/state",
|
|
26724
26780
|
schemaPath: "lock.json#/properties/state/type",
|
|
26725
26781
|
keyword: "type",
|
|
26726
|
-
params: { type:
|
|
26782
|
+
params: { type: schema227.type },
|
|
26727
26783
|
message: "must be string,null"
|
|
26728
26784
|
};
|
|
26729
26785
|
if (vErrors === null) {
|
|
@@ -26738,7 +26794,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26738
26794
|
instancePath: instancePath + "/devices/locks/" + i6 + "/state",
|
|
26739
26795
|
schemaPath: "lock.json#/properties/state/enum",
|
|
26740
26796
|
keyword: "enum",
|
|
26741
|
-
params: { allowedValues:
|
|
26797
|
+
params: { allowedValues: schema227.enum },
|
|
26742
26798
|
message: "must be equal to one of the allowed values"
|
|
26743
26799
|
};
|
|
26744
26800
|
if (vErrors === null) {
|
|
@@ -26756,7 +26812,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26756
26812
|
instancePath: instancePath + "/devices/locks/" + i6 + "/mode",
|
|
26757
26813
|
schemaPath: "lock.json#/properties/mode/type",
|
|
26758
26814
|
keyword: "type",
|
|
26759
|
-
params: { type:
|
|
26815
|
+
params: { type: schema228.type },
|
|
26760
26816
|
message: "must be string,null"
|
|
26761
26817
|
};
|
|
26762
26818
|
if (vErrors === null) {
|
|
@@ -26771,7 +26827,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26771
26827
|
instancePath: instancePath + "/devices/locks/" + i6 + "/mode",
|
|
26772
26828
|
schemaPath: "lock.json#/properties/mode/enum",
|
|
26773
26829
|
keyword: "enum",
|
|
26774
|
-
params: { allowedValues:
|
|
26830
|
+
params: { allowedValues: schema228.enum },
|
|
26775
26831
|
message: "must be equal to one of the allowed values"
|
|
26776
26832
|
};
|
|
26777
26833
|
if (vErrors === null) {
|
|
@@ -26880,7 +26936,7 @@ function validate90(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
26880
26936
|
}
|
|
26881
26937
|
__name(validate90, "validate90");
|
|
26882
26938
|
var validateShortLink = validate100;
|
|
26883
|
-
var
|
|
26939
|
+
var schema229 = {
|
|
26884
26940
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
26885
26941
|
$id: "shortLink.json",
|
|
26886
26942
|
title: "Short Link",
|
|
@@ -27007,7 +27063,7 @@ function validate100(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
27007
27063
|
instancePath: instancePath + "/type",
|
|
27008
27064
|
schemaPath: "#/properties/type/enum",
|
|
27009
27065
|
keyword: "enum",
|
|
27010
|
-
params: { allowedValues:
|
|
27066
|
+
params: { allowedValues: schema229.properties.type.enum },
|
|
27011
27067
|
message: "must be equal to one of the allowed values"
|
|
27012
27068
|
};
|
|
27013
27069
|
if (vErrors === null) {
|
|
@@ -27111,7 +27167,7 @@ function validate100(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
27111
27167
|
}
|
|
27112
27168
|
__name(validate100, "validate100");
|
|
27113
27169
|
var validateSmsMessage = validate101;
|
|
27114
|
-
var
|
|
27170
|
+
var schema232 = {
|
|
27115
27171
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
27116
27172
|
$id: "smsMessage.json",
|
|
27117
27173
|
title: "Sms Message",
|
|
@@ -27274,7 +27330,7 @@ function validate101(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
27274
27330
|
instancePath: instancePath + "/type",
|
|
27275
27331
|
schemaPath: "#/properties/type/enum",
|
|
27276
27332
|
keyword: "enum",
|
|
27277
|
-
params: { allowedValues:
|
|
27333
|
+
params: { allowedValues: schema232.properties.type.enum },
|
|
27278
27334
|
message: "must be equal to one of the allowed values"
|
|
27279
27335
|
};
|
|
27280
27336
|
if (vErrors === null) {
|
|
@@ -27408,7 +27464,7 @@ function validate101(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
27408
27464
|
instancePath: instancePath + "/status",
|
|
27409
27465
|
schemaPath: "#/properties/status/enum",
|
|
27410
27466
|
keyword: "enum",
|
|
27411
|
-
params: { allowedValues:
|
|
27467
|
+
params: { allowedValues: schema232.properties.status.enum },
|
|
27412
27468
|
message: "must be equal to one of the allowed values"
|
|
27413
27469
|
};
|
|
27414
27470
|
if (vErrors === null) {
|
|
@@ -27578,7 +27634,7 @@ function validate101(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
27578
27634
|
}
|
|
27579
27635
|
__name(validate101, "validate101");
|
|
27580
27636
|
var validateSpace = validate102;
|
|
27581
|
-
var
|
|
27637
|
+
var schema237 = {
|
|
27582
27638
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
27583
27639
|
$id: "space.json",
|
|
27584
27640
|
title: "Space",
|
|
@@ -28050,7 +28106,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28050
28106
|
instancePath: instancePath + "/type",
|
|
28051
28107
|
schemaPath: "#/properties/type/enum",
|
|
28052
28108
|
keyword: "enum",
|
|
28053
|
-
params: { allowedValues:
|
|
28109
|
+
params: { allowedValues: schema237.properties.type.enum },
|
|
28054
28110
|
message: "must be equal to one of the allowed values"
|
|
28055
28111
|
};
|
|
28056
28112
|
if (vErrors === null) {
|
|
@@ -28082,7 +28138,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28082
28138
|
instancePath: instancePath + "/discriminator",
|
|
28083
28139
|
schemaPath: "#/properties/discriminator/enum",
|
|
28084
28140
|
keyword: "enum",
|
|
28085
|
-
params: { allowedValues:
|
|
28141
|
+
params: { allowedValues: schema237.properties.discriminator.enum },
|
|
28086
28142
|
message: "must be equal to one of the allowed values"
|
|
28087
28143
|
};
|
|
28088
28144
|
if (vErrors === null) {
|
|
@@ -28110,7 +28166,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28110
28166
|
}
|
|
28111
28167
|
errors++;
|
|
28112
28168
|
}
|
|
28113
|
-
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 === "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")) {
|
|
28169
|
+
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")) {
|
|
28114
28170
|
const err20 = {
|
|
28115
28171
|
instancePath: instancePath + "/driver",
|
|
28116
28172
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -28299,7 +28355,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28299
28355
|
schemaPath: "#/properties/eco/properties/activatedAt/type",
|
|
28300
28356
|
keyword: "type",
|
|
28301
28357
|
params: {
|
|
28302
|
-
type:
|
|
28358
|
+
type: schema237.properties.eco.properties.activatedAt.type
|
|
28303
28359
|
},
|
|
28304
28360
|
message: "must be string,object"
|
|
28305
28361
|
};
|
|
@@ -28351,7 +28407,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28351
28407
|
schemaPath: "#/properties/eco/properties/previousState/type",
|
|
28352
28408
|
keyword: "type",
|
|
28353
28409
|
params: {
|
|
28354
|
-
type:
|
|
28410
|
+
type: schema237.properties.eco.properties.previousState.type
|
|
28355
28411
|
},
|
|
28356
28412
|
message: "must be object,null"
|
|
28357
28413
|
};
|
|
@@ -28475,7 +28531,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28475
28531
|
schemaPath: "#/properties/features/items/enum",
|
|
28476
28532
|
keyword: "enum",
|
|
28477
28533
|
params: {
|
|
28478
|
-
allowedValues:
|
|
28534
|
+
allowedValues: schema237.properties.features.items.enum
|
|
28479
28535
|
},
|
|
28480
28536
|
message: "must be equal to one of the allowed values"
|
|
28481
28537
|
};
|
|
@@ -28560,7 +28616,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28560
28616
|
schemaPath: "#/properties/housekeepingStatus/enum",
|
|
28561
28617
|
keyword: "enum",
|
|
28562
28618
|
params: {
|
|
28563
|
-
allowedValues:
|
|
28619
|
+
allowedValues: schema237.properties.housekeepingStatus.enum
|
|
28564
28620
|
},
|
|
28565
28621
|
message: "must be equal to one of the allowed values"
|
|
28566
28622
|
};
|
|
@@ -28594,7 +28650,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28594
28650
|
instancePath: instancePath + "/serviceStatus",
|
|
28595
28651
|
schemaPath: "#/properties/serviceStatus/enum",
|
|
28596
28652
|
keyword: "enum",
|
|
28597
|
-
params: { allowedValues:
|
|
28653
|
+
params: { allowedValues: schema237.properties.serviceStatus.enum },
|
|
28598
28654
|
message: "must be equal to one of the allowed values"
|
|
28599
28655
|
};
|
|
28600
28656
|
if (vErrors === null) {
|
|
@@ -28643,7 +28699,7 @@ function validate102(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28643
28699
|
__name(validate102, "validate102");
|
|
28644
28700
|
var validateSwitch = validate68;
|
|
28645
28701
|
var validateSystemUser = validate108;
|
|
28646
|
-
var
|
|
28702
|
+
var schema242 = {
|
|
28647
28703
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
28648
28704
|
$id: "systemUser.json",
|
|
28649
28705
|
title: "System User",
|
|
@@ -28826,7 +28882,7 @@ function validate112(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28826
28882
|
instancePath: instancePath + "/" + i0 + "/tax",
|
|
28827
28883
|
schemaPath: "#/items/properties/tax/type",
|
|
28828
28884
|
keyword: "type",
|
|
28829
|
-
params: { type:
|
|
28885
|
+
params: { type: schema167.items.properties.tax.type },
|
|
28830
28886
|
message: "must be number,null"
|
|
28831
28887
|
};
|
|
28832
28888
|
if (vErrors === null) {
|
|
@@ -28984,7 +29040,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
28984
29040
|
instancePath: instancePath + "/type",
|
|
28985
29041
|
schemaPath: "#/properties/type/enum",
|
|
28986
29042
|
keyword: "enum",
|
|
28987
|
-
params: { allowedValues:
|
|
29043
|
+
params: { allowedValues: schema242.properties.type.enum },
|
|
28988
29044
|
message: "must be equal to one of the allowed values"
|
|
28989
29045
|
};
|
|
28990
29046
|
if (vErrors === null) {
|
|
@@ -29011,7 +29067,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
29011
29067
|
}
|
|
29012
29068
|
errors++;
|
|
29013
29069
|
}
|
|
29014
|
-
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 === "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")) {
|
|
29070
|
+
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")) {
|
|
29015
29071
|
const err8 = {
|
|
29016
29072
|
instancePath: instancePath + "/driver",
|
|
29017
29073
|
schemaPath: "definitions.json#/definitions/driver/enum",
|
|
@@ -29068,7 +29124,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
29068
29124
|
instancePath: instancePath + "/phone",
|
|
29069
29125
|
schemaPath: "#/properties/phone/type",
|
|
29070
29126
|
keyword: "type",
|
|
29071
|
-
params: { type:
|
|
29127
|
+
params: { type: schema242.properties.phone.type },
|
|
29072
29128
|
message: "must be string,null"
|
|
29073
29129
|
};
|
|
29074
29130
|
if (vErrors === null) {
|
|
@@ -29103,7 +29159,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
29103
29159
|
instancePath: instancePath + "/email",
|
|
29104
29160
|
schemaPath: "#/properties/email/type",
|
|
29105
29161
|
keyword: "type",
|
|
29106
|
-
params: { type:
|
|
29162
|
+
params: { type: schema242.properties.email.type },
|
|
29107
29163
|
message: "must be string,null"
|
|
29108
29164
|
};
|
|
29109
29165
|
if (vErrors === null) {
|
|
@@ -29391,7 +29447,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
29391
29447
|
instancePath: instancePath + "/gender",
|
|
29392
29448
|
schemaPath: "#/properties/gender/enum",
|
|
29393
29449
|
keyword: "enum",
|
|
29394
|
-
params: { allowedValues:
|
|
29450
|
+
params: { allowedValues: schema242.properties.gender.enum },
|
|
29395
29451
|
message: "must be equal to one of the allowed values"
|
|
29396
29452
|
};
|
|
29397
29453
|
if (vErrors === null) {
|
|
@@ -29428,7 +29484,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
29428
29484
|
instancePath: instancePath + "/roles/" + i0,
|
|
29429
29485
|
schemaPath: "#/properties/roles/items/enum",
|
|
29430
29486
|
keyword: "enum",
|
|
29431
|
-
params: { allowedValues:
|
|
29487
|
+
params: { allowedValues: schema242.properties.roles.items.enum },
|
|
29432
29488
|
message: "must be equal to one of the allowed values"
|
|
29433
29489
|
};
|
|
29434
29490
|
if (vErrors === null) {
|
|
@@ -29687,7 +29743,7 @@ function validate108(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
29687
29743
|
instancePath: instancePath + "/updatedAt",
|
|
29688
29744
|
schemaPath: "definitions.json#/definitions/updatedAt/type",
|
|
29689
29745
|
keyword: "type",
|
|
29690
|
-
params: { type:
|
|
29746
|
+
params: { type: schema151.type },
|
|
29691
29747
|
message: "must be string,object"
|
|
29692
29748
|
};
|
|
29693
29749
|
if (vErrors === null) {
|
|
@@ -31753,7 +31809,7 @@ function validate39(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
31753
31809
|
}
|
|
31754
31810
|
__name(validate39, "validate39");
|
|
31755
31811
|
var validateTimeSheet = validate114;
|
|
31756
|
-
var
|
|
31812
|
+
var schema251 = {
|
|
31757
31813
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
31758
31814
|
$id: "timeSheet.json",
|
|
31759
31815
|
title: "Time Sheet",
|
|
@@ -31909,7 +31965,7 @@ function validate114(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
31909
31965
|
instancePath: instancePath + "/type",
|
|
31910
31966
|
schemaPath: "#/properties/type/enum",
|
|
31911
31967
|
keyword: "enum",
|
|
31912
|
-
params: { allowedValues:
|
|
31968
|
+
params: { allowedValues: schema251.properties.type.enum },
|
|
31913
31969
|
message: "must be equal to one of the allowed values"
|
|
31914
31970
|
};
|
|
31915
31971
|
if (vErrors === null) {
|
|
@@ -31980,7 +32036,7 @@ function validate114(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
31980
32036
|
instancePath: instancePath + "/day",
|
|
31981
32037
|
schemaPath: "#/properties/day/type",
|
|
31982
32038
|
keyword: "type",
|
|
31983
|
-
params: { type:
|
|
32039
|
+
params: { type: schema251.properties.day.type },
|
|
31984
32040
|
message: "must be string,object"
|
|
31985
32041
|
};
|
|
31986
32042
|
if (vErrors === null) {
|
|
@@ -32153,7 +32209,7 @@ function validate114(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
32153
32209
|
schemaPath: "#/properties/timeEntries/items/properties/discriminator/enum",
|
|
32154
32210
|
keyword: "enum",
|
|
32155
32211
|
params: {
|
|
32156
|
-
allowedValues:
|
|
32212
|
+
allowedValues: schema251.properties.timeEntries.items.properties.discriminator.enum
|
|
32157
32213
|
},
|
|
32158
32214
|
message: "must be equal to one of the allowed values"
|
|
32159
32215
|
};
|
|
@@ -32173,7 +32229,7 @@ function validate114(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
32173
32229
|
schemaPath: "#/properties/timeEntries/items/properties/start/type",
|
|
32174
32230
|
keyword: "type",
|
|
32175
32231
|
params: {
|
|
32176
|
-
type:
|
|
32232
|
+
type: schema251.properties.timeEntries.items.properties.start.type
|
|
32177
32233
|
},
|
|
32178
32234
|
message: "must be string,object"
|
|
32179
32235
|
};
|
|
@@ -32210,7 +32266,7 @@ function validate114(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
32210
32266
|
schemaPath: "#/properties/timeEntries/items/properties/end/type",
|
|
32211
32267
|
keyword: "type",
|
|
32212
32268
|
params: {
|
|
32213
|
-
type:
|
|
32269
|
+
type: schema251.properties.timeEntries.items.properties.end.type
|
|
32214
32270
|
},
|
|
32215
32271
|
message: "must be string,object"
|
|
32216
32272
|
};
|
|
@@ -32324,7 +32380,7 @@ function validate114(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
32324
32380
|
}
|
|
32325
32381
|
__name(validate114, "validate114");
|
|
32326
32382
|
var validateUser = validate115;
|
|
32327
|
-
var
|
|
32383
|
+
var schema255 = {
|
|
32328
32384
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
32329
32385
|
$id: "user.json",
|
|
32330
32386
|
title: "User",
|
|
@@ -32567,7 +32623,7 @@ function validate122(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
32567
32623
|
instancePath: instancePath + "/" + i0 + "/tax",
|
|
32568
32624
|
schemaPath: "#/items/properties/tax/type",
|
|
32569
32625
|
keyword: "type",
|
|
32570
|
-
params: { type:
|
|
32626
|
+
params: { type: schema167.items.properties.tax.type },
|
|
32571
32627
|
message: "must be number,null"
|
|
32572
32628
|
};
|
|
32573
32629
|
if (vErrors === null) {
|
|
@@ -32766,7 +32822,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
32766
32822
|
instancePath: instancePath + "/phone",
|
|
32767
32823
|
schemaPath: "#/properties/phone/type",
|
|
32768
32824
|
keyword: "type",
|
|
32769
|
-
params: { type:
|
|
32825
|
+
params: { type: schema255.properties.phone.type },
|
|
32770
32826
|
message: "must be string,null"
|
|
32771
32827
|
};
|
|
32772
32828
|
if (vErrors === null) {
|
|
@@ -32818,7 +32874,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
32818
32874
|
instancePath: instancePath + "/email",
|
|
32819
32875
|
schemaPath: "#/properties/email/type",
|
|
32820
32876
|
keyword: "type",
|
|
32821
|
-
params: { type:
|
|
32877
|
+
params: { type: schema255.properties.email.type },
|
|
32822
32878
|
message: "must be string,null"
|
|
32823
32879
|
};
|
|
32824
32880
|
if (vErrors === null) {
|
|
@@ -33134,7 +33190,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
33134
33190
|
instancePath: instancePath + "/gender",
|
|
33135
33191
|
schemaPath: "#/properties/gender/enum",
|
|
33136
33192
|
keyword: "enum",
|
|
33137
|
-
params: { allowedValues:
|
|
33193
|
+
params: { allowedValues: schema255.properties.gender.enum },
|
|
33138
33194
|
message: "must be equal to one of the allowed values"
|
|
33139
33195
|
};
|
|
33140
33196
|
if (vErrors === null) {
|
|
@@ -33319,7 +33375,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
33319
33375
|
schemaPath: "#/properties/permissions/items/properties/role/enum",
|
|
33320
33376
|
keyword: "enum",
|
|
33321
33377
|
params: {
|
|
33322
|
-
allowedValues:
|
|
33378
|
+
allowedValues: schema255.properties.permissions.items.properties.role.enum
|
|
33323
33379
|
},
|
|
33324
33380
|
message: "must be equal to one of the allowed values"
|
|
33325
33381
|
};
|
|
@@ -33665,7 +33721,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
33665
33721
|
schemaPath: "#/properties/location/properties/accuracy/type",
|
|
33666
33722
|
keyword: "type",
|
|
33667
33723
|
params: {
|
|
33668
|
-
type:
|
|
33724
|
+
type: schema255.properties.location.properties.accuracy.type
|
|
33669
33725
|
},
|
|
33670
33726
|
message: "must be number,null"
|
|
33671
33727
|
};
|
|
@@ -33685,7 +33741,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
33685
33741
|
schemaPath: "#/properties/location/properties/latitude/type",
|
|
33686
33742
|
keyword: "type",
|
|
33687
33743
|
params: {
|
|
33688
|
-
type:
|
|
33744
|
+
type: schema255.properties.location.properties.latitude.type
|
|
33689
33745
|
},
|
|
33690
33746
|
message: "must be number,null"
|
|
33691
33747
|
};
|
|
@@ -33705,7 +33761,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
33705
33761
|
schemaPath: "#/properties/location/properties/longitude/type",
|
|
33706
33762
|
keyword: "type",
|
|
33707
33763
|
params: {
|
|
33708
|
-
type:
|
|
33764
|
+
type: schema255.properties.location.properties.longitude.type
|
|
33709
33765
|
},
|
|
33710
33766
|
message: "must be number,null"
|
|
33711
33767
|
};
|
|
@@ -33725,7 +33781,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
33725
33781
|
schemaPath: "#/properties/location/properties/timestamp/type",
|
|
33726
33782
|
keyword: "type",
|
|
33727
33783
|
params: {
|
|
33728
|
-
type:
|
|
33784
|
+
type: schema255.properties.location.properties.timestamp.type
|
|
33729
33785
|
},
|
|
33730
33786
|
message: "must be number,null"
|
|
33731
33787
|
};
|
|
@@ -33854,7 +33910,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
33854
33910
|
instancePath: instancePath + "/updatedAt",
|
|
33855
33911
|
schemaPath: "definitions.json#/definitions/updatedAt/type",
|
|
33856
33912
|
keyword: "type",
|
|
33857
|
-
params: { type:
|
|
33913
|
+
params: { type: schema151.type },
|
|
33858
33914
|
message: "must be string,object"
|
|
33859
33915
|
};
|
|
33860
33916
|
if (vErrors === null) {
|
|
@@ -34052,7 +34108,7 @@ function validate115(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
34052
34108
|
}
|
|
34053
34109
|
__name(validate115, "validate115");
|
|
34054
34110
|
var validateVendor = validate124;
|
|
34055
|
-
var
|
|
34111
|
+
var schema262 = {
|
|
34056
34112
|
$schema: "http://json-schema.org/draft-07/schema",
|
|
34057
34113
|
$id: "vendor.json",
|
|
34058
34114
|
title: "Vendor",
|
|
@@ -34182,7 +34238,7 @@ function validate124(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
34182
34238
|
instancePath: instancePath + "/type",
|
|
34183
34239
|
schemaPath: "#/properties/type/enum",
|
|
34184
34240
|
keyword: "enum",
|
|
34185
|
-
params: { allowedValues:
|
|
34241
|
+
params: { allowedValues: schema262.properties.type.enum },
|
|
34186
34242
|
message: "must be equal to one of the allowed values"
|
|
34187
34243
|
};
|
|
34188
34244
|
if (vErrors === null) {
|
|
@@ -34216,7 +34272,7 @@ function validate124(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
34216
34272
|
instancePath: instancePath + "/phone",
|
|
34217
34273
|
schemaPath: "#/properties/phone/type",
|
|
34218
34274
|
keyword: "type",
|
|
34219
|
-
params: { type:
|
|
34275
|
+
params: { type: schema262.properties.phone.type },
|
|
34220
34276
|
message: "must be string,null"
|
|
34221
34277
|
};
|
|
34222
34278
|
if (vErrors === null) {
|
|
@@ -34251,7 +34307,7 @@ function validate124(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
34251
34307
|
instancePath: instancePath + "/email",
|
|
34252
34308
|
schemaPath: "#/properties/email/type",
|
|
34253
34309
|
keyword: "type",
|
|
34254
|
-
params: { type:
|
|
34310
|
+
params: { type: schema262.properties.email.type },
|
|
34255
34311
|
message: "must be string,null"
|
|
34256
34312
|
};
|
|
34257
34313
|
if (vErrors === null) {
|
|
@@ -34519,7 +34575,7 @@ function validate124(data, { instancePath = "", parentData, parentDataProperty,
|
|
|
34519
34575
|
instancePath: instancePath + "/updatedAt",
|
|
34520
34576
|
schemaPath: "definitions.json#/definitions/updatedAt/type",
|
|
34521
34577
|
keyword: "type",
|
|
34522
|
-
params: { type:
|
|
34578
|
+
params: { type: schema151.type },
|
|
34523
34579
|
message: "must be string,object"
|
|
34524
34580
|
};
|
|
34525
34581
|
if (vErrors === null) {
|
|
@@ -34582,7 +34638,7 @@ var Alarm = class extends Entity {
|
|
|
34582
34638
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
34583
34639
|
* @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]
|
|
34584
34640
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
34585
|
-
* @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"|"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.
|
|
34641
|
+
* @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.
|
|
34586
34642
|
* @property {{number?: number, name?: string, securityMode?: ("arming"|"disarming"|"armed"|"disarmed"|"alarm")}[]} areas
|
|
34587
34643
|
* @property {{number?: number, name?: string, secure?: boolean, bypassed?: boolean}[]} zones
|
|
34588
34644
|
* @property {boolean} [chime] - Reflects whether console chime is enabled
|
|
@@ -34763,7 +34819,7 @@ var Camera = class extends Entity {
|
|
|
34763
34819
|
* @property {boolean} [offline]
|
|
34764
34820
|
* @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]
|
|
34765
34821
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
34766
|
-
* @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"|"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.
|
|
34822
|
+
* @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.
|
|
34767
34823
|
* @property {{iframe?: string, hls?: string, webRTC?: string, rtsp?: string}} [liveStreams]
|
|
34768
34824
|
* @property {string} [liveStreams.iframe]
|
|
34769
34825
|
* @property {string} [liveStreams.hls]
|
|
@@ -34898,7 +34954,7 @@ var Category = class extends Entity {
|
|
|
34898
34954
|
* @property {string} [id] - Identifier of the object.
|
|
34899
34955
|
* @property {string} type - Default: "category"
|
|
34900
34956
|
* @property {string} [name]
|
|
34901
|
-
* @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"|"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.
|
|
34957
|
+
* @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.
|
|
34902
34958
|
* @property {string} [description]
|
|
34903
34959
|
* @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
|
|
34904
34960
|
* @property {number} [rating] - Default: 9
|
|
@@ -34964,7 +35020,7 @@ var Courtesy = class extends Entity {
|
|
|
34964
35020
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type
|
|
34965
35021
|
* @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]
|
|
34966
35022
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
34967
|
-
* @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"|"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.
|
|
35023
|
+
* @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.
|
|
34968
35024
|
* @property {boolean} [offline]
|
|
34969
35025
|
* @property {("privacy"|"service"|"none")[]} supportedStates
|
|
34970
35026
|
* @property {any} state
|
|
@@ -35049,7 +35105,7 @@ var Credential = class extends Entity {
|
|
|
35049
35105
|
* @typedef {Object} CredentialData
|
|
35050
35106
|
* @property {string} [id] - Identifier of the object.
|
|
35051
35107
|
* @property {string} type - Default: "credential"
|
|
35052
|
-
* @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"|"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.
|
|
35108
|
+
* @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.
|
|
35053
35109
|
* @property {("verificationCode"|"token"|"mobileKey"|"pin"|"publicKey"|"passkeyChallenge")} [discriminator]
|
|
35054
35110
|
* @property {string} credential
|
|
35055
35111
|
* @property {string} [userId]
|
|
@@ -35186,7 +35242,7 @@ var Dimmer = class extends Entity {
|
|
|
35186
35242
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type
|
|
35187
35243
|
* @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]
|
|
35188
35244
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
35189
|
-
* @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"|"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.
|
|
35245
|
+
* @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.
|
|
35190
35246
|
* @property {boolean} [offline]
|
|
35191
35247
|
* @property {number} level
|
|
35192
35248
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
@@ -35620,7 +35676,7 @@ var Gateway = class extends Entity {
|
|
|
35620
35676
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
35621
35677
|
* @property {string} status
|
|
35622
35678
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
35623
|
-
* @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"|"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.
|
|
35679
|
+
* @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.
|
|
35624
35680
|
* @property {number} [watts]
|
|
35625
35681
|
* @property {string} [icon]
|
|
35626
35682
|
* @property {string} [modelNumber]
|
|
@@ -35852,7 +35908,7 @@ var Lock = class extends Entity {
|
|
|
35852
35908
|
* @property {boolean} [offline]
|
|
35853
35909
|
* @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]
|
|
35854
35910
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
35855
|
-
* @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"|"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.
|
|
35911
|
+
* @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.
|
|
35856
35912
|
* @property {("locked"|"unlocked")} state
|
|
35857
35913
|
* @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
|
|
35858
35914
|
* @property {("normal"|"autoLock"|"emergencyOpen"|"emergencyClose"|"holdOpen"|"lockdown")[]} [supportedModes]
|
|
@@ -35965,6 +36021,7 @@ var Log = class extends Entity {
|
|
|
35965
36021
|
* @typedef {Object} LogData
|
|
35966
36022
|
* @property {"log"} [type] - Default: "log"
|
|
35967
36023
|
* @property {number} [timestamp]
|
|
36024
|
+
* @property {string} [id] - Identifier of the object.
|
|
35968
36025
|
* @property {string} [name] - Event name
|
|
35969
36026
|
* @property {{name: string, value: string}} [field1]
|
|
35970
36027
|
* @property {string} field1.name
|
|
@@ -35993,6 +36050,7 @@ var Log = class extends Entity {
|
|
|
35993
36050
|
super(data);
|
|
35994
36051
|
if (data.type !== void 0) this.type = data.type;
|
|
35995
36052
|
if (data.timestamp !== void 0) this.timestamp = data.timestamp;
|
|
36053
|
+
if (data.id !== void 0) this.id = data.id;
|
|
35996
36054
|
if (data.name !== void 0) this.name = data.name;
|
|
35997
36055
|
if (data.field1 !== void 0) this.field1 = data.field1;
|
|
35998
36056
|
if (data.field2 !== void 0) this.field2 = data.field2;
|
|
@@ -36011,6 +36069,7 @@ Object.defineProperty(Log.prototype, "schema", {
|
|
|
36011
36069
|
properties: {
|
|
36012
36070
|
type: { type: "string", default: "log", enum: ["log"] },
|
|
36013
36071
|
timestamp: { type: "number", minimum: 1655907956593 },
|
|
36072
|
+
id: { $ref: "definitions.json#/definitions/id" },
|
|
36014
36073
|
name: { type: "string", description: "Event name" },
|
|
36015
36074
|
field1: {
|
|
36016
36075
|
type: "object",
|
|
@@ -36164,7 +36223,7 @@ var MediaSource = class extends Entity {
|
|
|
36164
36223
|
* @property {{id?: string, name?: string}[]} [playlists]
|
|
36165
36224
|
* @property {("MR22GA"|"XRT260"|"XRT270"|"HOF-16K 1.2"|"219863500"|"SONIFI"|"AKB76039803"|"BN59-01388A")} [remote]
|
|
36166
36225
|
* @property {string} [name]
|
|
36167
|
-
* @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"|"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.
|
|
36226
|
+
* @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.
|
|
36168
36227
|
* @property {boolean} [offline]
|
|
36169
36228
|
* @property {boolean} audio
|
|
36170
36229
|
* @property {boolean} video
|
|
@@ -36440,7 +36499,7 @@ var MotionSensor = class extends Entity {
|
|
|
36440
36499
|
* @typedef {Object} MotionSensorData Any smart motion sensor
|
|
36441
36500
|
* @property {string} id - Identifier of the object.
|
|
36442
36501
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type
|
|
36443
|
-
* @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"|"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.
|
|
36502
|
+
* @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.
|
|
36444
36503
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
36445
36504
|
* @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]
|
|
36446
36505
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
@@ -37070,7 +37129,7 @@ var Product = class extends Entity {
|
|
|
37070
37129
|
* @property {string} [id] - Identifier of the object.
|
|
37071
37130
|
* @property {"product"} [type] - Default: "product"
|
|
37072
37131
|
* @property {string} name
|
|
37073
|
-
* @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"|"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.
|
|
37132
|
+
* @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.
|
|
37074
37133
|
* @property {any} [description]
|
|
37075
37134
|
* @property {number} price
|
|
37076
37135
|
* @property {number} [tax]
|
|
@@ -37561,7 +37620,7 @@ var Reservation = class extends Entity {
|
|
|
37561
37620
|
/**
|
|
37562
37621
|
* @typedef {Object} ReservationData
|
|
37563
37622
|
* @property {string} [id] - Identifier of the object.
|
|
37564
|
-
* @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"|"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.
|
|
37623
|
+
* @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.
|
|
37565
37624
|
* @property {string} [primaryGuest]
|
|
37566
37625
|
* @property {"reservation"} type - Default: "reservation"
|
|
37567
37626
|
* @property {string[]} [sharedGuests]
|
|
@@ -38247,7 +38306,7 @@ var Space = class extends Entity {
|
|
|
38247
38306
|
* @property {string} [name]
|
|
38248
38307
|
* @property {"space"} [type] - Default: "space"
|
|
38249
38308
|
* @property {("classRoom"|"hotelRoom"|"office"|"building"|"commonArea"|"conferenceRoom"|"lobby"|"gym"|"pool"|"restaurant"|"unit")} [discriminator]
|
|
38250
|
-
* @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"|"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.
|
|
38309
|
+
* @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.
|
|
38251
38310
|
* @property {string} [category] - This is the category id
|
|
38252
38311
|
* @property {string[]} [rooms]
|
|
38253
38312
|
* @property {string[]} [subGroups]
|
|
@@ -38438,7 +38497,7 @@ var Switch = class extends Entity {
|
|
|
38438
38497
|
* @property {("light"|"fan"|"irrigation")} [discriminator]
|
|
38439
38498
|
* @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]
|
|
38440
38499
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
38441
|
-
* @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"|"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.
|
|
38500
|
+
* @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.
|
|
38442
38501
|
* @property {boolean} [offline]
|
|
38443
38502
|
* @property {("on"|"off")} state
|
|
38444
38503
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|
|
@@ -38518,7 +38577,7 @@ var SystemUser = class extends Entity {
|
|
|
38518
38577
|
* @typedef {Object} SystemUserData A system user is a user that originated from an external 3rd party system.
|
|
38519
38578
|
* @property {string} [id] - Identifier of the object.
|
|
38520
38579
|
* @property {"systemUser"} [type] - Default: "systemUser"
|
|
38521
|
-
* @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"|"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.
|
|
38580
|
+
* @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.
|
|
38522
38581
|
* @property {string} firstName
|
|
38523
38582
|
* @property {string} lastName
|
|
38524
38583
|
* @property {string} [phone]
|
|
@@ -38636,7 +38695,7 @@ var Thermostat = class extends Entity {
|
|
|
38636
38695
|
* @property {string} id - Identifier of the object.
|
|
38637
38696
|
* @property {string} [name]
|
|
38638
38697
|
* @property {("alarm"|"dimmer"|"switch"|"motionSensor"|"windowCovering"|"camera"|"mediaSource"|"thermostat"|"lock"|"courtesy"|"gateway"|"tv"|"dvr"|"appleTv"|"discPlayer"|"mediaPlayer"|"uncontrolledDevice")} type - Default: "thermostat"
|
|
38639
|
-
* @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"|"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.
|
|
38698
|
+
* @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.
|
|
38640
38699
|
* @property {boolean} [offline]
|
|
38641
38700
|
* @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]
|
|
38642
38701
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
@@ -39394,7 +39453,7 @@ var WindowCovering = class extends Entity {
|
|
|
39394
39453
|
* @property {("basic"|"variable")} [discriminator] - Default: "variable"
|
|
39395
39454
|
* @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]
|
|
39396
39455
|
* @property {{name?: string, timestamp?: number, description?: string}} [notification]
|
|
39397
|
-
* @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"|"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.
|
|
39456
|
+
* @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.
|
|
39398
39457
|
* @property {boolean} [offline]
|
|
39399
39458
|
* @property {number} position
|
|
39400
39459
|
* @property {string} [systemId] - Identifier of the object, directly related to the system.
|