matterbridge-example-dynamic-platform 3.0.2-dev-20260719-bbce2ee → 3.0.2-dev-20260731-4123841

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/CHANGELOG.md CHANGED
@@ -37,6 +37,20 @@ If you like this project and find it useful, please consider giving it a star on
37
37
 
38
38
  - [platform]: Add `closureGarageDoor` device.
39
39
 
40
+ ### Changed
41
+
42
+ - [package]: Upgrade package.
43
+ - [package]: Update dependencies.
44
+ - [package]: Bump `@types/node` to v.26.1.2.
45
+ - [package]: Bump `oxfmt` to v.0.61.0.
46
+ - [package]: Bump `oxlint` to v.1.76.0.
47
+ - [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
48
+ - [package]: Update agents configs.
49
+
50
+ ### Fixed
51
+
52
+ - [platform]: Fix AirConditioner.
53
+
40
54
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
41
55
 
42
56
  ## [3.0.1] - 2026-07-17
package/dist/module.js CHANGED
@@ -1592,8 +1592,10 @@ export class ExampleMatterbridgeDynamicPlatform extends MatterbridgeDynamicPlatf
1592
1592
  this.refrigerator = (await this.addDevice(refrigerator));
1593
1593
  this.airConditioner = new AirConditioner('Air Conditioner', 'ACO00027', {
1594
1594
  localTemperature: 20,
1595
- occupiedCoolingSetpoint: 18,
1596
- occupiedHeatingSetpoint: 22,
1595
+ occupiedCoolingSetpoint: 22,
1596
+ occupiedHeatingSetpoint: 18,
1597
+ maxHeatSetpointLimit: 49,
1598
+ minCoolSetpointLimit: 1,
1597
1599
  fanMode: FanControl.FanMode.Auto,
1598
1600
  })
1599
1601
  .createDefaultTemperatureMeasurementClusterServer(20 * 100)
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "3.0.2-dev-20260719-bbce2ee",
3
+ "version": "3.0.2-dev-20260731-4123841",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-dynamic-platform",
9
- "version": "3.0.2-dev-20260719-bbce2ee",
9
+ "version": "3.0.2-dev-20260731-4123841",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "3.0.2-dev-20260719-bbce2ee",
3
+ "version": "3.0.2-dev-20260731-4123841",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",