@kohost/api-client 3.2.9 → 3.2.11

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
@@ -10413,6 +10413,11 @@ var require_mediaSource = __commonJS({
10413
10413
  minimum: 0,
10414
10414
  maximum: 100
10415
10415
  },
10416
+ brightness: {
10417
+ type: "number",
10418
+ minimum: 0,
10419
+ maximum: 100
10420
+ },
10416
10421
  power: {
10417
10422
  type: "string",
10418
10423
  enum: ["on", "off"]
@@ -10432,6 +10437,8 @@ var require_mediaSource = __commonJS({
10432
10437
  "mute",
10433
10438
  "volumeUp",
10434
10439
  "volumeDown",
10440
+ "brightnessUp",
10441
+ "brightnessDown",
10435
10442
  "channelUp",
10436
10443
  "channelDown",
10437
10444
  "number0",
@@ -10475,6 +10482,7 @@ var require_mediaSource = __commonJS({
10475
10482
  "power",
10476
10483
  "enterChannel",
10477
10484
  "enterVolume",
10485
+ "enterBrightness",
10478
10486
  "number10",
10479
10487
  "number11",
10480
10488
  "number12",