matterbridge 3.5.0-dev-20260117-88ddbe4 → 3.5.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 (326) hide show
  1. package/CHANGELOG.md +130 -122
  2. package/README.md +14 -14
  3. package/dist/broadcastServer.d.ts +115 -0
  4. package/dist/broadcastServer.d.ts.map +1 -0
  5. package/dist/broadcastServer.js +117 -0
  6. package/dist/broadcastServer.js.map +1 -0
  7. package/dist/broadcastServerTypes.d.ts +43 -0
  8. package/dist/broadcastServerTypes.d.ts.map +1 -0
  9. package/dist/broadcastServerTypes.js +24 -0
  10. package/dist/broadcastServerTypes.js.map +1 -0
  11. package/dist/cli.d.ts +24 -0
  12. package/dist/cli.d.ts.map +1 -0
  13. package/dist/cli.js +98 -1
  14. package/dist/cli.js.map +1 -0
  15. package/dist/cliEmitter.d.ts +36 -0
  16. package/dist/cliEmitter.d.ts.map +1 -0
  17. package/dist/cliEmitter.js +37 -0
  18. package/dist/cliEmitter.js.map +1 -0
  19. package/dist/cliHistory.d.ts +42 -0
  20. package/dist/cliHistory.d.ts.map +1 -0
  21. package/dist/cliHistory.js +38 -0
  22. package/dist/cliHistory.js.map +1 -0
  23. package/dist/clusters/export.d.ts +1 -0
  24. package/dist/clusters/export.d.ts.map +1 -0
  25. package/dist/clusters/export.js +2 -0
  26. package/dist/clusters/export.js.map +1 -0
  27. package/dist/deviceManager.d.ts +108 -0
  28. package/dist/deviceManager.d.ts.map +1 -0
  29. package/dist/deviceManager.js +113 -1
  30. package/dist/deviceManager.js.map +1 -0
  31. package/dist/devices/airConditioner.d.ts +75 -0
  32. package/dist/devices/airConditioner.d.ts.map +1 -0
  33. package/dist/devices/airConditioner.js +57 -0
  34. package/dist/devices/airConditioner.js.map +1 -0
  35. package/dist/devices/batteryStorage.d.ts +43 -0
  36. package/dist/devices/batteryStorage.d.ts.map +1 -0
  37. package/dist/devices/batteryStorage.js +48 -1
  38. package/dist/devices/batteryStorage.js.map +1 -0
  39. package/dist/devices/cooktop.d.ts +55 -0
  40. package/dist/devices/cooktop.d.ts.map +1 -0
  41. package/dist/devices/cooktop.js +56 -0
  42. package/dist/devices/cooktop.js.map +1 -0
  43. package/dist/devices/dishwasher.d.ts +55 -0
  44. package/dist/devices/dishwasher.d.ts.map +1 -0
  45. package/dist/devices/dishwasher.js +57 -0
  46. package/dist/devices/dishwasher.js.map +1 -0
  47. package/dist/devices/evse.d.ts +57 -0
  48. package/dist/devices/evse.d.ts.map +1 -0
  49. package/dist/devices/evse.js +74 -10
  50. package/dist/devices/evse.js.map +1 -0
  51. package/dist/devices/export.d.ts +1 -0
  52. package/dist/devices/export.d.ts.map +1 -0
  53. package/dist/devices/export.js +5 -0
  54. package/dist/devices/export.js.map +1 -0
  55. package/dist/devices/extractorHood.d.ts +41 -0
  56. package/dist/devices/extractorHood.d.ts.map +1 -0
  57. package/dist/devices/extractorHood.js +43 -0
  58. package/dist/devices/extractorHood.js.map +1 -0
  59. package/dist/devices/heatPump.d.ts +43 -0
  60. package/dist/devices/heatPump.d.ts.map +1 -0
  61. package/dist/devices/heatPump.js +50 -2
  62. package/dist/devices/heatPump.js.map +1 -0
  63. package/dist/devices/laundryDryer.d.ts +58 -0
  64. package/dist/devices/laundryDryer.d.ts.map +1 -0
  65. package/dist/devices/laundryDryer.js +62 -3
  66. package/dist/devices/laundryDryer.js.map +1 -0
  67. package/dist/devices/laundryWasher.d.ts +64 -0
  68. package/dist/devices/laundryWasher.d.ts.map +1 -0
  69. package/dist/devices/laundryWasher.js +70 -4
  70. package/dist/devices/laundryWasher.js.map +1 -0
  71. package/dist/devices/microwaveOven.d.ts +77 -1
  72. package/dist/devices/microwaveOven.d.ts.map +1 -0
  73. package/dist/devices/microwaveOven.js +88 -5
  74. package/dist/devices/microwaveOven.js.map +1 -0
  75. package/dist/devices/oven.d.ts +82 -0
  76. package/dist/devices/oven.d.ts.map +1 -0
  77. package/dist/devices/oven.js +85 -0
  78. package/dist/devices/oven.js.map +1 -0
  79. package/dist/devices/refrigerator.d.ts +100 -0
  80. package/dist/devices/refrigerator.d.ts.map +1 -0
  81. package/dist/devices/refrigerator.js +102 -0
  82. package/dist/devices/refrigerator.js.map +1 -0
  83. package/dist/devices/roboticVacuumCleaner.d.ts +83 -0
  84. package/dist/devices/roboticVacuumCleaner.d.ts.map +1 -0
  85. package/dist/devices/roboticVacuumCleaner.js +100 -9
  86. package/dist/devices/roboticVacuumCleaner.js.map +1 -0
  87. package/dist/devices/solarPower.d.ts +36 -0
  88. package/dist/devices/solarPower.d.ts.map +1 -0
  89. package/dist/devices/solarPower.js +38 -0
  90. package/dist/devices/solarPower.js.map +1 -0
  91. package/dist/devices/speaker.d.ts +79 -0
  92. package/dist/devices/speaker.d.ts.map +1 -0
  93. package/dist/devices/speaker.js +84 -0
  94. package/dist/devices/speaker.js.map +1 -0
  95. package/dist/devices/temperatureControl.d.ts +21 -0
  96. package/dist/devices/temperatureControl.d.ts.map +1 -0
  97. package/dist/devices/temperatureControl.js +24 -3
  98. package/dist/devices/temperatureControl.js.map +1 -0
  99. package/dist/devices/waterHeater.d.ts +74 -0
  100. package/dist/devices/waterHeater.d.ts.map +1 -0
  101. package/dist/devices/waterHeater.js +82 -2
  102. package/dist/devices/waterHeater.js.map +1 -0
  103. package/dist/dgram/coap.d.ts +171 -0
  104. package/dist/dgram/coap.d.ts.map +1 -0
  105. package/dist/dgram/coap.js +126 -13
  106. package/dist/dgram/coap.js.map +1 -0
  107. package/dist/dgram/dgram.d.ts +99 -0
  108. package/dist/dgram/dgram.d.ts.map +1 -0
  109. package/dist/dgram/dgram.js +114 -2
  110. package/dist/dgram/dgram.js.map +1 -0
  111. package/dist/dgram/mb_coap.d.ts +23 -0
  112. package/dist/dgram/mb_coap.d.ts.map +1 -0
  113. package/dist/dgram/mb_coap.js +41 -3
  114. package/dist/dgram/mb_coap.js.map +1 -0
  115. package/dist/dgram/mb_mdns.d.ts +23 -0
  116. package/dist/dgram/mb_mdns.d.ts.map +1 -0
  117. package/dist/dgram/mb_mdns.js +80 -24
  118. package/dist/dgram/mb_mdns.js.map +1 -0
  119. package/dist/dgram/mdns.d.ts +187 -4
  120. package/dist/dgram/mdns.d.ts.map +1 -0
  121. package/dist/dgram/mdns.js +371 -139
  122. package/dist/dgram/mdns.js.map +1 -0
  123. package/dist/dgram/multicast.d.ts +49 -0
  124. package/dist/dgram/multicast.d.ts.map +1 -0
  125. package/dist/dgram/multicast.js +62 -1
  126. package/dist/dgram/multicast.js.map +1 -0
  127. package/dist/dgram/unicast.d.ts +53 -0
  128. package/dist/dgram/unicast.d.ts.map +1 -0
  129. package/dist/dgram/unicast.js +60 -0
  130. package/dist/dgram/unicast.js.map +1 -0
  131. package/dist/frontend.d.ts +187 -0
  132. package/dist/frontend.d.ts.map +1 -0
  133. package/dist/frontend.js +543 -73
  134. package/dist/frontend.js.map +1 -0
  135. package/dist/frontendTypes.d.ts +57 -0
  136. package/dist/frontendTypes.d.ts.map +1 -0
  137. package/dist/frontendTypes.js +45 -0
  138. package/dist/frontendTypes.js.map +1 -0
  139. package/dist/helpers.d.ts +43 -0
  140. package/dist/helpers.d.ts.map +1 -0
  141. package/dist/helpers.js +53 -0
  142. package/dist/helpers.js.map +1 -0
  143. package/dist/index.d.ts +23 -0
  144. package/dist/index.d.ts.map +1 -0
  145. package/dist/index.js +25 -0
  146. package/dist/index.js.map +1 -0
  147. package/dist/jestutils/export.d.ts +1 -0
  148. package/dist/jestutils/export.d.ts.map +1 -0
  149. package/dist/jestutils/export.js +1 -0
  150. package/dist/jestutils/export.js.map +1 -0
  151. package/dist/jestutils/jestHelpers.d.ts +255 -0
  152. package/dist/jestutils/jestHelpers.d.ts.map +1 -0
  153. package/dist/jestutils/jestHelpers.js +372 -14
  154. package/dist/jestutils/jestHelpers.js.map +1 -0
  155. package/dist/logger/export.d.ts +1 -0
  156. package/dist/logger/export.d.ts.map +1 -0
  157. package/dist/logger/export.js +1 -0
  158. package/dist/logger/export.js.map +1 -0
  159. package/dist/matter/behaviors.d.ts +1 -0
  160. package/dist/matter/behaviors.d.ts.map +1 -0
  161. package/dist/matter/behaviors.js +2 -0
  162. package/dist/matter/behaviors.js.map +1 -0
  163. package/dist/matter/clusters.d.ts +1 -0
  164. package/dist/matter/clusters.d.ts.map +1 -0
  165. package/dist/matter/clusters.js +2 -0
  166. package/dist/matter/clusters.js.map +1 -0
  167. package/dist/matter/devices.d.ts +1 -0
  168. package/dist/matter/devices.d.ts.map +1 -0
  169. package/dist/matter/devices.js +2 -0
  170. package/dist/matter/devices.js.map +1 -0
  171. package/dist/matter/endpoints.d.ts +1 -0
  172. package/dist/matter/endpoints.d.ts.map +1 -0
  173. package/dist/matter/endpoints.js +2 -0
  174. package/dist/matter/endpoints.js.map +1 -0
  175. package/dist/matter/export.d.ts +1 -0
  176. package/dist/matter/export.d.ts.map +1 -0
  177. package/dist/matter/export.js +2 -0
  178. package/dist/matter/export.js.map +1 -0
  179. package/dist/matter/types.d.ts +1 -0
  180. package/dist/matter/types.d.ts.map +1 -0
  181. package/dist/matter/types.js +2 -0
  182. package/dist/matter/types.js.map +1 -0
  183. package/dist/matterNode.d.ts +258 -0
  184. package/dist/matterNode.d.ts.map +1 -0
  185. package/dist/matterNode.js +362 -9
  186. package/dist/matterNode.js.map +1 -0
  187. package/dist/matterbridge.d.ts +362 -0
  188. package/dist/matterbridge.d.ts.map +1 -0
  189. package/dist/matterbridge.js +879 -56
  190. package/dist/matterbridge.js.map +1 -0
  191. package/dist/matterbridgeAccessoryPlatform.d.ts +36 -0
  192. package/dist/matterbridgeAccessoryPlatform.d.ts.map +1 -0
  193. package/dist/matterbridgeAccessoryPlatform.js +38 -0
  194. package/dist/matterbridgeAccessoryPlatform.js.map +1 -0
  195. package/dist/matterbridgeBehaviors.d.ts +24 -0
  196. package/dist/matterbridgeBehaviors.d.ts.map +1 -0
  197. package/dist/matterbridgeBehaviors.js +68 -5
  198. package/dist/matterbridgeBehaviors.js.map +1 -0
  199. package/dist/matterbridgeDeviceTypes.d.ts +649 -0
  200. package/dist/matterbridgeDeviceTypes.d.ts.map +1 -0
  201. package/dist/matterbridgeDeviceTypes.js +673 -6
  202. package/dist/matterbridgeDeviceTypes.js.map +1 -0
  203. package/dist/matterbridgeDynamicPlatform.d.ts +36 -0
  204. package/dist/matterbridgeDynamicPlatform.d.ts.map +1 -0
  205. package/dist/matterbridgeDynamicPlatform.js +38 -0
  206. package/dist/matterbridgeDynamicPlatform.js.map +1 -0
  207. package/dist/matterbridgeEndpoint.d.ts +1332 -0
  208. package/dist/matterbridgeEndpoint.d.ts.map +1 -0
  209. package/dist/matterbridgeEndpoint.js +1457 -53
  210. package/dist/matterbridgeEndpoint.js.map +1 -0
  211. package/dist/matterbridgeEndpointHelpers.d.ts +425 -0
  212. package/dist/matterbridgeEndpointHelpers.d.ts.map +1 -0
  213. package/dist/matterbridgeEndpointHelpers.js +483 -20
  214. package/dist/matterbridgeEndpointHelpers.js.map +1 -0
  215. package/dist/matterbridgeEndpointTypes.d.ts +70 -0
  216. package/dist/matterbridgeEndpointTypes.d.ts.map +1 -0
  217. package/dist/matterbridgeEndpointTypes.js +25 -0
  218. package/dist/matterbridgeEndpointTypes.js.map +1 -0
  219. package/dist/matterbridgePlatform.d.ts +425 -0
  220. package/dist/matterbridgePlatform.d.ts.map +1 -0
  221. package/dist/matterbridgePlatform.js +451 -1
  222. package/dist/matterbridgePlatform.js.map +1 -0
  223. package/dist/matterbridgeTypes.d.ts +46 -0
  224. package/dist/matterbridgeTypes.d.ts.map +1 -0
  225. package/dist/matterbridgeTypes.js +26 -0
  226. package/dist/matterbridgeTypes.js.map +1 -0
  227. package/dist/pluginManager.d.ts +305 -0
  228. package/dist/pluginManager.d.ts.map +1 -0
  229. package/dist/pluginManager.js +341 -5
  230. package/dist/pluginManager.js.map +1 -0
  231. package/dist/shelly.d.ts +157 -0
  232. package/dist/shelly.d.ts.map +1 -0
  233. package/dist/shelly.js +178 -7
  234. package/dist/shelly.js.map +1 -0
  235. package/dist/storage/export.d.ts +1 -0
  236. package/dist/storage/export.d.ts.map +1 -0
  237. package/dist/storage/export.js +1 -0
  238. package/dist/storage/export.js.map +1 -0
  239. package/dist/update.d.ts +75 -0
  240. package/dist/update.d.ts.map +1 -0
  241. package/dist/update.js +93 -1
  242. package/dist/update.js.map +1 -0
  243. package/dist/utils/colorUtils.d.ts +77 -0
  244. package/dist/utils/colorUtils.d.ts.map +1 -0
  245. package/dist/utils/colorUtils.js +97 -2
  246. package/dist/utils/colorUtils.js.map +1 -0
  247. package/dist/utils/commandLine.d.ts +60 -0
  248. package/dist/utils/commandLine.d.ts.map +1 -0
  249. package/dist/utils/commandLine.js +60 -0
  250. package/dist/utils/commandLine.js.map +1 -0
  251. package/dist/utils/copyDirectory.d.ts +33 -0
  252. package/dist/utils/copyDirectory.d.ts.map +1 -0
  253. package/dist/utils/copyDirectory.js +37 -0
  254. package/dist/utils/copyDirectory.js.map +1 -0
  255. package/dist/utils/createDirectory.d.ts +32 -0
  256. package/dist/utils/createDirectory.d.ts.map +1 -0
  257. package/dist/utils/createDirectory.js +33 -0
  258. package/dist/utils/createDirectory.js.map +1 -0
  259. package/dist/utils/createZip.d.ts +38 -0
  260. package/dist/utils/createZip.d.ts.map +1 -0
  261. package/dist/utils/createZip.js +47 -2
  262. package/dist/utils/createZip.js.map +1 -0
  263. package/dist/utils/deepCopy.d.ts +31 -0
  264. package/dist/utils/deepCopy.d.ts.map +1 -0
  265. package/dist/utils/deepCopy.js +39 -0
  266. package/dist/utils/deepCopy.js.map +1 -0
  267. package/dist/utils/deepEqual.d.ts +53 -0
  268. package/dist/utils/deepEqual.d.ts.map +1 -0
  269. package/dist/utils/deepEqual.js +72 -1
  270. package/dist/utils/deepEqual.js.map +1 -0
  271. package/dist/utils/error.d.ts +42 -0
  272. package/dist/utils/error.d.ts.map +1 -0
  273. package/dist/utils/error.js +42 -0
  274. package/dist/utils/error.js.map +1 -0
  275. package/dist/utils/export.d.ts +1 -0
  276. package/dist/utils/export.d.ts.map +1 -0
  277. package/dist/utils/export.js +1 -0
  278. package/dist/utils/export.js.map +1 -0
  279. package/dist/utils/format.d.ts +49 -0
  280. package/dist/utils/format.d.ts.map +1 -0
  281. package/dist/utils/format.js +49 -0
  282. package/dist/utils/format.js.map +1 -0
  283. package/dist/utils/hex.d.ts +85 -0
  284. package/dist/utils/hex.d.ts.map +1 -0
  285. package/dist/utils/hex.js +124 -0
  286. package/dist/utils/hex.js.map +1 -0
  287. package/dist/utils/inspector.d.ts +63 -0
  288. package/dist/utils/inspector.d.ts.map +1 -0
  289. package/dist/utils/inspector.js +69 -1
  290. package/dist/utils/inspector.js.map +1 -0
  291. package/dist/utils/isValid.d.ts +93 -0
  292. package/dist/utils/isValid.d.ts.map +1 -0
  293. package/dist/utils/isValid.js +93 -0
  294. package/dist/utils/isValid.js.map +1 -0
  295. package/dist/utils/network.d.ts +116 -0
  296. package/dist/utils/network.d.ts.map +1 -0
  297. package/dist/utils/network.js +126 -5
  298. package/dist/utils/network.js.map +1 -0
  299. package/dist/utils/spawn.d.ts +32 -0
  300. package/dist/utils/spawn.d.ts.map +1 -0
  301. package/dist/utils/spawn.js +71 -1
  302. package/dist/utils/spawn.js.map +1 -0
  303. package/dist/utils/tracker.d.ts +56 -0
  304. package/dist/utils/tracker.d.ts.map +1 -0
  305. package/dist/utils/tracker.js +64 -1
  306. package/dist/utils/tracker.js.map +1 -0
  307. package/dist/utils/wait.d.ts +51 -0
  308. package/dist/utils/wait.d.ts.map +1 -0
  309. package/dist/utils/wait.js +60 -8
  310. package/dist/utils/wait.js.map +1 -0
  311. package/dist/workerGlobalPrefix.d.ts +24 -0
  312. package/dist/workerGlobalPrefix.d.ts.map +1 -0
  313. package/dist/workerGlobalPrefix.js +37 -5
  314. package/dist/workerGlobalPrefix.js.map +1 -0
  315. package/dist/workerTypes.d.ts +25 -0
  316. package/dist/workerTypes.d.ts.map +1 -0
  317. package/dist/workerTypes.js +24 -0
  318. package/dist/workerTypes.js.map +1 -0
  319. package/dist/workers.d.ts +61 -0
  320. package/dist/workers.d.ts.map +1 -0
  321. package/dist/workers.js +68 -4
  322. package/dist/workers.js.map +1 -0
  323. package/frontend/build/assets/index.js +4 -4
  324. package/frontend/package.json +1 -1
  325. package/npm-shrinkwrap.json +5 -35
  326. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge and sponsoring it.
