homebridge-melcloud-control 4.8.0-beta.1 → 4.8.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -29,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
  ## Changes
30
30
 
31
31
  - add support to update room temperature over MQTT or RESTFul, fix [#238](https://github.com/grzegorz914/homebridge-melcloud-control/issues/238)
32
+ - bump dependencies
33
+ - config schema updated
34
+ - redme update
35
+ - cleanup
32
36
 
33
37
  # [4.7.10] - (19.02.2026)
34
38
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.8.0-beta.1",
4
+ "version": "4.8.0",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",