@kohost/api-client 3.2.10 → 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"]