6
6
 
7
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
7
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
8
8
 
9
9
  ## Project evolution
10
10
 
@@ -28,11 +28,15 @@ Advantages:
28
28
  - individual plugin isolation in childbridge mode;
29
29
  - ability to update the plugin in childbridge mode without restarting matterbridge;
30
30
 
31
- ## [3.5.0] - Dev branch
31
+ ## [3.5.0] - 2026-01-20
32
32
 
33
33
  ### Breaking Changes
34
34
 
35
- - [matter]: This release brings the upgrade to matter 1.4.2 and matter.js 0.16.x.
35
+ - [matter]: This release brings the upgrade to matter 1.4.2 and matter.js 0.16.x. It may cause the controllers to see a new device.
36
+ - [childbridge]: Fixed nodeLabel from deviceName in childbridge mode. It may cause the controllers to see a new device.
37
+ - [modeserver]: Fixed nodeLabel from deviceName for server node devices. It may cause the controllers to see a new device.
38
+ - [matterbridge]: On restart (typically on the Home Assistant addon), when the plugin is not found and is reinstalled, it is now reinstalled from the latest dev if it was on the dev branch.
39
+ - [docker]: Removed the arch linux/arm/v7 from all docker images.
36
40
 
37
41
  ### Changed device types in Matter 1.4.2
