@kohost/api-client 3.2.8 → 3.2.10

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
@@ -10180,6 +10180,9 @@ var require_camera = __commonJS({
10180
10180
  $ref: "definitions.json#/definitions/type",
10181
10181
  default: "camera"
10182
10182
  },
10183
+ offline: {
10184
+ type: "boolean"
10185
+ },
10183
10186
  supportedNotifications: {
10184
10187
  $ref: "definitions.json#/definitions/supportedNotifications"
10185
10188
  },
@@ -10429,6 +10432,8 @@ var require_mediaSource = __commonJS({
10429
10432
  "mute",
10430
10433
  "volumeUp",
10431
10434
  "volumeDown",
10435
+ "brightnessUp",
10436
+ "brightnessDown",
10432
10437
  "channelUp",
10433
10438
  "channelDown",
10434
10439
  "number0",
@@ -10472,6 +10477,7 @@ var require_mediaSource = __commonJS({
10472
10477
  "power",
10473
10478
  "enterChannel",
10474
10479
  "enterVolume",
10480
+ "enterBrightness",
10475
10481
  "number10",
10476
10482
  "number11",
10477
10483
  "number12",