@kohost/api-client 3.0.0-beta.27 → 3.0.0-beta.28

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
@@ -7588,6 +7588,11 @@ var require_device = __commonJS({
7588
7588
  type: "number",
7589
7589
  minimum: 0,
7590
7590
  maximum: 100
7591
+ },
7592
+ watts: {
7593
+ type: "number",
7594
+ minimum: 0,
7595
+ default: 0
7591
7596
  }
7592
7597
  }
7593
7598
  };