@kohost/api-client 3.4.7 → 3.6.0

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.
@@ -100,7 +100,6 @@
100
100
  "kohost",
101
101
  "lg",
102
102
  "lg-webos",
103
- "rtsp",
104
103
  "lapi",
105
104
  "lirc",
106
105
  "mews",
@@ -117,7 +116,6 @@
117
116
  "stay-n-touch",
118
117
  "storable",
119
118
  "twilio",
120
- "unifi",
121
119
  "valcom",
122
120
  "vizio",
123
121
  "wisenet",
@@ -36,6 +36,13 @@
36
36
  "description": "AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.",
37
37
  "default": "normal"
38
38
  },
39
+ "supportedModes": {
40
+ "type": "array",
41
+ "uniqueItems": true,
42
+ "items": {
43
+ "enum": ["normal", "autoLock", "emergencyOpen", "emergencyClose"]
44
+ }
45
+ },
39
46
  "batteryLevel": {
40
47
  "$ref": "definitions.json#/definitions/batteryLevel"
41
48
  },
@@ -7233,7 +7233,6 @@ var require_definitions = __commonJS({
7233
7233
  "kohost",
7234
7234
  "lg",
7235
7235
  "lg-webos",
7236
- "rtsp",
7237
7236
  "lapi",
7238
7237
  "lirc",
7239
7238
  "mews",
@@ -7250,7 +7249,6 @@ var require_definitions = __commonJS({
7250
7249
  "stay-n-touch",
7251
7250
  "storable",
7252
7251
  "twilio",
7253
- "unifi",
7254
7252
  "valcom",
7255
7253
  "vizio",
7256
7254
  "wisenet",
@@ -8517,6 +8515,13 @@ var require_lock = __commonJS({
8517
8515
  description: "AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.",
8518
8516
  default: "normal"
8519
8517
  },
8518
+ supportedModes: {
8519
+ type: "array",
8520
+ uniqueItems: true,
8521
+ items: {
8522
+ enum: ["normal", "autoLock", "emergencyOpen", "emergencyClose"]
8523
+ }
8524
+ },
8520
8525
  batteryLevel: {
8521
8526
  $ref: "definitions.json#/definitions/batteryLevel"
8522
8527
  },