matterbridge 3.3.0-dev-20251001-9518e1d → 3.3.0-dev-20251001-49236db

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
@@ -84,6 +84,8 @@ In this phase (matterbridge 3.4.x) all plugins will not build and will not run w
84
84
  - [frontend]: General improvements and small bug fixes.
85
85
  - [frontend]: Added SystemInfo to Settings.
86
86
  - [frontend]: Added RvcRunMode to IconView.
87
+ - [frontend]: Added prettier, prettierPlugin and prettierConfig.
88
+ - [frontend]: Added SmokeCoAlarm to state update.
87
89
 
88
90
  ### Changed
89
91
 
@@ -1759,6 +1759,8 @@ export class Matterbridge extends EventEmitter {
1759
1759
  { cluster: 'RelativeHumidityMeasurement', attribute: 'measuredValue' },
1760
1760
  { cluster: 'PressureMeasurement', attribute: 'measuredValue' },
1761
1761
  { cluster: 'FlowMeasurement', attribute: 'measuredValue' },
1762
+ { cluster: 'SmokeCoAlarm', attribute: 'smokeState' },
1763
+ { cluster: 'SmokeCoAlarm', attribute: 'coState' },
1762
1764
  ];
1763
1765
  for (const sub of subscriptions) {
1764
1766
  if (device.hasAttributeServer(sub.cluster, sub.attribute)) {