@viguza/homebridge-ezviz 1.2.0 → 1.2.2

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.
Files changed (2) hide show
  1. package/config.schema.json +1447 -1438
  2. package/package.json +1 -1
@@ -4,1446 +4,1455 @@
4
4
  "singular": true,
5
5
  "headerDisplay": "Instructions for setting up the config can be found on the [Github](https://github.com/viguza/homebridge-ezviz).",
6
6
  "schema": {
7
- "region": {
8
- "title": "Region",
9
- "type": "number",
10
- "oneOf": [
11
- {
12
- "title": "Afghanistan",
13
- "enum": [
14
- 201
15
- ]
16
- },
17
- {
18
- "title": "Albania",
19
- "enum": [
20
- 103
21
- ]
22
- },
23
- {
24
- "title": "Algeria",
25
- "enum": [
26
- 401
27
- ]
28
- },
29
- {
30
- "title": "American Samoa",
31
- "enum": [
32
- 514
33
- ]
34
- },
35
- {
36
- "title": "Andorra",
37
- "enum": [
38
- 101
39
- ]
40
- },
41
- {
42
- "title": "Angola",
43
- "enum": [
44
- 404
45
- ]
46
- },
47
- {
48
- "title": "Anguilla",
49
- "enum": [
50
- 338
51
- ]
52
- },
53
- {
54
- "title": "Antigua and Barbuda",
55
- "enum": [
56
- 302
57
- ]
58
- },
59
- {
60
- "title": "Argentina",
61
- "enum": [
62
- 301
63
- ]
64
- },
65
- {
66
- "title": "Armenia",
67
- "enum": [
68
- 239
69
- ]
70
- },
71
- {
72
- "title": "Aruba",
73
- "enum": [
74
- 339
75
- ]
76
- },
77
- {
78
- "title": "Australia",
79
- "enum": [
80
- 501
81
- ]
82
- },
83
- {
84
- "title": "Austria",
85
- "enum": [
86
- 102
87
- ]
88
- },
89
- {
90
- "title": "Azerbaijan",
91
- "enum": [
92
- 204
93
- ]
94
- },
95
- {
96
- "title": "Bahamas",
97
- "enum": [
98
- 323
99
- ]
100
- },
101
- {
102
- "title": "Bahrain",
103
- "enum": [
104
- 207
105
- ]
106
- },
107
- {
108
- "title": "Bangladesh",
109
- "enum": [
110
- 224
111
- ]
112
- },
113
- {
114
- "title": "Barbados",
115
- "enum": [
116
- 303
117
- ]
118
- },
119
- {
120
- "title": "Belarus",
121
- "enum": [
122
- 107
123
- ]
124
- },
125
- {
126
- "title": "Belgium",
127
- "enum": [
128
- 111
129
- ]
130
- },
131
- {
132
- "title": "Belize",
133
- "enum": [
134
- 326
135
- ]
136
- },
137
- {
138
- "title": "Benin",
139
- "enum": [
140
- 405
141
- ]
142
- },
143
- {
144
- "title": "Bermuda",
145
- "enum": [
146
- 333
147
- ]
148
- },
149
- {
150
- "title": "Bhutan",
151
- "enum": [
152
- 208
153
- ]
154
- },
155
- {
156
- "title": "Bolivia",
157
- "enum": [
158
- 304
159
- ]
160
- },
161
- {
162
- "title": "Bonaire",
163
- "enum": [
164
- 348
165
- ]
166
- },
167
- {
168
- "title": "Bosnia and Herzegovina",
169
- "enum": [
170
- 110
171
- ]
172
- },
173
- {
174
- "title": "Botswana",
175
- "enum": [
176
- 406
177
- ]
178
- },
179
- {
180
- "title": "Brazil",
181
- "enum": [
182
- 305
183
- ]
184
- },
185
- {
186
- "title": "British Indian Ocean Territory",
187
- "enum": [
188
- 515
189
- ]
190
- },
191
- {
192
- "title": "Brunei Darussalam",
193
- "enum": [
194
- 235
195
- ]
196
- },
197
- {
198
- "title": "Bulgaria",
199
- "enum": [
200
- 108
201
- ]
202
- },
203
- {
204
- "title": "Burkina Faso",
205
- "enum": [
206
- 407
207
- ]
208
- },
209
- {
210
- "title": "Burundi",
211
- "enum": [
212
- 408
213
- ]
214
- },
215
- {
216
- "title": "Cabo Verde",
217
- "enum": [
218
- 412
219
- ]
220
- },
221
- {
222
- "title": "Cambodia",
223
- "enum": [
224
- 216
225
- ]
226
- },
227
- {
228
- "title": "Cameroon",
229
- "enum": [
230
- 422
231
- ]
232
- },
233
- {
234
- "title": "Canada",
235
- "enum": [
236
- 312
237
- ]
238
- },
239
- {
240
- "title": "Cayman Islands",
241
- "enum": [
242
- 342
243
- ]
244
- },
245
- {
246
- "title": "Central African Republic",
247
- "enum": [
248
- 451
249
- ]
250
- },
251
- {
252
- "title": "Chad",
253
- "enum": [
254
- 450
255
- ]
256
- },
257
- {
258
- "title": "Chile",
259
- "enum": [
260
- 322
261
- ]
262
- },
263
- {
264
- "title": "Colombia",
265
- "enum": [
266
- 309
267
- ]
268
- },
269
- {
270
- "title": "Comoros",
271
- "enum": [
272
- 423
273
- ]
274
- },
275
- {
276
- "title": "Congo",
277
- "enum": [
278
- 414
279
- ]
280
- },
281
- {
282
- "title": "Cook Islands",
283
- "enum": [
284
- 504
285
- ]
286
- },
287
- {
288
- "title": "Costa Rica",
289
- "enum": [
290
- 331
291
- ]
292
- },
293
- {
294
- "title": "Croatia",
295
- "enum": [
296
- 119
297
- ]
298
- },
299
- {
300
- "title": "Curaçao",
301
- "enum": [
302
- 334
303
- ]
304
- },
305
- {
306
- "title": "Cyprus",
307
- "enum": [
308
- 228
309
- ]
310
- },
311
- {
312
- "title": "Czech",
313
- "enum": [
314
- 118
315
- ]
316
- },
317
- {
318
- "title": "Côte d'Ivoire",
319
- "enum": [
320
- 424
321
- ]
322
- },
323
- {
324
- "title": "Denmark",
325
- "enum": [
326
- 113
327
- ]
328
- },
329
- {
330
- "title": "Djibouti",
331
- "enum": [
332
- 416
333
- ]
334
- },
335
- {
336
- "title": "Dominica",
337
- "enum": [
338
- 306
339
- ]
340
- },
341
- {
342
- "title": "Dominican Republic",
343
- "enum": [
344
- 335
345
- ]
346
- },
347
- {
348
- "title": "Ecuador",
349
- "enum": [
350
- 307
351
- ]
352
- },
353
- {
354
- "title": "Egypt",
355
- "enum": [
356
- 402
357
- ]
358
- },
359
- {
360
- "title": "El Salvador",
361
- "enum": [
362
- 328
363
- ]
364
- },
365
- {
366
- "title": "Equatorial Guinea",
367
- "enum": [
368
- 409
369
- ]
370
- },
371
- {
372
- "title": "Eritrea",
373
- "enum": [
374
- 411
375
- ]
376
- },
377
- {
378
- "title": "Estonia",
379
- "enum": [
380
- 105
381
- ]
382
- },
383
- {
384
- "title": "Ethiopia",
385
- "enum": [
386
- 403
387
- ]
388
- },
389
- {
390
- "title": "Falkland Islands (Malvinas)",
391
- "enum": [
392
- 356
393
- ]
394
- },
395
- {
396
- "title": "Faroe Islands",
397
- "enum": [
398
- 516
399
- ]
400
- },
401
- {
402
- "title": "Fiji",
403
- "enum": [
404
- 503
405
- ]
406
- },
407
- {
408
- "title": "Finland",
409
- "enum": [
410
- 116
411
- ]
412
- },
413
- {
414
- "title": "France",
415
- "enum": [
416
- 115
417
- ]
418
- },
419
- {
420
- "title": "French Guiana",
421
- "enum": [
422
- 357
423
- ]
424
- },
425
- {
426
- "title": "French Polynesia",
427
- "enum": [
428
- 517
429
- ]
430
- },
431
- {
432
- "title": "Gabon",
433
- "enum": [
434
- 419
435
- ]
436
- },
437
- {
438
- "title": "Gambia",
439
- "enum": [
440
- 413
441
- ]
442
- },
443
- {
444
- "title": "Georgia",
445
- "enum": [
446
- 212
447
- ]
448
- },
449
- {
450
- "title": "Germany",
451
- "enum": [
452
- 112
453
- ]
454
- },
455
- {
456
- "title": "Ghana",
457
- "enum": [
458
- 420
459
- ]
460
- },
461
- {
462
- "title": "Gibraltar",
463
- "enum": [
464
- 518
465
- ]
466
- },
467
- {
468
- "title": "Greece",
469
- "enum": [
470
- 139
471
- ]
472
- },
473
- {
474
- "title": "Greenland",
475
- "enum": [
476
- 336
477
- ]
478
- },
479
- {
480
- "title": "Grenada",
481
- "enum": [
482
- 310
483
- ]
484
- },
485
- {
486
- "title": "Guadeloupe",
487
- "enum": [
488
- 337
489
- ]
490
- },
491
- {
492
- "title": "Guam",
493
- "enum": [
494
- 519
495
- ]
496
- },
497
- {
498
- "title": "Guatemala",
499
- "enum": [
500
- 327
501
- ]
502
- },
503
- {
504
- "title": "Guinea",
505
- "enum": [
506
- 417
507
- ]
508
- },
509
- {
510
- "title": "Guinea-Bissau",
511
- "enum": [
512
- 418
513
- ]
514
- },
515
- {
516
- "title": "Guyana",
517
- "enum": [
518
- 311
519
- ]
520
- },
521
- {
522
- "title": "Haiti",
523
- "enum": [
524
- 340
525
- ]
526
- },
527
- {
528
- "title": "Honduras",
529
- "enum": [
530
- 329
531
- ]
532
- },
533
- {
534
- "title": "Hong Kong",
535
- "enum": [
536
- 251
537
- ]
538
- },
539
- {
540
- "title": "Hungary",
541
- "enum": [
542
- 140
543
- ]
544
- },
545
- {
546
- "title": "Iceland",
547
- "enum": [
548
- 106
549
- ]
550
- },
551
- {
552
- "title": "India",
553
- "enum": [
554
- 244
555
- ]
556
- },
557
- {
558
- "title": "Indonesia",
559
- "enum": [
560
- 245
561
- ]
562
- },
563
- {
564
- "title": "Iraq",
565
- "enum": [
566
- 242
567
- ]
568
- },
569
- {
570
- "title": "Ireland",
571
- "enum": [
572
- 104
573
- ]
574
- },
575
- {
576
- "title": "Israel",
577
- "enum": [
578
- 243
579
- ]
580
- },
581
- {
582
- "title": "Italy",
583
- "enum": [
584
- 141
585
- ]
586
- },
587
- {
588
- "title": "Jamaica",
589
- "enum": [
590
- 321
591
- ]
592
- },
593
- {
594
- "title": "Japan",
595
- "enum": [
596
- 227
597
- ]
598
- },
599
- {
600
- "title": "Jordan",
601
- "enum": [
602
- 246
603
- ]
604
- },
605
- {
606
- "title": "Kazakstan",
607
- "enum": [
608
- 213
609
- ]
610
- },
611
- {
612
- "title": "Kenya",
613
- "enum": [
614
- 425
615
- ]
616
- },
617
- {
618
- "title": "Kiribati",
619
- "enum": [
620
- 521
621
- ]
622
- },
623
- {
624
- "title": "Korea",
625
- "enum": [
626
- 214
627
- ]
628
- },
629
- {
630
- "title": "Kosovo",
631
- "enum": [
632
- 146
633
- ]
634
- },
635
- {
636
- "title": "Kuwait",
637
- "enum": [
638
- 218
639
- ]
640
- },
641
- {
642
- "title": "Kyrgyzstan",
643
- "enum": [
644
- 215
645
- ]
646
- },
647
- {
648
- "title": "Laos",
649
- "enum": [
650
- 219
651
- ]
652
- },
653
- {
654
- "title": "Latvia",
655
- "enum": [
656
- 120
657
- ]
658
- },
659
- {
660
- "title": "Lebanon",
661
- "enum": [
662
- 220
663
- ]
664
- },
665
- {
666
- "title": "Lesotho",
667
- "enum": [
668
- 426
669
- ]
670
- },
671
- {
672
- "title": "Liberia",
673
- "enum": [
674
- 427
675
- ]
676
- },
677
- {
678
- "title": "Libya",
679
- "enum": [
680
- 428
681
- ]
682
- },
683
- {
684
- "title": "Liechtenstein",
685
- "enum": [
686
- 122
687
- ]
688
- },
689
- {
690
- "title": "Lithuania",
691
- "enum": [
692
- 121
693
- ]
694
- },
695
- {
696
- "title": "Luxembourg",
697
- "enum": [
698
- 126
699
- ]
700
- },
701
- {
702
- "title": "Macao",
703
- "enum": [
704
- 252
705
- ]
706
- },
707
- {
708
- "title": "Madagascar",
709
- "enum": [
710
- 430
711
- ]
712
- },
713
- {
714
- "title": "Mainland China",
715
- "enum": [
716
- 248
717
- ]
718
- },
719
- {
720
- "title": "Malawi",
721
- "enum": [
722
- 453
723
- ]
724
- },
725
- {
726
- "title": "Malaysia",
727
- "enum": [
728
- 222
729
- ]
730
- },
731
- {
732
- "title": "Maldives",
733
- "enum": [
734
- 221
735
- ]
736
- },
737
- {
738
- "title": "Mali",
739
- "enum": [
740
- 431
741
- ]
742
- },
743
- {
744
- "title": "Malta",
745
- "enum": [
746
- 125
747
- ]
748
- },
749
- {
750
- "title": "Marshall Islands",
751
- "enum": [
752
- 522
753
- ]
754
- },
755
- {
756
- "title": "Martinique",
757
- "enum": [
758
- 345
759
- ]
760
- },
761
- {
762
- "title": "Mauritania",
763
- "enum": [
764
- 433
765
- ]
766
- },
767
- {
768
- "title": "Mauritius",
769
- "enum": [
770
- 432
771
- ]
772
- },
773
- {
774
- "title": "Mayotte",
775
- "enum": [
776
- 523
777
- ]
778
- },
779
- {
780
- "title": "Mexico",
781
- "enum": [
782
- 315
783
- ]
784
- },
785
- {
786
- "title": "Micronesia",
787
- "enum": [
788
- 506
789
- ]
790
- },
791
- {
792
- "title": "Moldova",
793
- "enum": [
794
- 128
795
- ]
796
- },
797
- {
798
- "title": "Monaco",
799
- "enum": [
800
- 127
801
- ]
802
- },
803
- {
804
- "title": "Mongolia",
805
- "enum": [
806
- 223
807
- ]
808
- },
809
- {
810
- "title": "Montenegro",
811
- "enum": [
812
- 524
813
- ]
814
- },
815
- {
816
- "title": "Montserrat",
817
- "enum": [
818
- 346
819
- ]
820
- },
821
- {
822
- "title": "Morocco",
823
- "enum": [
824
- 434
825
- ]
826
- },
827
- {
828
- "title": "Mozambique",
829
- "enum": [
830
- 435
831
- ]
832
- },
833
- {
834
- "title": "Myanmar",
835
- "enum": [
836
- 225
837
- ]
838
- },
839
- {
840
- "title": "Namibia",
841
- "enum": [
842
- 436
843
- ]
844
- },
845
- {
846
- "title": "Nauru",
847
- "enum": [
848
- 507
849
- ]
850
- },
851
- {
852
- "title": "Nepal",
853
- "enum": [
854
- 226
855
- ]
856
- },
857
- {
858
- "title": "Netherlands",
859
- "enum": [
860
- 117
861
- ]
862
- },
863
- {
864
- "title": "New Caledonia",
865
- "enum": [
866
- 525
867
- ]
868
- },
869
- {
870
- "title": "New Zealand",
871
- "enum": [
872
- 510
873
- ]
874
- },
875
- {
876
- "title": "Nicaragua",
877
- "enum": [
878
- 330
879
- ]
880
- },
881
- {
882
- "title": "Niger",
883
- "enum": [
884
- 438
885
- ]
886
- },
887
- {
888
- "title": "Nigeria",
889
- "enum": [
890
- 439
891
- ]
892
- },
893
- {
894
- "title": "Niue",
895
- "enum": [
896
- 526
897
- ]
898
- },
899
- {
900
- "title": "Norfolk Island",
901
- "enum": [
902
- 527
903
- ]
904
- },
905
- {
906
- "title": "North Macedonia",
907
- "enum": [
908
- 124
909
- ]
910
- },
911
- {
912
- "title": "Northern Mariana Islands",
913
- "enum": [
914
- 528
915
- ]
916
- },
917
- {
918
- "title": "Norway",
919
- "enum": [
920
- 129
921
- ]
922
- },
923
- {
924
- "title": "Oman",
925
- "enum": [
926
- 203
927
- ]
928
- },
929
- {
930
- "title": "Pakistan",
931
- "enum": [
932
- 205
933
- ]
934
- },
935
- {
936
- "title": "Palau",
937
- "enum": [
938
- 529
939
- ]
940
- },
941
- {
942
- "title": "Palestine",
943
- "enum": [
944
- 206
945
- ]
946
- },
947
- {
948
- "title": "Panama",
949
- "enum": [
950
- 332
951
- ]
952
- },
953
- {
954
- "title": "Papua New Guinea",
955
- "enum": [
956
- 502
957
- ]
958
- },
959
- {
960
- "title": "Paraguay",
961
- "enum": [
962
- 358
963
- ]
964
- },
965
- {
966
- "title": "Peru",
967
- "enum": [
968
- 313
969
- ]
970
- },
971
- {
972
- "title": "Philippines",
973
- "enum": [
974
- 211
975
- ]
976
- },
977
- {
978
- "title": "Poland",
979
- "enum": [
980
- 109
981
- ]
982
- },
983
- {
984
- "title": "Portugal",
985
- "enum": [
986
- 131
987
- ]
988
- },
989
- {
990
- "title": "Puerto Rico",
991
- "enum": [
992
- 350
993
- ]
994
- },
995
- {
996
- "title": "Qatar",
997
- "enum": [
998
- 217
999
- ]
1000
- },
1001
- {
1002
- "title": "Romania",
1003
- "enum": [
1004
- 123
1005
- ]
1006
- },
1007
- {
1008
- "title": "Russia",
1009
- "enum": [
1010
- 114
1011
- ]
1012
- },
1013
- {
1014
- "title": "Rwanda",
1015
- "enum": [
1016
- 429
1017
- ]
1018
- },
1019
- {
1020
- "title": "Réunion",
1021
- "enum": [
1022
- 530
1023
- ]
1024
- },
1025
- {
1026
- "title": "Saint Barthélemy",
1027
- "enum": [
1028
- 347
1029
- ]
1030
- },
1031
- {
1032
- "title": "Saint Helena",
1033
- "enum": [
1034
- 531
1035
- ]
1036
- },
1037
- {
1038
- "title": "Saint Kitts and Nevis",
1039
- "enum": [
1040
- 341
1041
- ]
1042
- },
1043
- {
1044
- "title": "Saint Lucia",
1045
- "enum": [
1046
- 317
1047
- ]
1048
- },
1049
- {
1050
- "title": "Saint Martin (French part)",
1051
- "enum": [
1052
- 343
1053
- ]
1054
- },
1055
- {
1056
- "title": "Saint Pierre and Miquelon",
1057
- "enum": [
1058
- 349
1059
- ]
1060
- },
1061
- {
1062
- "title": "Saint Vincent and the Grenadines",
1063
- "enum": [
1064
- 353
1065
- ]
1066
- },
1067
- {
1068
- "title": "Samoa",
1069
- "enum": [
1070
- 505
1071
- ]
1072
- },
1073
- {
1074
- "title": "San marino",
1075
- "enum": [
1076
- 136
1077
- ]
1078
- },
1079
- {
1080
- "title": "Sao Tome and Principe",
1081
- "enum": [
1082
- 443
1083
- ]
1084
- },
1085
- {
1086
- "title": "Saudi Arabia",
1087
- "enum": [
1088
- 229
1089
- ]
1090
- },
1091
- {
1092
- "title": "Senegal",
1093
- "enum": [
1094
- 441
1095
- ]
1096
- },
1097
- {
1098
- "title": "Serbia",
1099
- "enum": [
1100
- 130
1101
- ]
1102
- },
1103
- {
1104
- "title": "Seychelles",
1105
- "enum": [
1106
- 442
1107
- ]
1108
- },
1109
- {
1110
- "title": "Sierra Leone",
1111
- "enum": [
1112
- 440
1113
- ]
1114
- },
1115
- {
1116
- "title": "Singapore",
1117
- "enum": [
1118
- 237
1119
- ]
1120
- },
1121
- {
1122
- "title": "Sint Maarten (Dutch part)",
1123
- "enum": [
1124
- 344
1125
- ]
1126
- },
1127
- {
1128
- "title": "Slovakia",
1129
- "enum": [
1130
- 134
1131
- ]
1132
- },
1133
- {
1134
- "title": "Slovenia",
1135
- "enum": [
1136
- 135
1137
- ]
1138
- },
1139
- {
1140
- "title": "Solomon Islands",
1141
- "enum": [
1142
- 532
1143
- ]
1144
- },
1145
- {
1146
- "title": "Somalia",
1147
- "enum": [
1148
- 445
1149
- ]
1150
- },
1151
- {
1152
- "title": "South Africa",
1153
- "enum": [
1154
- 437
1155
- ]
1156
- },
1157
- {
1158
- "title": "Spain",
1159
- "enum": [
1160
- 138
1161
- ]
1162
- },
1163
- {
1164
- "title": "Sri Lanka",
1165
- "enum": [
1166
- 230
1167
- ]
1168
- },
1169
- {
1170
- "title": "Suriname",
1171
- "enum": [
1172
- 316
1173
- ]
1174
- },
1175
- {
1176
- "title": "Swaziland",
1177
- "enum": [
1178
- 133
1179
- ]
1180
- },
1181
- {
1182
- "title": "Sweden",
1183
- "enum": [
1184
- 132
1185
- ]
1186
- },
1187
- {
1188
- "title": "Switzerland",
1189
- "enum": [
1190
- 512
1191
- ]
1192
- },
1193
- {
1194
- "title": "Taiwan",
1195
- "enum": [
1196
- 250
1197
- ]
1198
- },
1199
- {
1200
- "title": "Tajikistan",
1201
- "enum": [
1202
- 231
1203
- ]
1204
- },
1205
- {
1206
- "title": "Tanzania",
1207
- "enum": [
1208
- 446
1209
- ]
1210
- },
1211
- {
1212
- "title": "Thailand",
1213
- "enum": [
1214
- 232
1215
- ]
1216
- },
1217
- {
1218
- "title": "The Democratic Republic of the Congo",
1219
- "enum": [
1220
- 415
1221
- ]
1222
- },
1223
- {
1224
- "title": "Timor-Leste",
1225
- "enum": [
1226
- 210
1227
- ]
1228
- },
1229
- {
1230
- "title": "Togo",
1231
- "enum": [
1232
- 410
1233
- ]
1234
- },
1235
- {
1236
- "title": "Tokelau",
1237
- "enum": [
1238
- 533
1239
- ]
1240
- },
1241
- {
1242
- "title": "Tonga",
1243
- "enum": [
1244
- 508
1245
- ]
1246
- },
1247
- {
1248
- "title": "Trinidad and Tobago",
1249
- "enum": [
1250
- 318
1251
- ]
1252
- },
1253
- {
1254
- "title": "Tunisia",
1255
- "enum": [
1256
- 447
1257
- ]
1258
- },
1259
- {
1260
- "title": "Turkey",
1261
- "enum": [
1262
- 233
1263
- ]
1264
- },
1265
- {
1266
- "title": "Turkmenistan",
1267
- "enum": [
1268
- 234
1269
- ]
1270
- },
1271
- {
1272
- "title": "Turks and Caicos Islands",
1273
- "enum": [
1274
- 352
1275
- ]
1276
- },
1277
- {
1278
- "title": "Tuvalu",
1279
- "enum": [
1280
- 534
1281
- ]
1282
- },
1283
- {
1284
- "title": "USA",
1285
- "enum": [
1286
- 314
1287
- ]
1288
- },
1289
- {
1290
- "title": "Uganda",
1291
- "enum": [
1292
- 448
1293
- ]
1294
- },
1295
- {
1296
- "title": "Ukraine",
1297
- "enum": [
1298
- 137
1299
- ]
1300
- },
1301
- {
1302
- "title": "United Arab Emirates",
1303
- "enum": [
1304
- 202
1305
- ]
1306
- },
1307
- {
1308
- "title": "United Kingdom",
1309
- "enum": [
1310
- 142
1311
- ]
1312
- },
1313
- {
1314
- "title": "Uruguay",
1315
- "enum": [
1316
- 319
1317
- ]
1318
- },
1319
- {
1320
- "title": "Uzbekistan",
1321
- "enum": [
1322
- 236
1323
- ]
1324
- },
1325
- {
1326
- "title": "Vanuatu",
1327
- "enum": [
1328
- 509
1329
- ]
1330
- },
1331
- {
1332
- "title": "Vatican",
1333
- "enum": [
1334
- 520
1335
- ]
1336
- },
1337
- {
1338
- "title": "Venezuela",
1339
- "enum": [
1340
- 320
1341
- ]
1342
- },
1343
- {
1344
- "title": "Vietnam",
1345
- "enum": [
1346
- 247
1347
- ]
1348
- },
1349
- {
1350
- "title": "Virgin Islands, British",
1351
- "enum": [
1352
- 354
1353
- ]
1354
- },
1355
- {
1356
- "title": "Virgin Islands, U.S.",
1357
- "enum": [
1358
- 355
1359
- ]
1360
- },
1361
- {
1362
- "title": "Wallis and Futuna",
1363
- "enum": [
1364
- 535
1365
- ]
1366
- },
1367
- {
1368
- "title": "Western Sahara",
1369
- "enum": [
1370
- 536
1371
- ]
1372
- },
1373
- {
1374
- "title": "Yemen",
1375
- "enum": [
1376
- 240
1377
- ]
1378
- },
1379
- {
1380
- "title": "Zambia",
1381
- "enum": [
1382
- 449
1383
- ]
1384
- },
1385
- {
1386
- "title": "Zimbabwe",
1387
- "enum": [
1388
- 421
1389
- ]
1390
- }
1391
- ]
1392
- },
1393
- "email": {
1394
- "title": "Email",
1395
- "type": "string",
1396
- "required": true
1397
- },
1398
- "password": {
1399
- "title": "Password",
1400
- "type": "string",
1401
- "required": true
1402
- },
1403
- "cameras": {
1404
- "title": "Cameras",
1405
- "type": "array",
1406
- "items": {
1407
- "title": "Camera Setup",
1408
- "type": "object",
1409
- "properties": {
1410
- "serial": {
1411
- "title": "Device Serial",
1412
- "type": "string",
1413
- "required": true
1414
- },
1415
- "username": {
1416
- "title": "Username",
1417
- "type": "string",
1418
- "default": "admin",
1419
- "required": true
1420
- },
1421
- "code": {
1422
- "title": "Verification Code",
1423
- "description": "The verification code is usually located on the side of the camera.",
1424
- "type": "string",
1425
- "required": true
7
+ "type": "object",
8
+ "properties": {
9
+ "name": {
10
+ "title": "Name",
11
+ "type": "string",
12
+ "default": "EZVIZ",
13
+ "description": "You shouldn't need to change this."
14
+ },
15
+ "region": {
16
+ "title": "Region",
17
+ "type": "number",
18
+ "oneOf": [
19
+ {
20
+ "title": "Afghanistan",
21
+ "enum": [
22
+ 201
23
+ ]
24
+ },
25
+ {
26
+ "title": "Albania",
27
+ "enum": [
28
+ 103
29
+ ]
30
+ },
31
+ {
32
+ "title": "Algeria",
33
+ "enum": [
34
+ 401
35
+ ]
36
+ },
37
+ {
38
+ "title": "American Samoa",
39
+ "enum": [
40
+ 514
41
+ ]
42
+ },
43
+ {
44
+ "title": "Andorra",
45
+ "enum": [
46
+ 101
47
+ ]
48
+ },
49
+ {
50
+ "title": "Angola",
51
+ "enum": [
52
+ 404
53
+ ]
54
+ },
55
+ {
56
+ "title": "Anguilla",
57
+ "enum": [
58
+ 338
59
+ ]
60
+ },
61
+ {
62
+ "title": "Antigua and Barbuda",
63
+ "enum": [
64
+ 302
65
+ ]
66
+ },
67
+ {
68
+ "title": "Argentina",
69
+ "enum": [
70
+ 301
71
+ ]
72
+ },
73
+ {
74
+ "title": "Armenia",
75
+ "enum": [
76
+ 239
77
+ ]
78
+ },
79
+ {
80
+ "title": "Aruba",
81
+ "enum": [
82
+ 339
83
+ ]
84
+ },
85
+ {
86
+ "title": "Australia",
87
+ "enum": [
88
+ 501
89
+ ]
90
+ },
91
+ {
92
+ "title": "Austria",
93
+ "enum": [
94
+ 102
95
+ ]
96
+ },
97
+ {
98
+ "title": "Azerbaijan",
99
+ "enum": [
100
+ 204
101
+ ]
102
+ },
103
+ {
104
+ "title": "Bahamas",
105
+ "enum": [
106
+ 323
107
+ ]
108
+ },
109
+ {
110
+ "title": "Bahrain",
111
+ "enum": [
112
+ 207
113
+ ]
114
+ },
115
+ {
116
+ "title": "Bangladesh",
117
+ "enum": [
118
+ 224
119
+ ]
120
+ },
121
+ {
122
+ "title": "Barbados",
123
+ "enum": [
124
+ 303
125
+ ]
126
+ },
127
+ {
128
+ "title": "Belarus",
129
+ "enum": [
130
+ 107
131
+ ]
132
+ },
133
+ {
134
+ "title": "Belgium",
135
+ "enum": [
136
+ 111
137
+ ]
138
+ },
139
+ {
140
+ "title": "Belize",
141
+ "enum": [
142
+ 326
143
+ ]
144
+ },
145
+ {
146
+ "title": "Benin",
147
+ "enum": [
148
+ 405
149
+ ]
150
+ },
151
+ {
152
+ "title": "Bermuda",
153
+ "enum": [
154
+ 333
155
+ ]
156
+ },
157
+ {
158
+ "title": "Bhutan",
159
+ "enum": [
160
+ 208
161
+ ]
162
+ },
163
+ {
164
+ "title": "Bolivia",
165
+ "enum": [
166
+ 304
167
+ ]
168
+ },
169
+ {
170
+ "title": "Bonaire",
171
+ "enum": [
172
+ 348
173
+ ]
174
+ },
175
+ {
176
+ "title": "Bosnia and Herzegovina",
177
+ "enum": [
178
+ 110
179
+ ]
180
+ },
181
+ {
182
+ "title": "Botswana",
183
+ "enum": [
184
+ 406
185
+ ]
186
+ },
187
+ {
188
+ "title": "Brazil",
189
+ "enum": [
190
+ 305
191
+ ]
192
+ },
193
+ {
194
+ "title": "British Indian Ocean Territory",
195
+ "enum": [
196
+ 515
197
+ ]
198
+ },
199
+ {
200
+ "title": "Brunei Darussalam",
201
+ "enum": [
202
+ 235
203
+ ]
204
+ },
205
+ {
206
+ "title": "Bulgaria",
207
+ "enum": [
208
+ 108
209
+ ]
210
+ },
211
+ {
212
+ "title": "Burkina Faso",
213
+ "enum": [
214
+ 407
215
+ ]
216
+ },
217
+ {
218
+ "title": "Burundi",
219
+ "enum": [
220
+ 408
221
+ ]
222
+ },
223
+ {
224
+ "title": "Cabo Verde",
225
+ "enum": [
226
+ 412
227
+ ]
228
+ },
229
+ {
230
+ "title": "Cambodia",
231
+ "enum": [
232
+ 216
233
+ ]
234
+ },
235
+ {
236
+ "title": "Cameroon",
237
+ "enum": [
238
+ 422
239
+ ]
240
+ },
241
+ {
242
+ "title": "Canada",
243
+ "enum": [
244
+ 312
245
+ ]
246
+ },
247
+ {
248
+ "title": "Cayman Islands",
249
+ "enum": [
250
+ 342
251
+ ]
252
+ },
253
+ {
254
+ "title": "Central African Republic",
255
+ "enum": [
256
+ 451
257
+ ]
258
+ },
259
+ {
260
+ "title": "Chad",
261
+ "enum": [
262
+ 450
263
+ ]
264
+ },
265
+ {
266
+ "title": "Chile",
267
+ "enum": [
268
+ 322
269
+ ]
270
+ },
271
+ {
272
+ "title": "Colombia",
273
+ "enum": [
274
+ 309
275
+ ]
276
+ },
277
+ {
278
+ "title": "Comoros",
279
+ "enum": [
280
+ 423
281
+ ]
282
+ },
283
+ {
284
+ "title": "Congo",
285
+ "enum": [
286
+ 414
287
+ ]
288
+ },
289
+ {
290
+ "title": "Cook Islands",
291
+ "enum": [
292
+ 504
293
+ ]
294
+ },
295
+ {
296
+ "title": "Costa Rica",
297
+ "enum": [
298
+ 331
299
+ ]
300
+ },
301
+ {
302
+ "title": "Croatia",
303
+ "enum": [
304
+ 119
305
+ ]
306
+ },
307
+ {
308
+ "title": "Curaçao",
309
+ "enum": [
310
+ 334
311
+ ]
312
+ },
313
+ {
314
+ "title": "Cyprus",
315
+ "enum": [
316
+ 228
317
+ ]
318
+ },
319
+ {
320
+ "title": "Czech",
321
+ "enum": [
322
+ 118
323
+ ]
324
+ },
325
+ {
326
+ "title": "Côte d'Ivoire",
327
+ "enum": [
328
+ 424
329
+ ]
330
+ },
331
+ {
332
+ "title": "Denmark",
333
+ "enum": [
334
+ 113
335
+ ]
336
+ },
337
+ {
338
+ "title": "Djibouti",
339
+ "enum": [
340
+ 416
341
+ ]
342
+ },
343
+ {
344
+ "title": "Dominica",
345
+ "enum": [
346
+ 306
347
+ ]
348
+ },
349
+ {
350
+ "title": "Dominican Republic",
351
+ "enum": [
352
+ 335
353
+ ]
354
+ },
355
+ {
356
+ "title": "Ecuador",
357
+ "enum": [
358
+ 307
359
+ ]
360
+ },
361
+ {
362
+ "title": "Egypt",
363
+ "enum": [
364
+ 402
365
+ ]
366
+ },
367
+ {
368
+ "title": "El Salvador",
369
+ "enum": [
370
+ 328
371
+ ]
372
+ },
373
+ {
374
+ "title": "Equatorial Guinea",
375
+ "enum": [
376
+ 409
377
+ ]
378
+ },
379
+ {
380
+ "title": "Eritrea",
381
+ "enum": [
382
+ 411
383
+ ]
384
+ },
385
+ {
386
+ "title": "Estonia",
387
+ "enum": [
388
+ 105
389
+ ]
390
+ },
391
+ {
392
+ "title": "Ethiopia",
393
+ "enum": [
394
+ 403
395
+ ]
396
+ },
397
+ {
398
+ "title": "Falkland Islands (Malvinas)",
399
+ "enum": [
400
+ 356
401
+ ]
402
+ },
403
+ {
404
+ "title": "Faroe Islands",
405
+ "enum": [
406
+ 516
407
+ ]
408
+ },
409
+ {
410
+ "title": "Fiji",
411
+ "enum": [
412
+ 503
413
+ ]
414
+ },
415
+ {
416
+ "title": "Finland",
417
+ "enum": [
418
+ 116
419
+ ]
420
+ },
421
+ {
422
+ "title": "France",
423
+ "enum": [
424
+ 115
425
+ ]
426
+ },
427
+ {
428
+ "title": "French Guiana",
429
+ "enum": [
430
+ 357
431
+ ]
432
+ },
433
+ {
434
+ "title": "French Polynesia",
435
+ "enum": [
436
+ 517
437
+ ]
438
+ },
439
+ {
440
+ "title": "Gabon",
441
+ "enum": [
442
+ 419
443
+ ]
444
+ },
445
+ {
446
+ "title": "Gambia",
447
+ "enum": [
448
+ 413
449
+ ]
450
+ },
451
+ {
452
+ "title": "Georgia",
453
+ "enum": [
454
+ 212
455
+ ]
456
+ },
457
+ {
458
+ "title": "Germany",
459
+ "enum": [
460
+ 112
461
+ ]
462
+ },
463
+ {
464
+ "title": "Ghana",
465
+ "enum": [
466
+ 420
467
+ ]
468
+ },
469
+ {
470
+ "title": "Gibraltar",
471
+ "enum": [
472
+ 518
473
+ ]
474
+ },
475
+ {
476
+ "title": "Greece",
477
+ "enum": [
478
+ 139
479
+ ]
480
+ },
481
+ {
482
+ "title": "Greenland",
483
+ "enum": [
484
+ 336
485
+ ]
486
+ },
487
+ {
488
+ "title": "Grenada",
489
+ "enum": [
490
+ 310
491
+ ]
492
+ },
493
+ {
494
+ "title": "Guadeloupe",
495
+ "enum": [
496
+ 337
497
+ ]
498
+ },
499
+ {
500
+ "title": "Guam",
501
+ "enum": [
502
+ 519
503
+ ]
504
+ },
505
+ {
506
+ "title": "Guatemala",
507
+ "enum": [
508
+ 327
509
+ ]
510
+ },
511
+ {
512
+ "title": "Guinea",
513
+ "enum": [
514
+ 417
515
+ ]
516
+ },
517
+ {
518
+ "title": "Guinea-Bissau",
519
+ "enum": [
520
+ 418
521
+ ]
522
+ },
523
+ {
524
+ "title": "Guyana",
525
+ "enum": [
526
+ 311
527
+ ]
528
+ },
529
+ {
530
+ "title": "Haiti",
531
+ "enum": [
532
+ 340
533
+ ]
534
+ },
535
+ {
536
+ "title": "Honduras",
537
+ "enum": [
538
+ 329
539
+ ]
540
+ },
541
+ {
542
+ "title": "Hong Kong",
543
+ "enum": [
544
+ 251
545
+ ]
546
+ },
547
+ {
548
+ "title": "Hungary",
549
+ "enum": [
550
+ 140
551
+ ]
552
+ },
553
+ {
554
+ "title": "Iceland",
555
+ "enum": [
556
+ 106
557
+ ]
558
+ },
559
+ {
560
+ "title": "India",
561
+ "enum": [
562
+ 244
563
+ ]
564
+ },
565
+ {
566
+ "title": "Indonesia",
567
+ "enum": [
568
+ 245
569
+ ]
570
+ },
571
+ {
572
+ "title": "Iraq",
573
+ "enum": [
574
+ 242
575
+ ]
576
+ },
577
+ {
578
+ "title": "Ireland",
579
+ "enum": [
580
+ 104
581
+ ]
582
+ },
583
+ {
584
+ "title": "Israel",
585
+ "enum": [
586
+ 243
587
+ ]
588
+ },
589
+ {
590
+ "title": "Italy",
591
+ "enum": [
592
+ 141
593
+ ]
594
+ },
595
+ {
596
+ "title": "Jamaica",
597
+ "enum": [
598
+ 321
599
+ ]
600
+ },
601
+ {
602
+ "title": "Japan",
603
+ "enum": [
604
+ 227
605
+ ]
606
+ },
607
+ {
608
+ "title": "Jordan",
609
+ "enum": [
610
+ 246
611
+ ]
612
+ },
613
+ {
614
+ "title": "Kazakstan",
615
+ "enum": [
616
+ 213
617
+ ]
618
+ },
619
+ {
620
+ "title": "Kenya",
621
+ "enum": [
622
+ 425
623
+ ]
624
+ },
625
+ {
626
+ "title": "Kiribati",
627
+ "enum": [
628
+ 521
629
+ ]
630
+ },
631
+ {
632
+ "title": "Korea",
633
+ "enum": [
634
+ 214
635
+ ]
636
+ },
637
+ {
638
+ "title": "Kosovo",
639
+ "enum": [
640
+ 146
641
+ ]
642
+ },
643
+ {
644
+ "title": "Kuwait",
645
+ "enum": [
646
+ 218
647
+ ]
648
+ },
649
+ {
650
+ "title": "Kyrgyzstan",
651
+ "enum": [
652
+ 215
653
+ ]
654
+ },
655
+ {
656
+ "title": "Laos",
657
+ "enum": [
658
+ 219
659
+ ]
660
+ },
661
+ {
662
+ "title": "Latvia",
663
+ "enum": [
664
+ 120
665
+ ]
666
+ },
667
+ {
668
+ "title": "Lebanon",
669
+ "enum": [
670
+ 220
671
+ ]
672
+ },
673
+ {
674
+ "title": "Lesotho",
675
+ "enum": [
676
+ 426
677
+ ]
678
+ },
679
+ {
680
+ "title": "Liberia",
681
+ "enum": [
682
+ 427
683
+ ]
684
+ },
685
+ {
686
+ "title": "Libya",
687
+ "enum": [
688
+ 428
689
+ ]
690
+ },
691
+ {
692
+ "title": "Liechtenstein",
693
+ "enum": [
694
+ 122
695
+ ]
696
+ },
697
+ {
698
+ "title": "Lithuania",
699
+ "enum": [
700
+ 121
701
+ ]
702
+ },
703
+ {
704
+ "title": "Luxembourg",
705
+ "enum": [
706
+ 126
707
+ ]
708
+ },
709
+ {
710
+ "title": "Macao",
711
+ "enum": [
712
+ 252
713
+ ]
714
+ },
715
+ {
716
+ "title": "Madagascar",
717
+ "enum": [
718
+ 430
719
+ ]
720
+ },
721
+ {
722
+ "title": "Mainland China",
723
+ "enum": [
724
+ 248
725
+ ]
726
+ },
727
+ {
728
+ "title": "Malawi",
729
+ "enum": [
730
+ 453
731
+ ]
732
+ },
733
+ {
734
+ "title": "Malaysia",
735
+ "enum": [
736
+ 222
737
+ ]
738
+ },
739
+ {
740
+ "title": "Maldives",
741
+ "enum": [
742
+ 221
743
+ ]
744
+ },
745
+ {
746
+ "title": "Mali",
747
+ "enum": [
748
+ 431
749
+ ]
750
+ },
751
+ {
752
+ "title": "Malta",
753
+ "enum": [
754
+ 125
755
+ ]
756
+ },
757
+ {
758
+ "title": "Marshall Islands",
759
+ "enum": [
760
+ 522
761
+ ]
762
+ },
763
+ {
764
+ "title": "Martinique",
765
+ "enum": [
766
+ 345
767
+ ]
768
+ },
769
+ {
770
+ "title": "Mauritania",
771
+ "enum": [
772
+ 433
773
+ ]
774
+ },
775
+ {
776
+ "title": "Mauritius",
777
+ "enum": [
778
+ 432
779
+ ]
780
+ },
781
+ {
782
+ "title": "Mayotte",
783
+ "enum": [
784
+ 523
785
+ ]
786
+ },
787
+ {
788
+ "title": "Mexico",
789
+ "enum": [
790
+ 315
791
+ ]
792
+ },
793
+ {
794
+ "title": "Micronesia",
795
+ "enum": [
796
+ 506
797
+ ]
798
+ },
799
+ {
800
+ "title": "Moldova",
801
+ "enum": [
802
+ 128
803
+ ]
804
+ },
805
+ {
806
+ "title": "Monaco",
807
+ "enum": [
808
+ 127
809
+ ]
810
+ },
811
+ {
812
+ "title": "Mongolia",
813
+ "enum": [
814
+ 223
815
+ ]
816
+ },
817
+ {
818
+ "title": "Montenegro",
819
+ "enum": [
820
+ 524
821
+ ]
822
+ },
823
+ {
824
+ "title": "Montserrat",
825
+ "enum": [
826
+ 346
827
+ ]
828
+ },
829
+ {
830
+ "title": "Morocco",
831
+ "enum": [
832
+ 434
833
+ ]
834
+ },
835
+ {
836
+ "title": "Mozambique",
837
+ "enum": [
838
+ 435
839
+ ]
840
+ },
841
+ {
842
+ "title": "Myanmar",
843
+ "enum": [
844
+ 225
845
+ ]
846
+ },
847
+ {
848
+ "title": "Namibia",
849
+ "enum": [
850
+ 436
851
+ ]
852
+ },
853
+ {
854
+ "title": "Nauru",
855
+ "enum": [
856
+ 507
857
+ ]
858
+ },
859
+ {
860
+ "title": "Nepal",
861
+ "enum": [
862
+ 226
863
+ ]
864
+ },
865
+ {
866
+ "title": "Netherlands",
867
+ "enum": [
868
+ 117
869
+ ]
870
+ },
871
+ {
872
+ "title": "New Caledonia",
873
+ "enum": [
874
+ 525
875
+ ]
876
+ },
877
+ {
878
+ "title": "New Zealand",
879
+ "enum": [
880
+ 510
881
+ ]
882
+ },
883
+ {
884
+ "title": "Nicaragua",
885
+ "enum": [
886
+ 330
887
+ ]
888
+ },
889
+ {
890
+ "title": "Niger",
891
+ "enum": [
892
+ 438
893
+ ]
894
+ },
895
+ {
896
+ "title": "Nigeria",
897
+ "enum": [
898
+ 439
899
+ ]
900
+ },
901
+ {
902
+ "title": "Niue",
903
+ "enum": [
904
+ 526
905
+ ]
906
+ },
907
+ {
908
+ "title": "Norfolk Island",
909
+ "enum": [
910
+ 527
911
+ ]
912
+ },
913
+ {
914
+ "title": "North Macedonia",
915
+ "enum": [
916
+ 124
917
+ ]
918
+ },
919
+ {
920
+ "title": "Northern Mariana Islands",
921
+ "enum": [
922
+ 528
923
+ ]
924
+ },
925
+ {
926
+ "title": "Norway",
927
+ "enum": [
928
+ 129
929
+ ]
930
+ },
931
+ {
932
+ "title": "Oman",
933
+ "enum": [
934
+ 203
935
+ ]
936
+ },
937
+ {
938
+ "title": "Pakistan",
939
+ "enum": [
940
+ 205
941
+ ]
942
+ },
943
+ {
944
+ "title": "Palau",
945
+ "enum": [
946
+ 529
947
+ ]
948
+ },
949
+ {
950
+ "title": "Palestine",
951
+ "enum": [
952
+ 206
953
+ ]
954
+ },
955
+ {
956
+ "title": "Panama",
957
+ "enum": [
958
+ 332
959
+ ]
960
+ },
961
+ {
962
+ "title": "Papua New Guinea",
963
+ "enum": [
964
+ 502
965
+ ]
966
+ },
967
+ {
968
+ "title": "Paraguay",
969
+ "enum": [
970
+ 358
971
+ ]
972
+ },
973
+ {
974
+ "title": "Peru",
975
+ "enum": [
976
+ 313
977
+ ]
978
+ },
979
+ {
980
+ "title": "Philippines",
981
+ "enum": [
982
+ 211
983
+ ]
984
+ },
985
+ {
986
+ "title": "Poland",
987
+ "enum": [
988
+ 109
989
+ ]
990
+ },
991
+ {
992
+ "title": "Portugal",
993
+ "enum": [
994
+ 131
995
+ ]
996
+ },
997
+ {
998
+ "title": "Puerto Rico",
999
+ "enum": [
1000
+ 350
1001
+ ]
1002
+ },
1003
+ {
1004
+ "title": "Qatar",
1005
+ "enum": [
1006
+ 217
1007
+ ]
1008
+ },
1009
+ {
1010
+ "title": "Romania",
1011
+ "enum": [
1012
+ 123
1013
+ ]
1014
+ },
1015
+ {
1016
+ "title": "Russia",
1017
+ "enum": [
1018
+ 114
1019
+ ]
1020
+ },
1021
+ {
1022
+ "title": "Rwanda",
1023
+ "enum": [
1024
+ 429
1025
+ ]
1026
+ },
1027
+ {
1028
+ "title": "Réunion",
1029
+ "enum": [
1030
+ 530
1031
+ ]
1032
+ },
1033
+ {
1034
+ "title": "Saint Barthélemy",
1035
+ "enum": [
1036
+ 347
1037
+ ]
1038
+ },
1039
+ {
1040
+ "title": "Saint Helena",
1041
+ "enum": [
1042
+ 531
1043
+ ]
1044
+ },
1045
+ {
1046
+ "title": "Saint Kitts and Nevis",
1047
+ "enum": [
1048
+ 341
1049
+ ]
1050
+ },
1051
+ {
1052
+ "title": "Saint Lucia",
1053
+ "enum": [
1054
+ 317
1055
+ ]
1056
+ },
1057
+ {
1058
+ "title": "Saint Martin (French part)",
1059
+ "enum": [
1060
+ 343
1061
+ ]
1062
+ },
1063
+ {
1064
+ "title": "Saint Pierre and Miquelon",
1065
+ "enum": [
1066
+ 349
1067
+ ]
1068
+ },
1069
+ {
1070
+ "title": "Saint Vincent and the Grenadines",
1071
+ "enum": [
1072
+ 353
1073
+ ]
1074
+ },
1075
+ {
1076
+ "title": "Samoa",
1077
+ "enum": [
1078
+ 505
1079
+ ]
1080
+ },
1081
+ {
1082
+ "title": "San marino",
1083
+ "enum": [
1084
+ 136
1085
+ ]
1086
+ },
1087
+ {
1088
+ "title": "Sao Tome and Principe",
1089
+ "enum": [
1090
+ 443
1091
+ ]
1092
+ },
1093
+ {
1094
+ "title": "Saudi Arabia",
1095
+ "enum": [
1096
+ 229
1097
+ ]
1098
+ },
1099
+ {
1100
+ "title": "Senegal",
1101
+ "enum": [
1102
+ 441
1103
+ ]
1104
+ },
1105
+ {
1106
+ "title": "Serbia",
1107
+ "enum": [
1108
+ 130
1109
+ ]
1110
+ },
1111
+ {
1112
+ "title": "Seychelles",
1113
+ "enum": [
1114
+ 442
1115
+ ]
1116
+ },
1117
+ {
1118
+ "title": "Sierra Leone",
1119
+ "enum": [
1120
+ 440
1121
+ ]
1122
+ },
1123
+ {
1124
+ "title": "Singapore",
1125
+ "enum": [
1126
+ 237
1127
+ ]
1128
+ },
1129
+ {
1130
+ "title": "Sint Maarten (Dutch part)",
1131
+ "enum": [
1132
+ 344
1133
+ ]
1134
+ },
1135
+ {
1136
+ "title": "Slovakia",
1137
+ "enum": [
1138
+ 134
1139
+ ]
1140
+ },
1141
+ {
1142
+ "title": "Slovenia",
1143
+ "enum": [
1144
+ 135
1145
+ ]
1146
+ },
1147
+ {
1148
+ "title": "Solomon Islands",
1149
+ "enum": [
1150
+ 532
1151
+ ]
1152
+ },
1153
+ {
1154
+ "title": "Somalia",
1155
+ "enum": [
1156
+ 445
1157
+ ]
1158
+ },
1159
+ {
1160
+ "title": "South Africa",
1161
+ "enum": [
1162
+ 437
1163
+ ]
1164
+ },
1165
+ {
1166
+ "title": "Spain",
1167
+ "enum": [
1168
+ 138
1169
+ ]
1170
+ },
1171
+ {
1172
+ "title": "Sri Lanka",
1173
+ "enum": [
1174
+ 230
1175
+ ]
1176
+ },
1177
+ {
1178
+ "title": "Suriname",
1179
+ "enum": [
1180
+ 316
1181
+ ]
1182
+ },
1183
+ {
1184
+ "title": "Swaziland",
1185
+ "enum": [
1186
+ 133
1187
+ ]
1188
+ },
1189
+ {
1190
+ "title": "Sweden",
1191
+ "enum": [
1192
+ 132
1193
+ ]
1194
+ },
1195
+ {
1196
+ "title": "Switzerland",
1197
+ "enum": [
1198
+ 512
1199
+ ]
1200
+ },
1201
+ {
1202
+ "title": "Taiwan",
1203
+ "enum": [
1204
+ 250
1205
+ ]
1206
+ },
1207
+ {
1208
+ "title": "Tajikistan",
1209
+ "enum": [
1210
+ 231
1211
+ ]
1212
+ },
1213
+ {
1214
+ "title": "Tanzania",
1215
+ "enum": [
1216
+ 446
1217
+ ]
1218
+ },
1219
+ {
1220
+ "title": "Thailand",
1221
+ "enum": [
1222
+ 232
1223
+ ]
1224
+ },
1225
+ {
1226
+ "title": "The Democratic Republic of the Congo",
1227
+ "enum": [
1228
+ 415
1229
+ ]
1230
+ },
1231
+ {
1232
+ "title": "Timor-Leste",
1233
+ "enum": [
1234
+ 210
1235
+ ]
1236
+ },
1237
+ {
1238
+ "title": "Togo",
1239
+ "enum": [
1240
+ 410
1241
+ ]
1242
+ },
1243
+ {
1244
+ "title": "Tokelau",
1245
+ "enum": [
1246
+ 533
1247
+ ]
1248
+ },
1249
+ {
1250
+ "title": "Tonga",
1251
+ "enum": [
1252
+ 508
1253
+ ]
1254
+ },
1255
+ {
1256
+ "title": "Trinidad and Tobago",
1257
+ "enum": [
1258
+ 318
1259
+ ]
1260
+ },
1261
+ {
1262
+ "title": "Tunisia",
1263
+ "enum": [
1264
+ 447
1265
+ ]
1266
+ },
1267
+ {
1268
+ "title": "Turkey",
1269
+ "enum": [
1270
+ 233
1271
+ ]
1272
+ },
1273
+ {
1274
+ "title": "Turkmenistan",
1275
+ "enum": [
1276
+ 234
1277
+ ]
1278
+ },
1279
+ {
1280
+ "title": "Turks and Caicos Islands",
1281
+ "enum": [
1282
+ 352
1283
+ ]
1284
+ },
1285
+ {
1286
+ "title": "Tuvalu",
1287
+ "enum": [
1288
+ 534
1289
+ ]
1290
+ },
1291
+ {
1292
+ "title": "USA",
1293
+ "enum": [
1294
+ 314
1295
+ ]
1296
+ },
1297
+ {
1298
+ "title": "Uganda",
1299
+ "enum": [
1300
+ 448
1301
+ ]
1302
+ },
1303
+ {
1304
+ "title": "Ukraine",
1305
+ "enum": [
1306
+ 137
1307
+ ]
1308
+ },
1309
+ {
1310
+ "title": "United Arab Emirates",
1311
+ "enum": [
1312
+ 202
1313
+ ]
1314
+ },
1315
+ {
1316
+ "title": "United Kingdom",
1317
+ "enum": [
1318
+ 142
1319
+ ]
1320
+ },
1321
+ {
1322
+ "title": "Uruguay",
1323
+ "enum": [
1324
+ 319
1325
+ ]
1326
+ },
1327
+ {
1328
+ "title": "Uzbekistan",
1329
+ "enum": [
1330
+ 236
1331
+ ]
1332
+ },
1333
+ {
1334
+ "title": "Vanuatu",
1335
+ "enum": [
1336
+ 509
1337
+ ]
1338
+ },
1339
+ {
1340
+ "title": "Vatican",
1341
+ "enum": [
1342
+ 520
1343
+ ]
1344
+ },
1345
+ {
1346
+ "title": "Venezuela",
1347
+ "enum": [
1348
+ 320
1349
+ ]
1350
+ },
1351
+ {
1352
+ "title": "Vietnam",
1353
+ "enum": [
1354
+ 247
1355
+ ]
1356
+ },
1357
+ {
1358
+ "title": "Virgin Islands, British",
1359
+ "enum": [
1360
+ 354
1361
+ ]
1362
+ },
1363
+ {
1364
+ "title": "Virgin Islands, U.S.",
1365
+ "enum": [
1366
+ 355
1367
+ ]
1368
+ },
1369
+ {
1370
+ "title": "Wallis and Futuna",
1371
+ "enum": [
1372
+ 535
1373
+ ]
1374
+ },
1375
+ {
1376
+ "title": "Western Sahara",
1377
+ "enum": [
1378
+ 536
1379
+ ]
1380
+ },
1381
+ {
1382
+ "title": "Yemen",
1383
+ "enum": [
1384
+ 240
1385
+ ]
1386
+ },
1387
+ {
1388
+ "title": "Zambia",
1389
+ "enum": [
1390
+ 449
1391
+ ]
1392
+ },
1393
+ {
1394
+ "title": "Zimbabwe",
1395
+ "enum": [
1396
+ 421
1397
+ ]
1398
+ }
1399
+ ]
1400
+ },
1401
+ "email": {
1402
+ "title": "Email",
1403
+ "type": "string",
1404
+ "required": true
1405
+ },
1406
+ "password": {
1407
+ "title": "Password",
1408
+ "type": "string",
1409
+ "required": true
1410
+ },
1411
+ "cameras": {
1412
+ "title": "Cameras",
1413
+ "type": "array",
1414
+ "items": {
1415
+ "title": "Camera Setup",
1416
+ "type": "object",
1417
+ "properties": {
1418
+ "serial": {
1419
+ "title": "Device Serial",
1420
+ "type": "string",
1421
+ "required": true
1422
+ },
1423
+ "username": {
1424
+ "title": "Username",
1425
+ "type": "string",
1426
+ "default": "admin",
1427
+ "required": true
1428
+ },
1429
+ "code": {
1430
+ "title": "Verification Code",
1431
+ "description": "The verification code is usually located on the side of the camera.",
1432
+ "type": "string",
1433
+ "required": true
1434
+ }
1426
1435
  }
1427
1436
  }
1428
- }
1429
- },
1430
- "plugs": {
1431
- "title": "Plugs",
1432
- "type": "array",
1433
- "items": {
1434
- "title": "Plug Setup",
1435
- "type": "object",
1436
- "properties": {
1437
- "serial": {
1438
- "title": "Device Serial",
1439
- "type": "string",
1440
- "required": true
1441
- },
1442
- "code": {
1443
- "title": "Verification Code",
1444
- "description": "The verification code is usually located on the side of the plug.",
1445
- "type": "string",
1446
- "required": true
1437
+ },
1438
+ "plugs": {
1439
+ "title": "Plugs",
1440
+ "type": "array",
1441
+ "items": {
1442
+ "title": "Plug Setup",
1443
+ "type": "object",
1444
+ "properties": {
1445
+ "serial": {
1446
+ "title": "Device Serial",
1447
+ "type": "string",
1448
+ "required": true
1449
+ },
1450
+ "code": {
1451
+ "title": "Verification Code",
1452
+ "description": "The verification code is usually located on the side of the plug.",
1453
+ "type": "string",
1454
+ "required": true
1455
+ }
1447
1456
  }
1448
1457
  }
1449
1458
  }