@kohost/api-client 3.4.7 → 3.6.1

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",
@@ -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",
@@ -8517,6 +8516,13 @@ var require_lock = __commonJS({
8517
8516
  description: "AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.",
8518
8517
  default: "normal"
8519
8518
  },
8519
+ supportedModes: {
8520
+ type: "array",
8521
+ uniqueItems: true,
8522
+ items: {
8523
+ enum: ["normal", "autoLock", "emergencyOpen", "emergencyClose"]
8524
+ }
8525
+ },
8520
8526
  batteryLevel: {
8521
8527
  $ref: "definitions.json#/definitions/batteryLevel"
8522
8528
  },