38
42
 
@@ -59,9 +63,9 @@ Advantages:
59
63
  - [Thermostat]: Revision 9 - Removed AlarmMask attribute and AlarmCodeBitmap Type.
60
64
  - [Identify]: Revision 6 - Added Q quality for IdentifyTime attribute.
61
65
  - [WindowCovering]: Revision 6 - Marked AbsolutePosition feature and associated elements provisional.
62
- - [RvcCleanMode]: Revision 4 - Add VacuumThenMop cleaning mode.
63
- - [RvcOperationalState]: Revision 4 - Add several operational states and errors.
64
- - [ServiceArea]: Revision 2 - Rename InitialTimeEstimate to EstimatedTime.
66
+ - [RvcCleanMode]: Revision 4 - Added VacuumThenMop cleaning mode.
67
+ - [RvcOperationalState]: Revision 4 - Added several operational states and errors.
68
+ - [ServiceArea]: Revision 2 - Renamed InitialTimeEstimate to EstimatedTime.
65
69
 
66
70
  ### Added
67
71
 
@@ -69,27 +73,31 @@ Advantages:
69
73
  - [frontend]: Enhanced logging for HTTP/HTTPS server binding in Frontend class.
70
74
  - [matterbridge]: Excluded specific network interfaces when looking for the first external interface.
71
75
  - [thermostat]: Conformance to new matter.js internal attributes externalMeasuredIndoorTemperature and externallyMeasuredOccupancy (not in Matter 1.4.2 specs).
72
- - [scenes]: Added SceneManagement when required.
76
+ - [scenes]: Added SceneManagement cluster when required.
77
+ - [server]: Added start and stop devices server mode in plugin restart.
78
+ - [server]: Added start and stop devices server mode in plugin enable and disable.
73
79
  - [matter.js]: Bump to matter.j v. 0.16.0.
74
80
  - [matter.js]: Bump to matter.j v. 0.16.1.
75
81
  - [matter.js]: Bump to matter.j v. 0.16.2.
76
82
  - [matter.js]: Bump to matter.j v. 0.16.3.
77
83
  - [matter.js]: Bump to matter.j v. 0.16.4.
78
84
  - [matter.js]: Bump to matter.j v. 0.16.5.
85
+ - [frontend]: Added the --bind parameter to bind the frontend to a specific address. Defaults to all addresses.
79
86
 
80
87
  ### Changed
81
88
 
82
89
  - [package]: Updated dependencies.
83
90
  - [eslint]: Moved cache in .cache/.eslintcache.
84
91
  - [prettier]: Moved cache in .cache/.prettiercache.
85
- - [DevContainer]: Refactor DevContainer to use bridge mode.
92
+ - [DevContainer]: Refactor DevContainer to use bridge mode and matterbridge docker network.
93
+ - [frontend]: Bumped `frontend` version to v. 3.4.2.
86
94
 
87
95
  ### Fixed
88
96
 
89
97
  - [evse]: Fixed the EnergyEvse.chargingEnabledUntil attribute that was wrongly set in the disable command (spec 9.3.8.4).
90
98
  - [package]: Fixed the devDependencies that slipped in for a bug in 3.4.7.
91
99
 
92
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
100
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
93
101
 
94
102
  ## [3.4.7] - 2026-01-12
95
103
 
