@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.
package/dist/esm/utils.js CHANGED
@@ -7276,7 +7276,6 @@ var require_definitions = __commonJS({
7276
7276
  "kohost",
7277
7277
  "lg",
7278
7278
  "lg-webos",
7279
- "rtsp",
7280
7279
  "lapi",
7281
7280
  "lirc",
7282
7281
  "mews",
@@ -8573,6 +8572,13 @@ var require_lock = __commonJS({
8573
8572
  description: "AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.",
8574
8573
  default: "normal"
8575
8574
  },
8575
+ supportedModes: {
8576
+ type: "array",
8577
+ uniqueItems: true,
8578
+ items: {
8579
+ enum: ["normal", "autoLock", "emergencyOpen", "emergencyClose"]
8580
+ }
8581
+ },
8576
8582
  batteryLevel: {
8577
8583
  $ref: "definitions.json#/definitions/batteryLevel"
8578
8584
  },