matterbridge 3.2.0-dev-20250802-fb1e4d0 → 3.2.1-dev-20250802-516a522
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 +21 -0
- package/dist/matterbridge.js +0 -3
- package/dist/matterbridgeEndpoint.js +1 -14
- package/dist/matterbridgePlatform.js +36 -6
- package/dist/utils/network.js +0 -2
- package/docs/404.html +107 -0
- package/docs/HomeAssistant.svg +2 -0
- package/docs/Shelly.svg +1 -0
- package/docs/Somfy.svg +1 -0
- package/docs/Zigbee2MQTT.svg +1 -0
- package/docs/_config.yml +86 -0
- package/docs/bmc-button.svg +22 -0
- package/docs/index.html +774 -0
- package/docs/matterbridge.svg +50 -0
- package/docs/robots.txt +4 -0
- package/npm-shrinkwrap.json +45 -45
- package/package.json +5 -2
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 296.2 296.2">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="lg1" x1="16.6" y1="16.6" x2="279.6" y2="279.6" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#00b48d" />
|
|
5
|
+
<stop offset=".1" stop-color="#3faa77" />
|
|
6
|
+
<stop offset=".3" stop-color="#234148" />
|
|
7
|
+
<stop offset=".7" stop-color="#203b44" />
|
|
8
|
+
<stop offset=".9" stop-color="#ad2e6e" />
|
|
9
|
+
<stop offset="1" stop-color="#c81b74" />
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="lg2" x1="31.1" y1="31.1" x2="265.1" y2="265.1" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0" stop-color="#00b48d" />
|
|
13
|
+
<stop offset=".2" stop-color="#285251" />
|
|
14
|
+
<stop offset=".4" stop-color="#234148" />
|
|
15
|
+
<stop offset=".8" stop-color="#203b44" />
|
|
16
|
+
<stop offset=".9" stop-color="#a8316c" />
|
|
17
|
+
<stop offset="1" stop-color="#c81b74" />
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="lg3" x1="116.2" y1="143.9" x2="139.8" y2="143.9"
|
|
20
|
+
gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0" stop-color="#8bc751" />
|
|
22
|
+
<stop offset="1" stop-color="#0db14b" />
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="lg4" x1="136.1" y1="100.8" x2="159.6" y2="100.8"
|
|
25
|
+
xlink:href="#lg3" />
|
|
26
|
+
<linearGradient id="lg5" x1="155.3" y1="143.9" x2="178.9" y2="143.9"
|
|
27
|
+
xlink:href="#lg3" />
|
|
28
|
+
<linearGradient id="lg6" x1="46.8" y1="25.7" x2="89.6" y2="74.8" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop offset="0" stop-color="#b1d34a" />
|
|
30
|
+
<stop offset="1" stop-color="#50b848" />
|
|
31
|
+
</linearGradient>
|
|
32
|
+
</defs>
|
|
33
|
+
<rect width="296.2" height="296.2" rx="56.7" ry="56.7" style="fill:url(#lg1)" />
|
|
34
|
+
<rect x="16.3" y="16.3" width="263.6" height="263.6" rx="50.5" ry="50.5" style="fill:url(#lg2)" />
|
|
35
|
+
<circle cx="128" cy="143.9" r="11.8" style="fill:url(#lg3)" />
|
|
36
|
+
<circle cx="147.8" cy="100.8" r="11.8" style="fill:url(#lg4)" />
|
|
37
|
+
<path
|
|
38
|
+
d="m244.6 114.5.4-.5L160 33a17 17 0 0 0-24.7-.5l-86.4 83.3a15 15 0 0 0 9.2 26.9h19.3v-4.7l-13.7-12.7v-.1l83.7-80.8 84.2 81-13.9 12.8v4.5h19.5a15 15 0 0 0 7.4-28.1Z"
|
|
39
|
+
style="fill:url(#lg3)" />
|
|
40
|
+
<circle cx="167.1" cy="143.9" r="11.8" style="fill:url(#lg5)" />
|
|
41
|
+
<path fill="#fff" d="M219 89.3V35.5a10.5 10.5 0 1 0-21 0v33.7l21 20Z" />
|
|
42
|
+
<path
|
|
43
|
+
d="M91.4 73.3H83a37 37 0 0 0-14.5-28.4L65 50.2c.1 0 12.6 9 11.7 25.4-5.3-.4-11.2-1.9-16.3-5.3-11.8-7.8-16-23.7-11.9-46 8.7 1.5 34 7 43 22.8 4.1 7.3 4.1 16.1 0 26.2Z"
|
|
44
|
+
style="fill:url(#lg6)" />
|
|
45
|
+
<path
|
|
46
|
+
d="M65.9 80a49.6 49.6 0 0 0 17.8 2.2l16.6-16c1.6-8.3.5-15.7-3.3-22.4C84.6 22 47.8 17.5 46.2 17.4l-3-.4-.6 3c-3.8 18.4-5.9 50.6 23.2 60ZM48.4 24.4c8.7 1.5 34 7 43 22.8 4.1 7.3 4.1 16.1 0 26.2H83a37 37 0 0 0-14.5-28.4l-3.7 5.3c.1 0 12.6 9 11.7 25.4-5.3-.4-11.2-1.9-16.3-5.3-11.9-7.8-16-23.7-11.9-46Z"
|
|
47
|
+
fill="#1e5857" />
|
|
48
|
+
<path fill="#fff"
|
|
49
|
+
d="M250.5 90.5a17.4 17.4 0 1 1 0-34.8 17.4 17.4 0 0 1 0 34.8Zm0-22.7a5.4 5.4 0 0 0 0 10.7 5.3 5.3 0 0 0 0-10.7ZM258.8 148.2a15.9 15.9 0 0 0-9.6 28.5c-.8 4.2-5.4 4.6-5.4 4.6h-26v-43l13.6-13-1.8-2-82.2-79-81.2 78.3-2.5 2.6 13.7 13v42.9H53a21.5 21.5 0 1 0 11.7 15h12.6v18.8c0 7.8 6.4 14.1 14.1 14.1h29.3v14.8H64a10.6 10.6 0 0 0-17.7 8 10.6 10.6 0 0 0 17.6 8h157.6a16.3 16.3 0 1 0 0-16h-84.8V229h66.8c7.8 0 14.2-6.3 14.2-14.1v-19.2h27.6c14.3 0 17.8-12.8 18.5-16.6a15.9 15.9 0 0 0-5-30.9ZM43.7 210.8a10.3 10.3 0 1 1 0-20.6 10.3 10.3 0 0 1 0 20.6Zm192 36a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm-77-34.8h-22v-34h22v34Zm8.4-79.8c2.7 0 5.2 1 7.2 2.5v-10.4L188 137s2.6 1.3 4.6 1.3h6.7v68c0 3.2-2.6 5.7-5.7 5.7h-19v-34h1.4a7.5 7.5 0 0 0 0-15H120a7.5 7.5 0 0 0 0 15h.7v34h-19.3a5.7 5.7 0 0 1-5.7-5.6v-68.1h6.7c2 0 4.6-1.3 4.6-1.3l13.7-12.7v10.4a11.7 11.7 0 0 1 16 1.6v-13a14.9 14.9 0 0 0-25-10.8s-.1.2-.1.2l-.5.5-6.9 7H92.5l55-53.2 55.1 53.2h-11.8l-7-7c0-.2-.2-.3-.4-.5l-.2-.2a14.8 14.8 0 0 0-25 10.9v12.9c2.2-2.5 5.3-4.1 8.9-4.1Zm91.7 36.7a4.9 4.9 0 1 1 0-9.7 4.9 4.9 0 0 1 0 9.7Z" />
|
|
50
|
+
</svg>
|
package/docs/robots.txt
ADDED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1-dev-20250802-516a522",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.1-dev-20250802-516a522",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@matter/main": "0.15.
|
|
12
|
+
"@matter/main": "0.15.3",
|
|
13
13
|
"archiver": "7.0.1",
|
|
14
14
|
"express": "5.1.0",
|
|
15
15
|
"glob": "11.0.3",
|
|
@@ -70,86 +70,86 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"node_modules/@matter/general": {
|
|
73
|
-
"version": "0.15.
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@matter/general/-/general-0.15.
|
|
75
|
-
"integrity": "sha512-
|
|
73
|
+
"version": "0.15.3",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@matter/general/-/general-0.15.3.tgz",
|
|
75
|
+
"integrity": "sha512-GWp5nOvLdwR05yNm9uUY5wVl92L9e3zcFLW4XTyhn7jvb2qvtTP/OSn6c3whNO4BnwodLAM+BWzi3+b2q4p3Iw==",
|
|
76
76
|
"license": "Apache-2.0",
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@noble/curves": "^1.9.
|
|
78
|
+
"@noble/curves": "^1.9.5"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"node_modules/@matter/main": {
|
|
82
|
-
"version": "0.15.
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@matter/main/-/main-0.15.
|
|
84
|
-
"integrity": "sha512-
|
|
82
|
+
"version": "0.15.3",
|
|
83
|
+
"resolved": "https://registry.npmjs.org/@matter/main/-/main-0.15.3.tgz",
|
|
84
|
+
"integrity": "sha512-P/2YlbdseRuBLJWVpQnapf7w35aMuY2ksIEv384maFRFrEJh707xMk+HOcEetHHrBJZjCtgw+uUcWNks1D/8Rw==",
|
|
85
85
|
"license": "Apache-2.0",
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@matter/general": "0.15.
|
|
88
|
-
"@matter/model": "0.15.
|
|
89
|
-
"@matter/node": "0.15.
|
|
90
|
-
"@matter/protocol": "0.15.
|
|
91
|
-
"@matter/types": "0.15.
|
|
87
|
+
"@matter/general": "0.15.3",
|
|
88
|
+
"@matter/model": "0.15.3",
|
|
89
|
+
"@matter/node": "0.15.3",
|
|
90
|
+
"@matter/protocol": "0.15.3",
|
|
91
|
+
"@matter/types": "0.15.3"
|
|
92
92
|
},
|
|
93
93
|
"optionalDependencies": {
|
|
94
|
-
"@matter/nodejs": "0.15.
|
|
94
|
+
"@matter/nodejs": "0.15.3"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
"node_modules/@matter/model": {
|
|
98
|
-
"version": "0.15.
|
|
99
|
-
"resolved": "https://registry.npmjs.org/@matter/model/-/model-0.15.
|
|
100
|
-
"integrity": "sha512-
|
|
98
|
+
"version": "0.15.3",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/@matter/model/-/model-0.15.3.tgz",
|
|
100
|
+
"integrity": "sha512-HqbSjHbzwvHGmTmYqHOcl7tiwPVhxOakPaRuCBAPTt04EeuCDRuLfntRBi/2orQG/Av7gc9BKvVRDbNpmtOIRg==",
|
|
101
101
|
"license": "Apache-2.0",
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@matter/general": "0.15.
|
|
103
|
+
"@matter/general": "0.15.3"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"node_modules/@matter/node": {
|
|
107
|
-
"version": "0.15.
|
|
108
|
-
"resolved": "https://registry.npmjs.org/@matter/node/-/node-0.15.
|
|
109
|
-
"integrity": "sha512-
|
|
107
|
+
"version": "0.15.3",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@matter/node/-/node-0.15.3.tgz",
|
|
109
|
+
"integrity": "sha512-VosBvjXs9OxLNpUsi5lbPbPcAi6yJIv0jcFmWuclZYwGeg8mwCIkA+0KYr7wPvEiVatGjekSvHbDEZq7Rt6ktg==",
|
|
110
110
|
"license": "Apache-2.0",
|
|
111
111
|
"dependencies": {
|
|
112
|
-
"@matter/general": "0.15.
|
|
113
|
-
"@matter/model": "0.15.
|
|
114
|
-
"@matter/protocol": "0.15.
|
|
115
|
-
"@matter/types": "0.15.
|
|
112
|
+
"@matter/general": "0.15.3",
|
|
113
|
+
"@matter/model": "0.15.3",
|
|
114
|
+
"@matter/protocol": "0.15.3",
|
|
115
|
+
"@matter/types": "0.15.3"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"node_modules/@matter/nodejs": {
|
|
119
|
-
"version": "0.15.
|
|
120
|
-
"resolved": "https://registry.npmjs.org/@matter/nodejs/-/nodejs-0.15.
|
|
121
|
-
"integrity": "sha512-
|
|
119
|
+
"version": "0.15.3",
|
|
120
|
+
"resolved": "https://registry.npmjs.org/@matter/nodejs/-/nodejs-0.15.3.tgz",
|
|
121
|
+
"integrity": "sha512-GkznMoN4TFudI298pbljTNJrZKQnvyBjzkPt3Bbyj+NS9o4cOZ3332se4WdYrW3DVg6EZGezER4QT8ksBTltIA==",
|
|
122
122
|
"license": "Apache-2.0",
|
|
123
123
|
"optional": true,
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"@matter/general": "0.15.
|
|
126
|
-
"@matter/node": "0.15.
|
|
127
|
-
"@matter/protocol": "0.15.
|
|
128
|
-
"@matter/types": "0.15.
|
|
125
|
+
"@matter/general": "0.15.3",
|
|
126
|
+
"@matter/node": "0.15.3",
|
|
127
|
+
"@matter/protocol": "0.15.3",
|
|
128
|
+
"@matter/types": "0.15.3"
|
|
129
129
|
},
|
|
130
130
|
"engines": {
|
|
131
131
|
"node": ">=18.0.0"
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
134
|
"node_modules/@matter/protocol": {
|
|
135
|
-
"version": "0.15.
|
|
136
|
-
"resolved": "https://registry.npmjs.org/@matter/protocol/-/protocol-0.15.
|
|
137
|
-
"integrity": "sha512-
|
|
135
|
+
"version": "0.15.3",
|
|
136
|
+
"resolved": "https://registry.npmjs.org/@matter/protocol/-/protocol-0.15.3.tgz",
|
|
137
|
+
"integrity": "sha512-mgzAO1j4737iR7tig2lOWxntyBKyHjxCJen8TKYX3Rb8bFPQvwTANMSa/1EvnAWb4UJBajci8Qro1wTHRE6vBA==",
|
|
138
138
|
"license": "Apache-2.0",
|
|
139
139
|
"dependencies": {
|
|
140
|
-
"@matter/general": "0.15.
|
|
141
|
-
"@matter/model": "0.15.
|
|
142
|
-
"@matter/types": "0.15.
|
|
140
|
+
"@matter/general": "0.15.3",
|
|
141
|
+
"@matter/model": "0.15.3",
|
|
142
|
+
"@matter/types": "0.15.3"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
"node_modules/@matter/types": {
|
|
146
|
-
"version": "0.15.
|
|
147
|
-
"resolved": "https://registry.npmjs.org/@matter/types/-/types-0.15.
|
|
148
|
-
"integrity": "sha512-
|
|
146
|
+
"version": "0.15.3",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@matter/types/-/types-0.15.3.tgz",
|
|
148
|
+
"integrity": "sha512-S9vMBtZWs+Nd6OzQjNlo252v9+g5eRZnSvL7HNDYQghXrg/W74kmWf4TGdlDu2w0n8kcIFJ8utiMb5h1CeyqwQ==",
|
|
149
149
|
"license": "Apache-2.0",
|
|
150
150
|
"dependencies": {
|
|
151
|
-
"@matter/general": "0.15.
|
|
152
|
-
"@matter/model": "0.15.
|
|
151
|
+
"@matter/general": "0.15.3",
|
|
152
|
+
"@matter/model": "0.15.3"
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
155
|
"node_modules/@noble/curves": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1-dev-20250802-516a522",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -99,8 +99,11 @@
|
|
|
99
99
|
"types": "./dist/matter/types.d.ts"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
+
"overrides": {
|
|
103
|
+
"typescript": "5.9.2"
|
|
104
|
+
},
|
|
102
105
|
"dependencies": {
|
|
103
|
-
"@matter/main": "0.15.
|
|
106
|
+
"@matter/main": "0.15.3",
|
|
104
107
|
"archiver": "7.0.1",
|
|
105
108
|
"express": "5.1.0",
|
|
106
109
|
"glob": "11.0.3",
|