@@ -117,7 +125,7 @@ Advantages:
117
125
 
118
126
  - [macOS]: Fixed the macOS launchctl configuration file. Update it from the README-MACOS-PLIST.
119
127
 
120
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
128
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
121
129
 
122
130
  ## [3.4.6] - 2026-01-02
123
131
 
@@ -138,7 +146,7 @@ Advantages:
138
146
  - [package]: Updated dependencies.
139
147
  - [reflector]: Bumped `reflector` version to v.1.1.0.
140
148
 
141
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
149
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
142
150
 
143
151
  ## [3.4.5] - 2025-12-27
144
152
 
@@ -157,7 +165,7 @@ Advantages:
157
165
 
158
166
  - [package]: Updated dependencies.
159
167
 
160
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
168
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
161
169
 
162
170
  ## [3.4.4] - 2025-12-19
163
171
 
@@ -182,7 +190,7 @@ Advantages:
182
190
  - [frontend]: Fixed mobileMode menu navigation. Thanks Calimerorulez (https://github.com/Luligu/matterbridge/issues/457).
183
191
  - [matterbridge]: Fixed debug level of matter logger.
184
192
 
185
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
193
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
186
194
 
187
195
  ## [3.4.3] - 2025-12-12
188
196
 
@@ -215,7 +223,7 @@ Advantages:
215
223
  - [matterbridge]: Fixed default delay and fixed_delay to 120 seconds.
216
224
  - [frontend]: Fixed resize in desktop mode.
217
225
 
218
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
226
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
219
227
 
220
228
  ## [3.4.2] - 2025-12-05
221
229
 
@@ -250,7 +258,7 @@ To solve the race condition on docker compose, use the --fixed_delay parameter.
250
258
  - [frontend]: Fixed persistance of autoScroll.
251
259
  - [frontend]: Fixed parameters info of Log panel in the Home page.
252
260
 
253
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
261
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
254
262
 
255
263
  ## [3.4.1] - 2025-12-01
256
264
 
@@ -276,7 +284,7 @@ To solve the race condition on docker compose, use the --fixed_delay parameter.
276
284
  - [frontend]: Fixed when the user put special characters in password. Thanks Dabern (https://github.com/Luligu/matterbridge/issues/443).
277
285
  - [frontend]: Fixed minimum size to 1300x1024 and add a max width to Url. Thanks Ricardo B. (https://github.com/Luligu/matterbridge-home-assistant-addon/issues/23).
278
286
 
279
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
287
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
280
288
 
281
289
  ## [3.4.0] - 2025-11-26
282
290
 
@@ -310,7 +318,7 @@ Removed the following long deprecated elements:
310
318
  - [jest]: Bumped jestHelpers v.1.0.13.
311
319
  - [spawn]: Bumped spawn module v.1.2.0.
312
320
 
313
- <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
321
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
314
322
 
315
323
  ## [3.3.8] - 2025-11-15
316
324
 
@@ -345,7 +353,7 @@ So please update your plugin.
345
353
  - [endpoint]: Changed logger level of single device classes.
346
354
 
347
355
  <a href="https://www.buymeacoffee.com/luligugithub">
348
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
356
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
349
357
  </a>
350
358
 
351
359
  ## [3.3.7] - 2025-11-08
@@ -372,7 +380,7 @@ So please update your plugin.
372
380
  - [frontend]: Fixed route fallback and cross platform path failing randomly with node prefix.
373
381
 
374
382
  <a href="https://www.buymeacoffee.com/luligugithub">
375
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
383
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
376
384
  </a>
377
385
 
378
386
  ## [3.3.6] - 2025-11-01
@@ -389,7 +397,7 @@ So please update your plugin.
389
397
  - [ingress]: Fixed websocket connection from Ingress.
390
398
 
391
399
  <a href="https://www.buymeacoffee.com/luligugithub">
392
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
400
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
393
401
  </a>
394
402
 
395
403
  ## [3.3.5] - 2025-10-31
@@ -414,7 +422,7 @@ So please update your plugin.
414
422
  - [service]: Fixed systemd [configuration](README-SERVICE-LOCAL.md) with local global node_modules.
415
423
 
416
424
  <a href="https://www.buymeacoffee.com/luligugithub">
417
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
425
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
418
426
  </a>
419
427
 
420
428
  ## [3.3.4] - 2025-10-24
@@ -445,7 +453,7 @@ So please update your plugin.
445
453
  - [thrmostat]: Fixed minSetpointDeadBand data type. Thanks Apollon!
446
454
 
447
455
  <a href="https://www.buymeacoffee.com/luligugithub">
448
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
456
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
449
457
  </a>
450
458
 
451
459
  ## [3.3.3] - 2025-10-18
@@ -472,7 +480,7 @@ So please update your plugin.
472
480
  - [history]: Added external and array buffers to the history chart.
473
481
 
474
482
  <a href="https://www.buymeacoffee.com/luligugithub">
475
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
483
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
476
484
  </a>
477
485
 
478
486
  ## [3.3.2] - 2025-10-13
@@ -482,7 +490,7 @@ So please update your plugin.
482
490
  - [frontend]: Fixed update to latest.
483
491
 
484
492
  <a href="https://www.buymeacoffee.com/luligugithub">
485
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
493
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
486
494
  </a>
487
495
 
488
496
  ## [3.3.1] - 2025-10-12
@@ -522,7 +530,7 @@ So please update your plugin.
522
530
  - [frontend]: Fixed matter log on file not setting correctly.
523
531
 
524
532
  <a href="https://www.buymeacoffee.com/luligugithub">
525
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
533
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
526
534
  </a>
527
535
 
528
536
  ## [3.3.0] - 2025-10-03
@@ -605,7 +613,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
605
613
  - [frontend]: General improvements and small bug fixes.
606
614
 
607
615
  <a href="https://www.buymeacoffee.com/luligugithub">
608
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
616
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
609
617
  </a>
610
618
 
611
619
  ## [3.2.9] - 2025-09-27
@@ -636,7 +644,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
636
644
  - [frontend]: Fix default values (devices) for homePageMode (logs/devices) in MatterbridgeSettings.
637
645
 
638
646
  <a href="https://www.buymeacoffee.com/luligugithub">
639
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
647
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
640
648
  </a>
641
649
 
642
650
  ## [3.2.8] - 2025-09-20
@@ -665,7 +673,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
665
673
  - [shutdown]: Fixed the case when shutting down the http(s) server took 10 seconds.
666
674
 
667
675
  <a href="https://www.buymeacoffee.com/luligugithub">
668
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
676
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
669
677
  </a>
670
678
 
671
679
  ## [3.2.7] - 2025-09-14
@@ -689,7 +697,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
689
697
  - [matterbridge.io]: Updated web site [matterbridge.io](matterbridge.io).
690
698
 
691
699
  <a href="https://www.buymeacoffee.com/luligugithub">
692
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
700
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
693
701
  </a>
694
702
 
695
703
  ## [3.2.6] - 2025-09-06
@@ -725,7 +733,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
725
733
  - [jest]: Fixed cli test failing with Jest v. 30.1.3.
726
734
 
727
735
  <a href="https://www.buymeacoffee.com/luligugithub">
728
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
736
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
729
737
  </a>
730
738
 
731
739
  ## [3.2.5] - 2025-09-02
@@ -748,7 +756,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
748
756
  - [frontend]: Fixed padding in QRDivDevice (devices in 'server' mode).
749
757
 
750
758
  <a href="https://www.buymeacoffee.com/luligugithub">
751
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
759
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
752
760
  </a>
753
761
 
754
762
  ## [3.2.4] - 2025-08-29
@@ -762,7 +770,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
762
770
  - [package]: Updated dependencies.
763
771
 
764
772
  <a href="https://www.buymeacoffee.com/luligugithub">
765
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
773
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
766
774
  </a>
767
775
 
768
776
  ## [3.2.3] - 2025-08-20
@@ -782,7 +790,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
782
790
  - [package]: Updated dependencies.
783
791
 
784
792
  <a href="https://www.buymeacoffee.com/luligugithub">
785
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
793
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
786
794
  </a>
787
795
 
788
796
  ## [3.2.2] - 2025-08-10
@@ -796,7 +804,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
796
804
  - [frontend]: Fixed new Matterbridge frontend version message on the Home page.
797
805
 
798
806
  <a href="https://www.buymeacoffee.com/luligugithub">
799
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
807
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
800
808
  </a>
801
809
 
802
810
  ## [3.2.1] - 2025-08-10
@@ -826,7 +834,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
826
834
  - [frontend]: Fixed new Matterbridge version message on the Home page.
827
835
 
828
836
  <a href="https://www.buymeacoffee.com/luligugithub">
829
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
837
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
830
838
  </a>
831
839
 
832
840
  ## [3.2.0] - 2025-08-01
@@ -854,7 +862,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
854
862
  - [node.js]: Removed node 18 support.
855
863
 
856
864
  <a href="https://www.buymeacoffee.com/luligugithub">
857
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
865
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
858
866
  </a>
859
867
 
860
868
  ## [3.1.8] - 2025-07-28
@@ -884,7 +892,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
884
892
  - [advertise]: Changed the message advertise stopped to work also in childbridge mode.
885
893
 
886
894
  <a href="https://www.buymeacoffee.com/luligugithub">
887
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
895
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
888
896
  </a>
889
897
 
890
898
  ## [3.1.7] - 2025-07-25
@@ -908,7 +916,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
908
916
  - [package]: Updated dependencies.
909
917
 
910
918
  <a href="https://www.buymeacoffee.com/luligugithub">
911
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
919
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
912
920
  </a>
913
921
 
914
922
  ## [3.1.6] - 2025-07-22
@@ -928,7 +936,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
928
936
  - [package]: Updated dependencies.
929
937
 
930
938
  <a href="https://www.buymeacoffee.com/luligugithub">
931
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
939
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
932
940
  </a>
933
941
 
934
942
  ## [3.1.5] - 2025-07-19
@@ -947,7 +955,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
947
955
  - [readme-dev]: Added [documentation](README-DEV.md) for default plugin config and schema files.
948
956
 
949
957
  <a href="https://www.buymeacoffee.com/luligugithub">
950
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
958
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
951
959
  </a>
952
960
 
953
961
  ## [3.1.4] - 2025-07-16
@@ -968,7 +976,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
968
976
  - [bin]: Updated matterbridge bin.
969
977
 
970
978
  <a href="https://www.buymeacoffee.com/luligugithub">
971
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
979
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
972
980
  </a>
973
981
 
974
982
  ## [3.1.3] - 2025-07-14
@@ -990,7 +998,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
990
998
  - [shutdown]: Fixed error messages from frontend when Matterbridge is shutting down.
991
999
 
992
1000
  <a href="https://www.buymeacoffee.com/luligugithub">
993
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1001
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
994
1002
  </a>
995
1003
 
996
1004
  ## [3.1.2] - 2025-07-06
@@ -1010,7 +1018,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1010
1018
  - [package]: Updated dependencies.
1011
1019
 
1012
1020
  <a href="https://www.buymeacoffee.com/luligugithub">
1013
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1021
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1014
1022
  </a>
1015
1023
 
1016
1024
  ## [3.1.1] - 2025-07-04
@@ -1038,7 +1046,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1038
1046
  - [imports]: Added dynamic imports to Matterbridge and Frontend classes.
1039
1047
 
1040
1048
  <a href="https://www.buymeacoffee.com/luligugithub">
1041
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1049
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1042
1050
  </a>
1043
1051
 
1044
1052
  ## [3.1.0] - 2025-06-28
@@ -1067,7 +1075,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1067
1075
  - [matter.js]: Bumped `matter.js` to 0.15.0 (https://github.com/project-chip/matter.js/discussions/2203). Great job matter.js!
1068
1076
 
1069
1077
  <a href="https://www.buymeacoffee.com/luligugithub">
1070
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1078
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1071
1079
  </a>
1072
1080
 
1073
1081
  ## [3.0.7] - 2025-06-21
@@ -1089,7 +1097,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1089
1097
  - [platform]: Removed long deprecated methods: validateEntityBlackList and validateDeviceWhiteBlackList. Use validateDevice and validateEntity.
1090
1098
 
1091
1099
  <a href="https://www.buymeacoffee.com/luligugithub">
1092
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1100
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1093
1101
  </a>
1094
1102
 
1095
1103
  ## [3.0.6] - 2025-06-13
@@ -1118,7 +1126,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1118
1126
  - [evse]: Fixed jsdoc on Evse.
1119
1127
 
1120
1128
  <a href="https://www.buymeacoffee.com/luligugithub">
1121
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1129
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1122
1130
  </a>
1123
1131
 
1124
1132
  ## [3.0.5] - 2025-06-07
@@ -1142,7 +1150,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1142
1150
  - [selectAreas]: Fixed MatterbridgeServiceAreaServer.selectAreas.
1143
1151
 
1144
1152
  <a href="https://www.buymeacoffee.com/luligugithub">
1145
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1153
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1146
1154
  </a>
1147
1155
 
1148
1156
  ## [3.0.4] - 2025-05-26
@@ -1163,7 +1171,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1163
1171
  - [virtualDevice]: Fixed possible vulnerability in the length of the nodeLabel.
1164
1172
 
1165
1173
  <a href="https://www.buymeacoffee.com/luligugithub">
1166
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1174
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1167
1175
  </a>
1168
1176
 
1169
1177
  ## [3.0.3] - 2025-05-19
@@ -1195,7 +1203,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
1195
1203
  - [rvc]: Added the parameters in the RoboticVacuumCleaner class constructor.
1196
1204
 
1197
1205
  <a href="https://www.buymeacoffee.com/luligugithub">
1198
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1206
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1199
1207
  </a>
1200
1208
 
1201
1209
  ## [3.0.2] - 2025-05-14
@@ -1218,7 +1226,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
1218
1226
  - [frontend]: Fixed refresh of start/stop sharing.
1219
1227
 
1220
1228
  <a href="https://www.buymeacoffee.com/luligugithub">
1221
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1229
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1222
1230
  </a>
1223
1231
 
1224
1232
  ## [3.0.1] - 2025-05-06
@@ -1249,7 +1257,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
1249
1257
  - [frontend]: Fixed refresh and postfix for select in HomeDevices.
1250
1258
 
1251
1259
  <a href="https://www.buymeacoffee.com/luligugithub">
1252
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1260
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1253
1261
  </a>
1254
1262
 
1255
1263
  ## [3.0.0] - 2025-04-29
@@ -1319,7 +1327,7 @@ Modified clusters:
1319
1327
  - [frontend]: Fixed download logs that broke with express v5.1.0.
1320
1328
 
1321
1329
  <a href="https://www.buymeacoffee.com/luligugithub">
1322
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1330
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1323
1331
  </a>
1324
1332
 
1325
1333
  ## [2.2.9] - 2025-04-18
@@ -1338,7 +1346,7 @@ Modified clusters:
1338
1346
  - [frontend]: Fixed wrong notification when the server node has been paired.
1339
1347
 
1340
1348
  <a href="https://www.buymeacoffee.com/luligugithub">
1341
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1349
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1342
1350
  </a>
1343
1351
 
1344
1352
  ## [2.2.8] - 2025-04-10
@@ -1362,7 +1370,7 @@ Modified clusters:
1362
1370
  - [DevicesIcon]: Fixed rendering of rain, freeze and leak sensors.
1363
1371
 
1364
1372
  <a href="https://www.buymeacoffee.com/luligugithub">
1365
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1373
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1366
1374
  </a>
1367
1375
 
1368
1376
  ## [2.2.7] - 2025-04-06
@@ -1383,7 +1391,7 @@ Modified clusters:
1383
1391
  - [platform]: Fix getSelectDevices and getSelectEntities on node < 22.
1384
1392
 
1385
1393
  <a href="https://www.buymeacoffee.com/luligugithub">
1386
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1394
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1387
1395
  </a>
1388
1396
 
1389
1397
  ## [2.2.6] - 2025-04-01
@@ -1407,7 +1415,7 @@ Modified clusters:
1407
1415
  - [onOff]: The onOff cluster created from createOnOffClusterServer() is now correct (no Lighting feature).
1408
1416
 
1409
1417
  <a href="https://www.buymeacoffee.com/luligugithub">
1410
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1418
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1411
1419
  </a>
1412
1420
 
1413
1421
  ## [2.2.5] - 2025-03-19
@@ -1433,7 +1441,7 @@ Modified clusters:
1433
1441
  - [frontend]: Fixed case where more then one plugin has select in the Home page Devices panel.
1434
1442
 
1435
1443
  <a href="https://www.buymeacoffee.com/luligugithub">
1436
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1444
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1437
1445
  </a>
1438
1446
 
1439
1447
  ## [2.2.4] - 2025-03-10
@@ -1448,7 +1456,7 @@ Modified clusters:
1448
1456
  - [package]: Update dependencies.
1449
1457
 
1450
1458
  <a href="https://www.buymeacoffee.com/luligugithub">
1451
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1459
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1452
1460
  </a>
1453
1461
 
1454
1462
  ## [2.2.3] - 2025-03-05
@@ -1466,7 +1474,7 @@ Modified clusters:
1466
1474
  - [matterbridge]: False error notification on configure plugin.
1467
1475
 
1468
1476
  <a href="https://www.buymeacoffee.com/luligugithub">
1469
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1477
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1470
1478
  </a>
1471
1479
 
1472
1480
  ## [2.2.2] - 2025-03-05
@@ -1484,7 +1492,7 @@ Modified clusters:
1484
1492
  - [frontend]: The config editor cannot be opened a second time before the restart.
1485
1493
 
1486
1494
  <a href="https://www.buymeacoffee.com/luligugithub">
1487
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1495
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1488
1496
  </a>
1489
1497
 
1490
1498
  ## [2.2.1] - 2025-03-02
@@ -1503,7 +1511,7 @@ Modified clusters:
1503
1511
  - [package]: Update matter.js to 0.12.5.
1504
1512
 
1505
1513
  <a href="https://www.buymeacoffee.com/luligugithub">
1506
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1514
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1507
1515
  </a>
1508
1516
 
1509
1517
  ## [2.2.0] - 2025-02-27
@@ -1532,7 +1540,7 @@ Modified clusters:
1532
1540
  - [matterbridge]: Check endpoint state in /api/devices.
1533
1541
 
1534
1542
  <a href="https://www.buymeacoffee.com/luligugithub">
1535
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1543
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1536
1544
  </a>
1537
1545
 
1538
1546
  ## [2.1.5] - 2025-02-11
@@ -1557,7 +1565,7 @@ Modified clusters:
1557
1565
  - [matterbridge]: Refactor reset devices adding a wait of 1 sec to allow matter to deliver all messages before shutting down.
1558
1566
 
1559
1567
  <a href="https://www.buymeacoffee.com/luligugithub">
1560
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1568
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1561
1569
  </a>
1562
1570
 
1563
1571
  ## [2.1.4] - 2025-02-07
@@ -1574,7 +1582,7 @@ Modified clusters:
1574
1582
  - [matter.js]: Since matter.js storage cannot properly encode non latin names, they are encoded before passing them to matter.js.
1575
1583
 
1576
1584
  <a href="https://www.buymeacoffee.com/luligugithub">
1577
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1585
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1578
1586
  </a>
1579
1587
 
1580
1588
  ## [2.1.3] - 2025-02-04
@@ -1588,7 +1596,7 @@ Modified clusters:
1588
1596
  - [package]: Update dependencies.
1589
1597
 
1590
1598
  <a href="https://www.buymeacoffee.com/luligugithub">
1591
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1599
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1592
1600
  </a>
1593
1601
 
1594
1602
  ## [2.1.2] - 2025-02-03
@@ -1605,7 +1613,7 @@ Modified clusters:
1605
1613
  - [frontend]: Fixed update matterbridge.
1606
1614
 
1607
1615
  <a href="https://www.buymeacoffee.com/luligugithub">
1608
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1616
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1609
1617
  </a>
1610
1618
 
1611
1619
  ## [2.1.1] - 2025-02-02
@@ -1615,7 +1623,7 @@ Modified clusters:
1615
1623
  - [matter.js]: Fix close server nodes.
1616
1624
 
1617
1625
  <a href="https://www.buymeacoffee.com/luligugithub">
1618
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1626
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1619
1627
  </a>
1620
1628
 
1621
1629
  ## [2.1.0] - 2025-02-02
@@ -1637,7 +1645,7 @@ Modified clusters:
1637
1645
  - [package]: Update matter.js to 0.12.2.
1638
1646
 
1639
1647
  <a href="https://www.buymeacoffee.com/luligugithub">
1640
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1648
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1641
1649
  </a>
1642
1650
 
1643
1651
  ## [2.0.0] - 2025-01-20
@@ -1668,7 +1676,7 @@ Modified clusters:
1668
1676
  - [sessions]: Fixed the case when Active session was not reporting correctly.
1669
1677
 
1670
1678
  <a href="https://www.buymeacoffee.com/luligugithub">
1671
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1679
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1672
1680
  </a>
1673
1681
 
1674
1682
  ## [1.7.3] - 2025-01-11
@@ -1683,7 +1691,7 @@ Modified clusters:
1683
1691
  - [package]: Workflows use node 22.x.
1684
1692
 
1685
1693
  <a href="https://www.buymeacoffee.com/luligugithub">
1686
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1694
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1687
1695
  </a>
1688
1696
 
1689
1697
  ## [1.7.2] - 2025-01-11
@@ -1710,7 +1718,7 @@ Modified clusters:
1710
1718
  - [frontend]: Fixed restart that was not working correctly in Ingress.
1711
1719
 
1712
1720
  <a href="https://www.buymeacoffee.com/luligugithub">
1713
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1721
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1714
1722
  </a>
1715
1723
 
1716
1724
  ## [1.7.1] - 2025-01-07
@@ -1733,7 +1741,7 @@ Modified clusters:
1733
1741
  - [frontend]: Fixed WebSocketProvider online.
1734
1742
 
1735
1743
  <a href="https://www.buymeacoffee.com/luligugithub">
1736
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1744
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1737
1745
  </a>
1738
1746
 
1739
1747
  ## [1.7.0] - 2025-01-04
@@ -1766,7 +1774,7 @@ Modified clusters:
1766
1774
  - [frontend]: Fixed device/cluster api that was not working in Ingress.
1767
1775
 
1768
1776
  <a href="https://www.buymeacoffee.com/luligugithub">
1769
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1777
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1770
1778
  </a>
1771
1779
 
1772
1780
  ## [1.6.7] - 2024-12-15
@@ -1795,7 +1803,7 @@ It is possible that some controllers see them as new devices or need time to rea
1795
1803
  - [Device]: Fix addChildDeviceType methods to include debug parameter in MatterbridgeDevice instantiation.
1796
1804
 
1797
1805
  <a href="https://www.buymeacoffee.com/luligugithub">
1798
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1806
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1799
1807
  </a>
1800
1808
 
1801
1809
  ## [1.6.6] - 2024-12-12
@@ -1832,7 +1840,7 @@ It is possible that some controllers see them as new devices or need time to rea
1832
1840
  - [device]: Fix typos in Device and Endpoint.
1833
1841
 
1834
1842
  <a href="https://www.buymeacoffee.com/luligugithub">
1835
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1843
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1836
1844
  </a>
1837
1845
 
1838
1846
  ## [1.6.5] - 2024-12-02
@@ -1844,7 +1852,7 @@ It is possible that some controllers see them as new devices or need time to rea
1844
1852
  - [package]: Update dependencies.
1845
1853
 
1846
1854
  <a href="https://www.buymeacoffee.com/luligugithub">
1847
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1855
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1848
1856
  </a>
1849
1857
 
1850
1858
  ## [1.6.4] - 2024-11-29
@@ -1854,7 +1862,7 @@ It is possible that some controllers see them as new devices or need time to rea
1854
1862
  - [matter.js]: Update to matter.js 0.11.7.
1855
1863
 
1856
1864
  <a href="https://www.buymeacoffee.com/luligugithub">
1857
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1865
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1858
1866
  </a>
1859
1867
 
1860
1868
  ## [1.6.3] - 2024-11-27
@@ -1869,7 +1877,7 @@ It is possible that some controllers see them as new devices or need time to rea
1869
1877
  - [matter.js]: Update to matter.js 0.11.6.
1870
1878
 
1871
1879
  <a href="https://www.buymeacoffee.com/luligugithub">
1872
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1880
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1873
1881
  </a>
1874
1882
 
1875
1883
  ## [1.6.2] - 2024-11-25
@@ -1903,7 +1911,7 @@ It is possible that some controllers see them as new devices or need time to rea
1903
1911
  - [energySensor]: Fixed wrong types on ElectricalEnergyMeasurementCluster ElectricalPowerMeasurementCluster.
1904
1912
 
1905
1913
  <a href="https://www.buymeacoffee.com/luligugithub">
1906
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1914
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1907
1915
  </a>
1908
1916
 
1909
1917
  ## [1.6.1] - 2024-11-02
@@ -1921,7 +1929,7 @@ It is possible that some controllers see them as new devices or need time to rea
1921
1929
  - [package]: Update dependencies.
1922
1930
 
1923
1931
  <a href="https://www.buymeacoffee.com/luligugithub">
1924
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1932
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1925
1933
  </a>
1926
1934
 
1927
1935
  ## [1.6.0] - 2024-10-28
@@ -1941,7 +1949,7 @@ It is possible that some controllers see them as new devices or need time to rea
1941
1949
  - [package]: Update dependencies.
1942
1950
 
1943
1951
  <a href="https://www.buymeacoffee.com/luligugithub">
1944
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1952
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1945
1953
  </a>
1946
1954
 
1947
1955
  ## [1.5.10] - 2024-10-01
@@ -1953,7 +1961,7 @@ It is possible that some controllers see them as new devices or need time to rea
1953
1961
  - [package]: Update dependencies.
1954
1962
 
1955
1963
  <a href="https://www.buymeacoffee.com/luligugithub">
1956
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1964
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1957
1965
  </a>
1958
1966
 
1959
1967
  ## [1.5.9] - 2024-09-23
@@ -1969,7 +1977,7 @@ It is possible that some controllers see them as new devices or need time to rea
1969
1977
  - [package]: Update dependencies.
1970
1978
 
1971
1979
  <a href="https://www.buymeacoffee.com/luligugithub">
1972
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
1980
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1973
1981
  </a>
1974
1982
 
1975
1983
  ## [1.5.8] - 2024-09-21
@@ -1990,7 +1998,7 @@ It is possible that some controllers see them as new devices or need time to rea
1990
1998
  - [matterbridge]: Reset session informations when the controllers are not connected.
1991
1999
 
1992
2000
  <a href="https://www.buymeacoffee.com/luligugithub">
1993
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2001
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
1994
2002
  </a>
1995
2003
 
1996
2004
  ## [1.5.7] - 2024-09-17
@@ -2007,7 +2015,7 @@ It is possible that some controllers see them as new devices or need time to rea
2007
2015
  - [package]: Update dependencies.
2008
2016
 
2009
2017
  <a href="https://www.buymeacoffee.com/luligugithub">
2010
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2018
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2011
2019
  </a>
2012
2020
 
2013
2021
  ## [1.5.6] - 2024-09-13
@@ -2024,7 +2032,7 @@ It is possible that some controllers see them as new devices or need time to rea
2024
2032
  - [package]: Updated dependencies.
2025
2033
 
2026
2034
  <a href="https://www.buymeacoffee.com/luligugithub">
2027
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2035
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2028
2036
  </a>
2029
2037
 
2030
2038
  ## [1.5.5] - 2024-09-09
@@ -2037,7 +2045,7 @@ It is possible that some controllers see them as new devices or need time to rea
2037
2045
  - [package]: Update dependencies.
2038
2046
 
2039
2047
  <a href="https://www.buymeacoffee.com/luligugithub">
2040
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2048
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2041
2049
  </a>
2042
2050
 
2043
2051
  ## [1.5.4] - 2024-09-05
@@ -2049,7 +2057,7 @@ It is possible that some controllers see them as new devices or need time to rea
2049
2057
  - [package]: Removed all local matter 1.3 clusters now present in matter.js.
2050
2058
 
2051
2059
  <a href="https://www.buymeacoffee.com/luligugithub">
2052
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2060
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2053
2061
  </a>
2054
2062
 
2055
2063
  ## [1.5.3] - 2024-09-04
@@ -2066,7 +2074,7 @@ It is possible that some controllers see them as new devices or need time to rea
2066
2074
  - [package]: Removed long deprecated exports.
2067
2075
 
2068
2076
  <a href="https://www.buymeacoffee.com/luligugithub">
2069
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2077
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2070
2078
  </a>
2071
2079
 
2072
2080
  ## [1.5.2] - 2024-08-30
@@ -2095,7 +2103,7 @@ It is possible that some controllers see them as new devices or need time to rea
2095
2103
  - [spawn]: Modified the install or update function to add more info in the log.
2096
2104
 
2097
2105
  <a href="https://www.buymeacoffee.com/luligugithub">
2098
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2106
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2099
2107
  </a>
2100
2108
 
2101
2109
  ## [1.5.1] - 2024-08-28
@@ -2109,7 +2117,7 @@ It is possible that some controllers see them as new devices or need time to rea
2109
2117
  - [package]: Update dependencies.
2110
2118
 
2111
2119
  <a href="https://www.buymeacoffee.com/luligugithub">
2112
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2120
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2113
2121
  </a>
2114
2122
 
2115
2123
  ## [1.5.0] - 2024-08-27
@@ -2130,7 +2138,7 @@ It is possible that some controllers see them as new devices or need time to rea
2130
2138
  - [package]: Update dependencies.
2131
2139
 
2132
2140
  <a href="https://www.buymeacoffee.com/luligugithub">
2133
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2141
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2134
2142
  </a>
2135
2143
 
2136
2144
  ## [1.4.3] - 2024-08-22
@@ -2152,7 +2160,7 @@ It is possible that some controllers see them as new devices or need time to rea
2152
2160
  - [package]: Update matter-history to 1.1.7.
2153
2161
 
2154
2162
  <a href="https://www.buymeacoffee.com/luligugithub">
2155
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2163
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2156
2164
  </a>
2157
2165
 
2158
2166
  ## [1.4.2] - 2024-08-20
@@ -2173,7 +2181,7 @@ It is possible that some controllers see them as new devices or need time to rea
2173
2181
  - [package]: Fixed dependencies.
2174
2182
 
2175
2183
  <a href="https://www.buymeacoffee.com/luligugithub">
2176
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2184
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2177
2185
  </a>
2178
2186
 
2179
2187
  ## [1.4.1] - 2024-07-28
@@ -2190,7 +2198,7 @@ It is possible that some controllers see them as new devices or need time to rea
2190
2198
  - [matter]: Update matter.js to 0.9.4.
2191
2199
 
2192
2200
  <a href="https://www.buymeacoffee.com/luligugithub">
2193
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2201
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2194
2202
  </a>
2195
2203
 
2196
2204
  ## [1.4.0] - 2024-07-23
@@ -2213,7 +2221,7 @@ It is possible that some controllers see them as new devices or need time to rea
2213
2221
  - [matterbridge]: Fixed utils export
2214
2222
 
2215
2223
  <a href="https://www.buymeacoffee.com/luligugithub">
2216
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2224
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2217
2225
  </a>
2218
2226
 
2219
2227
  ## [1.3.13] - 2024-07-11
@@ -2232,7 +2240,7 @@ It is possible that some controllers see them as new devices or need time to rea
2232
2240
  - [matterbridge]: Fixed load plugin when the don't have author and description.
2233
2241
 
2234
2242
  <a href="https://www.buymeacoffee.com/luligugithub">
2235
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2243
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2236
2244
  </a>
2237
2245
 
2238
2246
  ## [1.3.12] - 2024-07-10
@@ -2249,7 +2257,7 @@ It is possible that some controllers see them as new devices or need time to rea
2249
2257
  - [frontend]: Fix Home for mobile.
2250
2258
 
2251
2259
  <a href="https://www.buymeacoffee.com/luligugithub">
2252
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2260
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2253
2261
  </a>
2254
2262
 
2255
2263
  ## [1.3.11] - 2024-07-08
@@ -2266,7 +2274,7 @@ It is possible that some controllers see them as new devices or need time to rea
2266
2274
  - [dependencies]: Update dependencies.
2267
2275
 
2268
2276
  <a href="https://www.buymeacoffee.com/luligugithub">
2269
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2277
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2270
2278
  </a>
2271
2279
 
2272
2280
  ## [1.3.10] - 2024-07-05
@@ -2285,7 +2293,7 @@ It is possible that some controllers see them as new devices or need time to rea
2285
2293
  - [dependencies]: Update dependencies.
2286
2294
 
2287
2295
  <a href="https://www.buymeacoffee.com/luligugithub">
2288
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2296
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2289
2297
  </a>
2290
2298
 
2291
2299
  ## [1.3.9] - 2024-07-02
@@ -2296,7 +2304,7 @@ It is possible that some controllers see them as new devices or need time to rea
2296
2304
  - [matterbridge]: Fixed MeasurementClusters
2297
2305
 
2298
2306
  <a href="https://www.buymeacoffee.com/luligugithub">
2299
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2307
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2300
2308
  </a>
2301
2309
 
2302
2310
  ## [1.3.8] - 2024-07-01
@@ -2306,7 +2314,7 @@ It is possible that some controllers see them as new devices or need time to rea
2306
2314
  - [matterbridge]: Fixed crash in childbridge mode
2307
2315
 
2308
2316
  <a href="https://www.buymeacoffee.com/luligugithub">
2309
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2317
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2310
2318
  </a>
2311
2319
 
2312
2320
  ## [1.3.7] - 2024-06-30
@@ -2322,7 +2330,7 @@ It is possible that some controllers see them as new devices or need time to rea
2322
2330
  - [dependencies]: Update matter.js to 0.9.3.
2323
2331
 
2324
2332
  <a href="https://www.buymeacoffee.com/luligugithub">
2325
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2333
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2326
2334
  </a>
2327
2335
 
2328
2336
  ## [1.3.6] - 2024-06-28
@@ -2339,7 +2347,7 @@ It is possible that some controllers see them as new devices or need time to rea
2339
2347
  - [matterbridgeDevice]: Fixed ElectricalEnergyMeasurement and ElectricalPowerMeasurement
2340
2348
 
2341
2349
  <a href="https://www.buymeacoffee.com/luligugithub">
2342
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2350
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2343
2351
  </a>
2344
2352
 
2345
2353
  ## [1.3.5] - 2024-06-26
@@ -2359,7 +2367,7 @@ It is possible that some controllers see them as new devices or need time to rea
2359
2367
  - [matterbridge]: The "plugin add" method now loads, starts, and configures the plugin
2360
2368
 
2361
2369
  <a href="https://www.buymeacoffee.com/luligugithub">
2362
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2370
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2363
2371
  </a>
2364
2372
 
2365
2373
  ## [1.3.4] - 2024-06-23
@@ -2369,7 +2377,7 @@ It is possible that some controllers see them as new devices or need time to rea
2369
2377
  - [matterbridge]: Fixed exports
2370
2378
 
2371
2379
  <a href="https://www.buymeacoffee.com/luligugithub">
2372
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2380
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2373
2381
  </a>
2374
2382
 
2375
2383
  ## [1.3.3] - 2024-06-22
@@ -2380,7 +2388,7 @@ It is possible that some controllers see them as new devices or need time to rea
2380
2388
  - [matterbridge]: When a plugin is in an error state, the bridge does not start to avoid causing the controllers to delete the registered devices and lose the configuration (e.g. room and automations).
2381
2389
 
2382
2390
  <a href="https://www.buymeacoffee.com/luligugithub">
2383
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2391
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2384
2392
  </a>
2385
2393
 
2386
2394
  ## [1.3.2] - 2024-06-22
@@ -2421,7 +2429,7 @@ Features:
2421
2429
  - [matter.js]: Updated matter.js to 0.9.2
2422
2430
 
2423
2431
  <a href="https://www.buymeacoffee.com/luligugithub">
2424
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2432
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2425
2433
  </a>
2426
2434
 
2427
2435
  ## [1.3.1] - 2024-06-20
@@ -2433,7 +2441,7 @@ Features:
2433
2441
  - [matterbridge]: Moved getPluginVersion to the start also for disabled plugins.
2434
2442
 
2435
2443
  <a href="https://www.buymeacoffee.com/luligugithub">
2436
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2444
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2437
2445
  </a>
2438
2446
 
2439
2447
  ## [1.3.0] - 2024-06-16
@@ -2466,7 +2474,7 @@ Home Automation supports (probably only like BooleanState cluster):
2466
2474
  - [frontend]: Added logger level settings to reflect -matterlogger [debug | info | notice | warn | error | fatal]
2467
2475
 
2468
2476
  <a href="https://www.buymeacoffee.com/luligugithub">
2469
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2477
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2470
2478
  </a>
2471
2479
 
2472
2480
  ## [1.2.22] - 2024-06-04
@@ -2477,7 +2485,7 @@ Home Automation supports (probably only like BooleanState cluster):
2477
2485
  - [matterbridge]: Default config and schema for the new plugin matterbridge-shelly
2478
2486
 
2479
2487
  <a href="https://www.buymeacoffee.com/luligugithub">
2480
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2488
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2481
2489
  </a>
2482
2490
 
2483
2491
  ## [1.2.21] - 2024-06-04
@@ -2492,7 +2500,7 @@ Home Automation supports (probably only like BooleanState cluster):
2492
2500
  - [matterbridge]: Fixed the error that caused -add plugin to fail at the first run of matterbridge
2493
2501
 
2494
2502
  <a href="https://www.buymeacoffee.com/luligugithub">
2495
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2503
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2496
2504
  </a>
2497
2505
 
2498
2506
  ## [1.2.20] - 2024-06-03
@@ -2507,7 +2515,7 @@ Home Automation supports (probably only like BooleanState cluster):
2507
2515
  - [matterbridge]: Log level of Plugin already configured is now info
2508
2516
 
2509
2517
  <a href="https://www.buymeacoffee.com/luligugithub">
2510
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2518
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2511
2519
  </a>
2512
2520
 
2513
2521
  ## [1.2.19] - 2024-06-01
@@ -2529,7 +2537,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2529
2537
  - [frontend]: Added tooltip to the plugin update badge in the registered plugins window
2530
2538
 
2531
2539
  <a href="https://www.buymeacoffee.com/luligugithub">
2532
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2540
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2533
2541
  </a>
2534
2542
 
2535
2543
  ## [1.2.18] - 2024-05-28
@@ -2548,7 +2556,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2548
2556
  - [frontend]: Added a dropdown menu in Add Remove plugin to select the plugins
2549
2557
 
2550
2558
  <a href="https://www.buymeacoffee.com/luligugithub">
2551
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2559
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2552
2560
  </a>
2553
2561
 
2554
2562
  ## [1.2.17] - 2024-05-25
@@ -2572,7 +2580,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2572
2580
  - [matterbridge]: Added vendorId for Alexa
2573
2581
 
2574
2582
  <a href="https://www.buymeacoffee.com/luligugithub">
2575
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2583
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2576
2584
  </a>
2577
2585
 
2578
2586
  ## [1.2.16] - 2024-05-15
@@ -2591,7 +2599,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2591
2599
  - [frontend]: Added version information badge for Matterbridge.
2592
2600
 
2593
2601
  <a href="https://www.buymeacoffee.com/luligugithub">
2594
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2602
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2595
2603
  </a>
2596
2604
 
2597
2605
  ## [1.2.15] - 2024-05-14
@@ -2606,7 +2614,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2606
2614
  - [frontend]: Fixed the case when the latest version of Matterbridge or a plugin is not available.
2607
2615
 
2608
2616
  <a href="https://www.buymeacoffee.com/luligugithub">
2609
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2617
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2610
2618
  </a>
2611
2619
 
2612
2620
  ## [1.2.14] - 2024-05-09
@@ -2620,7 +2628,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2620
2628
  - [frontend]: Added Error state to registered plugins
2621
2629
 
2622
2630
  <a href="https://www.buymeacoffee.com/luligugithub">
2623
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2631
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2624
2632
  </a>
2625
2633
 
2626
2634
  ## [1.2.13] - 2024-05-05
@@ -2636,7 +2644,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2636
2644
  - [docker]: Added the docker image:dev on the docker hub with architectures: linux/amd64, linux/arm64, linux/arm/v7
2637
2645
 
2638
2646
  <a href="https://www.buymeacoffee.com/luligugithub">
2639
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2647
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2640
2648
  </a>
2641
2649
 
2642
2650
  ## [1.2.12] - 2024-04-30
@@ -2652,7 +2660,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2652
2660
  - [frontend]: Added factoryreset in the Settings page. Matterbridge will shutdown to allow the factoryreset.
2653
2661
 
2654
2662
  <a href="https://www.buymeacoffee.com/luligugithub">
2655
- <img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80">
2663
+ <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
2656
2664
  </a>
2657
2665
 
2658
2666
  ## [1.2.11] - 2024-04-25