@matterbridge/core 3.9.2-dev-20260622-2bad6bf → 3.9.2-dev-20260624-3362db6
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/matterbridge.js +2 -2
- package/package.json +5 -5
package/dist/matterbridge.js
CHANGED
|
@@ -2060,10 +2060,10 @@ export class Matterbridge extends EventEmitter {
|
|
|
2060
2060
|
}
|
|
2061
2061
|
}
|
|
2062
2062
|
}
|
|
2063
|
-
if (plugin.registeredDevices !== undefined)
|
|
2064
|
-
plugin.registeredDevices++;
|
|
2065
2063
|
this.devices.set(device);
|
|
2066
2064
|
await this.subscribeAttributeChanged(plugin, device);
|
|
2065
|
+
if (plugin.registeredDevices !== undefined)
|
|
2066
|
+
plugin.registeredDevices++;
|
|
2067
2067
|
this.log.info(`Added and registered bridged endpoint (${plugin.registeredDevices}) ${dev}${device.deviceName}${nf} (${dev}${device.id}${nf}) for plugin ${plg}${pluginName}${nf}`);
|
|
2068
2068
|
}
|
|
2069
2069
|
async removeBridgedEndpoint(pluginName, device) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/core",
|
|
3
|
-
"version": "3.9.2-dev-
|
|
3
|
+
"version": "3.9.2-dev-20260624-3362db6",
|
|
4
4
|
"description": "Matterbridge core library",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"homepage": "https://matterbridge.io/",
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
],
|
|
131
131
|
"dependencies": {
|
|
132
132
|
"@matter/main": "0.17.4-alpha.0-20260621-81ba50a6a",
|
|
133
|
-
"@matterbridge/dgram": "3.9.2-dev-
|
|
134
|
-
"@matterbridge/thread": "3.9.2-dev-
|
|
135
|
-
"@matterbridge/types": "3.9.2-dev-
|
|
136
|
-
"@matterbridge/utils": "3.9.2-dev-
|
|
133
|
+
"@matterbridge/dgram": "3.9.2-dev-20260624-3362db6",
|
|
134
|
+
"@matterbridge/thread": "3.9.2-dev-20260624-3362db6",
|
|
135
|
+
"@matterbridge/types": "3.9.2-dev-20260624-3362db6",
|
|
136
|
+
"@matterbridge/utils": "3.9.2-dev-20260624-3362db6",
|
|
137
137
|
"escape-html": "1.0.3",
|
|
138
138
|
"express": "5.2.1",
|
|
139
139
|
"express-rate-limit": "8.5.2",
|