@kohost/api-client 3.0.0-beta.30 → 3.0.0-beta.31

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.
@@ -2233,24 +2233,6 @@ var require_room = __commonJS({
2233
2233
  $ref: "https://api.kohost.io/schemas/v3/alarm.json"
2234
2234
  }
2235
2235
  },
2236
- media: {
2237
- type: "object",
2238
- additionalProperties: false,
2239
- default: {
2240
- volume: 0,
2241
- currentSource: null
2242
- },
2243
- properties: {
2244
- volume: {
2245
- type: "number",
2246
- minimum: 0,
2247
- maximum: 100
2248
- },
2249
- currentSource: {
2250
- type: ["string", "null"]
2251
- }
2252
- }
2253
- },
2254
2236
  scenes: {
2255
2237
  type: "array",
2256
2238
  default: [],
@@ -3745,9 +3727,6 @@ var require_energyReportShard2 = __commonJS({
3745
3727
  Object.defineProperty(EnergyReportShard2, "validProperties", {
3746
3728
  value: Object.keys(schema.properties)
3747
3729
  });
3748
- Object.defineProperty(EnergyReportShard2, "actionProperties", {
3749
- value: ["state"]
3750
- });
3751
3730
  module2.exports = EnergyReportShard2;
3752
3731
  }
3753
3732
  });
@@ -9712,24 +9712,6 @@ var require_room = __commonJS({
9712
9712
  $ref: "https://api.kohost.io/schemas/v3/alarm.json"
9713
9713
  }
9714
9714
  },
9715
- media: {
9716
- type: "object",
9717
- additionalProperties: false,
9718
- default: {
9719
- volume: 0,
9720
- currentSource: null
9721
- },
9722
- properties: {
9723
- volume: {
9724
- type: "number",
9725
- minimum: 0,
9726
- maximum: 100
9727
- },
9728
- currentSource: {
9729
- type: ["string", "null"]
9730
- }
9731
- }
9732
- },
9733
9715
  scenes: {
9734
9716
  type: "array",
9735
9717
  default: [],
@@ -13989,9 +13971,6 @@ var require_energyReportShard2 = __commonJS({
13989
13971
  Object.defineProperty(EnergyReportShard, "validProperties", {
13990
13972
  value: Object.keys(schema.properties)
13991
13973
  });
13992
- Object.defineProperty(EnergyReportShard, "actionProperties", {
13993
- value: ["state"]
13994
- });
13995
13974
  module.exports = EnergyReportShard;
13996
13975
  }
13997
13976
  });