matterbridge 3.5.0-dev-20260119-f9ea00e → 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 (325) hide show
  1. package/CHANGELOG.md +119 -117
  2. package/dist/broadcastServer.d.ts +115 -0
  3. package/dist/broadcastServer.d.ts.map +1 -0
  4. package/dist/broadcastServer.js +117 -0
  5. package/dist/broadcastServer.js.map +1 -0
  6. package/dist/broadcastServerTypes.d.ts +43 -0
  7. package/dist/broadcastServerTypes.d.ts.map +1 -0
  8. package/dist/broadcastServerTypes.js +24 -0
  9. package/dist/broadcastServerTypes.js.map +1 -0
  10. package/dist/cli.d.ts +24 -0
  11. package/dist/cli.d.ts.map +1 -0
  12. package/dist/cli.js +97 -1
  13. package/dist/cli.js.map +1 -0
  14. package/dist/cliEmitter.d.ts +36 -0
  15. package/dist/cliEmitter.d.ts.map +1 -0
  16. package/dist/cliEmitter.js +37 -0
  17. package/dist/cliEmitter.js.map +1 -0
  18. package/dist/cliHistory.d.ts +42 -0
  19. package/dist/cliHistory.d.ts.map +1 -0
  20. package/dist/cliHistory.js +38 -0
  21. package/dist/cliHistory.js.map +1 -0
  22. package/dist/clusters/export.d.ts +1 -0
  23. package/dist/clusters/export.d.ts.map +1 -0
  24. package/dist/clusters/export.js +2 -0
  25. package/dist/clusters/export.js.map +1 -0
  26. package/dist/deviceManager.d.ts +108 -0
  27. package/dist/deviceManager.d.ts.map +1 -0
  28. package/dist/deviceManager.js +113 -1
  29. package/dist/deviceManager.js.map +1 -0
  30. package/dist/devices/airConditioner.d.ts +75 -0
  31. package/dist/devices/airConditioner.d.ts.map +1 -0
  32. package/dist/devices/airConditioner.js +57 -0
  33. package/dist/devices/airConditioner.js.map +1 -0
  34. package/dist/devices/batteryStorage.d.ts +43 -0
  35. package/dist/devices/batteryStorage.d.ts.map +1 -0
  36. package/dist/devices/batteryStorage.js +48 -1
  37. package/dist/devices/batteryStorage.js.map +1 -0
  38. package/dist/devices/cooktop.d.ts +55 -0
  39. package/dist/devices/cooktop.d.ts.map +1 -0
  40. package/dist/devices/cooktop.js +56 -0
  41. package/dist/devices/cooktop.js.map +1 -0
  42. package/dist/devices/dishwasher.d.ts +55 -0
  43. package/dist/devices/dishwasher.d.ts.map +1 -0
  44. package/dist/devices/dishwasher.js +57 -0
  45. package/dist/devices/dishwasher.js.map +1 -0
  46. package/dist/devices/evse.d.ts +57 -0
  47. package/dist/devices/evse.d.ts.map +1 -0
  48. package/dist/devices/evse.js +74 -10
  49. package/dist/devices/evse.js.map +1 -0
  50. package/dist/devices/export.d.ts +1 -0
  51. package/dist/devices/export.d.ts.map +1 -0
  52. package/dist/devices/export.js +5 -0
  53. package/dist/devices/export.js.map +1 -0
  54. package/dist/devices/extractorHood.d.ts +41 -0
  55. package/dist/devices/extractorHood.d.ts.map +1 -0
  56. package/dist/devices/extractorHood.js +43 -0
  57. package/dist/devices/extractorHood.js.map +1 -0
  58. package/dist/devices/heatPump.d.ts +43 -0
  59. package/dist/devices/heatPump.d.ts.map +1 -0
  60. package/dist/devices/heatPump.js +50 -2
  61. package/dist/devices/heatPump.js.map +1 -0
  62. package/dist/devices/laundryDryer.d.ts +58 -0
  63. package/dist/devices/laundryDryer.d.ts.map +1 -0
  64. package/dist/devices/laundryDryer.js +62 -3
  65. package/dist/devices/laundryDryer.js.map +1 -0
  66. package/dist/devices/laundryWasher.d.ts +64 -0
  67. package/dist/devices/laundryWasher.d.ts.map +1 -0
  68. package/dist/devices/laundryWasher.js +70 -4
  69. package/dist/devices/laundryWasher.js.map +1 -0
  70. package/dist/devices/microwaveOven.d.ts +77 -1
  71. package/dist/devices/microwaveOven.d.ts.map +1 -0
  72. package/dist/devices/microwaveOven.js +88 -5
  73. package/dist/devices/microwaveOven.js.map +1 -0
  74. package/dist/devices/oven.d.ts +82 -0
  75. package/dist/devices/oven.d.ts.map +1 -0
  76. package/dist/devices/oven.js +85 -0
  77. package/dist/devices/oven.js.map +1 -0
  78. package/dist/devices/refrigerator.d.ts +100 -0
  79. package/dist/devices/refrigerator.d.ts.map +1 -0
  80. package/dist/devices/refrigerator.js +102 -0
  81. package/dist/devices/refrigerator.js.map +1 -0
  82. package/dist/devices/roboticVacuumCleaner.d.ts +83 -0
  83. package/dist/devices/roboticVacuumCleaner.d.ts.map +1 -0
  84. package/dist/devices/roboticVacuumCleaner.js +100 -9
  85. package/dist/devices/roboticVacuumCleaner.js.map +1 -0
  86. package/dist/devices/solarPower.d.ts +36 -0
  87. package/dist/devices/solarPower.d.ts.map +1 -0
  88. package/dist/devices/solarPower.js +38 -0
  89. package/dist/devices/solarPower.js.map +1 -0
  90. package/dist/devices/speaker.d.ts +79 -0
  91. package/dist/devices/speaker.d.ts.map +1 -0
  92. package/dist/devices/speaker.js +84 -0
  93. package/dist/devices/speaker.js.map +1 -0
  94. package/dist/devices/temperatureControl.d.ts +21 -0
  95. package/dist/devices/temperatureControl.d.ts.map +1 -0
  96. package/dist/devices/temperatureControl.js +24 -3
  97. package/dist/devices/temperatureControl.js.map +1 -0
  98. package/dist/devices/waterHeater.d.ts +74 -0
  99. package/dist/devices/waterHeater.d.ts.map +1 -0
  100. package/dist/devices/waterHeater.js +82 -2
  101. package/dist/devices/waterHeater.js.map +1 -0
  102. package/dist/dgram/coap.d.ts +171 -0
  103. package/dist/dgram/coap.d.ts.map +1 -0
  104. package/dist/dgram/coap.js +126 -13
  105. package/dist/dgram/coap.js.map +1 -0
  106. package/dist/dgram/dgram.d.ts +99 -0
  107. package/dist/dgram/dgram.d.ts.map +1 -0
  108. package/dist/dgram/dgram.js +114 -2
  109. package/dist/dgram/dgram.js.map +1 -0
  110. package/dist/dgram/mb_coap.d.ts +23 -0
  111. package/dist/dgram/mb_coap.d.ts.map +1 -0
  112. package/dist/dgram/mb_coap.js +41 -3
  113. package/dist/dgram/mb_coap.js.map +1 -0
  114. package/dist/dgram/mb_mdns.d.ts +23 -0
  115. package/dist/dgram/mb_mdns.d.ts.map +1 -0
  116. package/dist/dgram/mb_mdns.js +80 -24
  117. package/dist/dgram/mb_mdns.js.map +1 -0
  118. package/dist/dgram/mdns.d.ts +187 -4
  119. package/dist/dgram/mdns.d.ts.map +1 -0
  120. package/dist/dgram/mdns.js +371 -139
  121. package/dist/dgram/mdns.js.map +1 -0
  122. package/dist/dgram/multicast.d.ts +49 -0
  123. package/dist/dgram/multicast.d.ts.map +1 -0
  124. package/dist/dgram/multicast.js +62 -1
  125. package/dist/dgram/multicast.js.map +1 -0
  126. package/dist/dgram/unicast.d.ts +53 -0
  127. package/dist/dgram/unicast.d.ts.map +1 -0
  128. package/dist/dgram/unicast.js +60 -0
  129. package/dist/dgram/unicast.js.map +1 -0
  130. package/dist/frontend.d.ts +187 -0
  131. package/dist/frontend.d.ts.map +1 -0
  132. package/dist/frontend.js +498 -37
  133. package/dist/frontend.js.map +1 -0
  134. package/dist/frontendTypes.d.ts +57 -0
  135. package/dist/frontendTypes.d.ts.map +1 -0
  136. package/dist/frontendTypes.js +45 -0
  137. package/dist/frontendTypes.js.map +1 -0
  138. package/dist/helpers.d.ts +43 -0
  139. package/dist/helpers.d.ts.map +1 -0
  140. package/dist/helpers.js +53 -0
  141. package/dist/helpers.js.map +1 -0
  142. package/dist/index.d.ts +23 -0
  143. package/dist/index.d.ts.map +1 -0
  144. package/dist/index.js +25 -0
  145. package/dist/index.js.map +1 -0
  146. package/dist/jestutils/export.d.ts +1 -0
  147. package/dist/jestutils/export.d.ts.map +1 -0
  148. package/dist/jestutils/export.js +1 -0
  149. package/dist/jestutils/export.js.map +1 -0
  150. package/dist/jestutils/jestHelpers.d.ts +255 -0
  151. package/dist/jestutils/jestHelpers.d.ts.map +1 -0
  152. package/dist/jestutils/jestHelpers.js +372 -14
  153. package/dist/jestutils/jestHelpers.js.map +1 -0
  154. package/dist/logger/export.d.ts +1 -0
  155. package/dist/logger/export.d.ts.map +1 -0
  156. package/dist/logger/export.js +1 -0
  157. package/dist/logger/export.js.map +1 -0
  158. package/dist/matter/behaviors.d.ts +1 -0
  159. package/dist/matter/behaviors.d.ts.map +1 -0
  160. package/dist/matter/behaviors.js +2 -0
  161. package/dist/matter/behaviors.js.map +1 -0
  162. package/dist/matter/clusters.d.ts +1 -0
  163. package/dist/matter/clusters.d.ts.map +1 -0
  164. package/dist/matter/clusters.js +2 -0
  165. package/dist/matter/clusters.js.map +1 -0
  166. package/dist/matter/devices.d.ts +1 -0
  167. package/dist/matter/devices.d.ts.map +1 -0
  168. package/dist/matter/devices.js +2 -0
  169. package/dist/matter/devices.js.map +1 -0
  170. package/dist/matter/endpoints.d.ts +1 -0
  171. package/dist/matter/endpoints.d.ts.map +1 -0
  172. package/dist/matter/endpoints.js +2 -0
  173. package/dist/matter/endpoints.js.map +1 -0
  174. package/dist/matter/export.d.ts +1 -0
  175. package/dist/matter/export.d.ts.map +1 -0
  176. package/dist/matter/export.js +2 -0
  177. package/dist/matter/export.js.map +1 -0
  178. package/dist/matter/types.d.ts +1 -0
  179. package/dist/matter/types.d.ts.map +1 -0
  180. package/dist/matter/types.js +2 -0
  181. package/dist/matter/types.js.map +1 -0
  182. package/dist/matterNode.d.ts +258 -0
  183. package/dist/matterNode.d.ts.map +1 -0
  184. package/dist/matterNode.js +359 -8
  185. package/dist/matterNode.js.map +1 -0
  186. package/dist/matterbridge.d.ts +362 -0
  187. package/dist/matterbridge.d.ts.map +1 -0
  188. package/dist/matterbridge.js +842 -46
  189. package/dist/matterbridge.js.map +1 -0
  190. package/dist/matterbridgeAccessoryPlatform.d.ts +36 -0
  191. package/dist/matterbridgeAccessoryPlatform.d.ts.map +1 -0
  192. package/dist/matterbridgeAccessoryPlatform.js +38 -0
  193. package/dist/matterbridgeAccessoryPlatform.js.map +1 -0
  194. package/dist/matterbridgeBehaviors.d.ts +24 -0
  195. package/dist/matterbridgeBehaviors.d.ts.map +1 -0
  196. package/dist/matterbridgeBehaviors.js +68 -5
  197. package/dist/matterbridgeBehaviors.js.map +1 -0
  198. package/dist/matterbridgeDeviceTypes.d.ts +649 -0
  199. package/dist/matterbridgeDeviceTypes.d.ts.map +1 -0
  200. package/dist/matterbridgeDeviceTypes.js +673 -6
  201. package/dist/matterbridgeDeviceTypes.js.map +1 -0
  202. package/dist/matterbridgeDynamicPlatform.d.ts +36 -0
  203. package/dist/matterbridgeDynamicPlatform.d.ts.map +1 -0
  204. package/dist/matterbridgeDynamicPlatform.js +38 -0
  205. package/dist/matterbridgeDynamicPlatform.js.map +1 -0
  206. package/dist/matterbridgeEndpoint.d.ts +1332 -0
  207. package/dist/matterbridgeEndpoint.d.ts.map +1 -0
  208. package/dist/matterbridgeEndpoint.js +1457 -53
  209. package/dist/matterbridgeEndpoint.js.map +1 -0
  210. package/dist/matterbridgeEndpointHelpers.d.ts +425 -0
  211. package/dist/matterbridgeEndpointHelpers.d.ts.map +1 -0
  212. package/dist/matterbridgeEndpointHelpers.js +483 -20
  213. package/dist/matterbridgeEndpointHelpers.js.map +1 -0
  214. package/dist/matterbridgeEndpointTypes.d.ts +70 -0
  215. package/dist/matterbridgeEndpointTypes.d.ts.map +1 -0
  216. package/dist/matterbridgeEndpointTypes.js +25 -0
  217. package/dist/matterbridgeEndpointTypes.js.map +1 -0
  218. package/dist/matterbridgePlatform.d.ts +425 -0
  219. package/dist/matterbridgePlatform.d.ts.map +1 -0
  220. package/dist/matterbridgePlatform.js +451 -1
  221. package/dist/matterbridgePlatform.js.map +1 -0
  222. package/dist/matterbridgeTypes.d.ts +46 -0
  223. package/dist/matterbridgeTypes.d.ts.map +1 -0
  224. package/dist/matterbridgeTypes.js +26 -0
  225. package/dist/matterbridgeTypes.js.map +1 -0
  226. package/dist/pluginManager.d.ts +305 -0
  227. package/dist/pluginManager.d.ts.map +1 -0
  228. package/dist/pluginManager.js +341 -5
  229. package/dist/pluginManager.js.map +1 -0
  230. package/dist/shelly.d.ts +157 -0
  231. package/dist/shelly.d.ts.map +1 -0
  232. package/dist/shelly.js +178 -7
  233. package/dist/shelly.js.map +1 -0
  234. package/dist/storage/export.d.ts +1 -0
  235. package/dist/storage/export.d.ts.map +1 -0
  236. package/dist/storage/export.js +1 -0
  237. package/dist/storage/export.js.map +1 -0
  238. package/dist/update.d.ts +75 -0
  239. package/dist/update.d.ts.map +1 -0
  240. package/dist/update.js +93 -1
  241. package/dist/update.js.map +1 -0
  242. package/dist/utils/colorUtils.d.ts +77 -0
  243. package/dist/utils/colorUtils.d.ts.map +1 -0
  244. package/dist/utils/colorUtils.js +97 -2
  245. package/dist/utils/colorUtils.js.map +1 -0
  246. package/dist/utils/commandLine.d.ts +60 -0
  247. package/dist/utils/commandLine.d.ts.map +1 -0
  248. package/dist/utils/commandLine.js +60 -0
  249. package/dist/utils/commandLine.js.map +1 -0
  250. package/dist/utils/copyDirectory.d.ts +33 -0
  251. package/dist/utils/copyDirectory.d.ts.map +1 -0
  252. package/dist/utils/copyDirectory.js +37 -0
  253. package/dist/utils/copyDirectory.js.map +1 -0
  254. package/dist/utils/createDirectory.d.ts +32 -0
  255. package/dist/utils/createDirectory.d.ts.map +1 -0
  256. package/dist/utils/createDirectory.js +33 -0
  257. package/dist/utils/createDirectory.js.map +1 -0
  258. package/dist/utils/createZip.d.ts +38 -0
  259. package/dist/utils/createZip.d.ts.map +1 -0
  260. package/dist/utils/createZip.js +47 -2
  261. package/dist/utils/createZip.js.map +1 -0
  262. package/dist/utils/deepCopy.d.ts +31 -0
  263. package/dist/utils/deepCopy.d.ts.map +1 -0
  264. package/dist/utils/deepCopy.js +39 -0
  265. package/dist/utils/deepCopy.js.map +1 -0
  266. package/dist/utils/deepEqual.d.ts +53 -0
  267. package/dist/utils/deepEqual.d.ts.map +1 -0
  268. package/dist/utils/deepEqual.js +72 -1
  269. package/dist/utils/deepEqual.js.map +1 -0
  270. package/dist/utils/error.d.ts +42 -0
  271. package/dist/utils/error.d.ts.map +1 -0
  272. package/dist/utils/error.js +42 -0
  273. package/dist/utils/error.js.map +1 -0
  274. package/dist/utils/export.d.ts +1 -0
  275. package/dist/utils/export.d.ts.map +1 -0
  276. package/dist/utils/export.js +1 -0
  277. package/dist/utils/export.js.map +1 -0
  278. package/dist/utils/format.d.ts +49 -0
  279. package/dist/utils/format.d.ts.map +1 -0
  280. package/dist/utils/format.js +49 -0
  281. package/dist/utils/format.js.map +1 -0
  282. package/dist/utils/hex.d.ts +85 -0
  283. package/dist/utils/hex.d.ts.map +1 -0
  284. package/dist/utils/hex.js +124 -0
  285. package/dist/utils/hex.js.map +1 -0
  286. package/dist/utils/inspector.d.ts +63 -0
  287. package/dist/utils/inspector.d.ts.map +1 -0
  288. package/dist/utils/inspector.js +69 -1
  289. package/dist/utils/inspector.js.map +1 -0
  290. package/dist/utils/isValid.d.ts +93 -0
  291. package/dist/utils/isValid.d.ts.map +1 -0
  292. package/dist/utils/isValid.js +93 -0
  293. package/dist/utils/isValid.js.map +1 -0
  294. package/dist/utils/network.d.ts +116 -0
  295. package/dist/utils/network.d.ts.map +1 -0
  296. package/dist/utils/network.js +126 -5
  297. package/dist/utils/network.js.map +1 -0
  298. package/dist/utils/spawn.d.ts +32 -0
  299. package/dist/utils/spawn.d.ts.map +1 -0
  300. package/dist/utils/spawn.js +71 -1
  301. package/dist/utils/spawn.js.map +1 -0
  302. package/dist/utils/tracker.d.ts +56 -0
  303. package/dist/utils/tracker.d.ts.map +1 -0
  304. package/dist/utils/tracker.js +64 -1
  305. package/dist/utils/tracker.js.map +1 -0
  306. package/dist/utils/wait.d.ts +51 -0
  307. package/dist/utils/wait.d.ts.map +1 -0
  308. package/dist/utils/wait.js +60 -8
  309. package/dist/utils/wait.js.map +1 -0
  310. package/dist/workerGlobalPrefix.d.ts +24 -0
  311. package/dist/workerGlobalPrefix.d.ts.map +1 -0
  312. package/dist/workerGlobalPrefix.js +37 -5
  313. package/dist/workerGlobalPrefix.js.map +1 -0
  314. package/dist/workerTypes.d.ts +25 -0
  315. package/dist/workerTypes.d.ts.map +1 -0
  316. package/dist/workerTypes.js +24 -0
  317. package/dist/workerTypes.js.map +1 -0
  318. package/dist/workers.d.ts +61 -0
  319. package/dist/workers.d.ts.map +1 -0
  320. package/dist/workers.js +68 -4
  321. package/dist/workers.js.map +1 -0
  322. package/frontend/build/assets/index.js +4 -4
  323. package/frontend/package.json +1 -1
  324. package/npm-shrinkwrap.json +5 -35
  325. 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,14 +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
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
36
  - [childbridge]: Fixed nodeLabel from deviceName in childbridge mode. It may cause the controllers to see a new device.
37
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 reinstalled from the latest dev if it was on the dev branch.
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.
39
40
 
40
41
  ### Changed device types in Matter 1.4.2
41
42
 
@@ -89,13 +90,14 @@ Advantages:
89
90
  - [eslint]: Moved cache in .cache/.eslintcache.
90
91
  - [prettier]: Moved cache in .cache/.prettiercache.
91
92
  - [DevContainer]: Refactor DevContainer to use bridge mode and matterbridge docker network.
93
+ - [frontend]: Bumped `frontend` version to v. 3.4.2.
92
94
 
93
95
  ### Fixed
94
96
 
95
97
  - [evse]: Fixed the EnergyEvse.chargingEnabledUntil attribute that was wrongly set in the disable command (spec 9.3.8.4).
96
98
  - [package]: Fixed the devDependencies that slipped in for a bug in 3.4.7.
97
99
 
98
- <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>
99
101
 
100
102
  ## [3.4.7] - 2026-01-12
101
103
 
@@ -123,7 +125,7 @@ Advantages:
123
125
 
124
126
  - [macOS]: Fixed the macOS launchctl configuration file. Update it from the README-MACOS-PLIST.
125
127
 
126
- <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>
127
129
 
128
130
  ## [3.4.6] - 2026-01-02
129
131
 
@@ -144,7 +146,7 @@ Advantages:
144
146
  - [package]: Updated dependencies.
145
147
  - [reflector]: Bumped `reflector` version to v.1.1.0.
146
148
 
147
- <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>
148
150
 
149
151
  ## [3.4.5] - 2025-12-27
150
152
 
@@ -163,7 +165,7 @@ Advantages:
163
165
 
164
166
  - [package]: Updated dependencies.
165
167
 
166
- <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>
167
169
 
168
170
  ## [3.4.4] - 2025-12-19
169
171
 
@@ -188,7 +190,7 @@ Advantages:
188
190
  - [frontend]: Fixed mobileMode menu navigation. Thanks Calimerorulez (https://github.com/Luligu/matterbridge/issues/457).
189
191
  - [matterbridge]: Fixed debug level of matter logger.
190
192
 
191
- <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>
192
194
 
193
195
  ## [3.4.3] - 2025-12-12
194
196
 
@@ -221,7 +223,7 @@ Advantages:
221
223
  - [matterbridge]: Fixed default delay and fixed_delay to 120 seconds.
222
224
  - [frontend]: Fixed resize in desktop mode.
223
225
 
224
- <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>
225
227
 
226
228
  ## [3.4.2] - 2025-12-05
227
229
 
@@ -256,7 +258,7 @@ To solve the race condition on docker compose, use the --fixed_delay parameter.
256
258
  - [frontend]: Fixed persistance of autoScroll.
257
259
  - [frontend]: Fixed parameters info of Log panel in the Home page.
258
260
 
259
- <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>
260
262
 
261
263
  ## [3.4.1] - 2025-12-01
262
264
 
@@ -282,7 +284,7 @@ To solve the race condition on docker compose, use the --fixed_delay parameter.
282
284
  - [frontend]: Fixed when the user put special characters in password. Thanks Dabern (https://github.com/Luligu/matterbridge/issues/443).
283
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).
284
286
 
285
- <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>
286
288
 
287
289
  ## [3.4.0] - 2025-11-26
288
290
 
@@ -316,7 +318,7 @@ Removed the following long deprecated elements:
316
318
  - [jest]: Bumped jestHelpers v.1.0.13.
317
319
  - [spawn]: Bumped spawn module v.1.2.0.
318
320
 
319
- <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>
320
322
 
321
323
  ## [3.3.8] - 2025-11-15
322
324
 
@@ -351,7 +353,7 @@ So please update your plugin.
351
353
  - [endpoint]: Changed logger level of single device classes.
352
354
 
353
355
  <a href="https://www.buymeacoffee.com/luligugithub">
354
- <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">
355
357
  </a>
356
358
 
357
359
  ## [3.3.7] - 2025-11-08
@@ -378,7 +380,7 @@ So please update your plugin.
378
380
  - [frontend]: Fixed route fallback and cross platform path failing randomly with node prefix.
379
381
 
380
382
  <a href="https://www.buymeacoffee.com/luligugithub">
381
- <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">
382
384
  </a>
383
385
 
384
386
  ## [3.3.6] - 2025-11-01
@@ -395,7 +397,7 @@ So please update your plugin.
395
397
  - [ingress]: Fixed websocket connection from Ingress.
396
398
 
397
399
  <a href="https://www.buymeacoffee.com/luligugithub">
398
- <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">
399
401
  </a>
400
402
 
401
403
  ## [3.3.5] - 2025-10-31
@@ -420,7 +422,7 @@ So please update your plugin.
420
422
  - [service]: Fixed systemd [configuration](README-SERVICE-LOCAL.md) with local global node_modules.
421
423
 
422
424
  <a href="https://www.buymeacoffee.com/luligugithub">
423
- <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">
424
426
  </a>
425
427
 
426
428
  ## [3.3.4] - 2025-10-24
@@ -451,7 +453,7 @@ So please update your plugin.
451
453
  - [thrmostat]: Fixed minSetpointDeadBand data type. Thanks Apollon!
452
454
 
453
455
  <a href="https://www.buymeacoffee.com/luligugithub">
454
- <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">
455
457
  </a>
456
458
 
457
459
  ## [3.3.3] - 2025-10-18
@@ -478,7 +480,7 @@ So please update your plugin.
478
480
  - [history]: Added external and array buffers to the history chart.
479
481
 
480
482
  <a href="https://www.buymeacoffee.com/luligugithub">
481
- <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">
482
484
  </a>
483
485
 
484
486
  ## [3.3.2] - 2025-10-13
@@ -488,7 +490,7 @@ So please update your plugin.
488
490
  - [frontend]: Fixed update to latest.
489
491
 
490
492
  <a href="https://www.buymeacoffee.com/luligugithub">
491
- <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">
492
494
  </a>
493
495
 
494
496
  ## [3.3.1] - 2025-10-12
@@ -528,7 +530,7 @@ So please update your plugin.
528
530
  - [frontend]: Fixed matter log on file not setting correctly.
529
531
 
530
532
  <a href="https://www.buymeacoffee.com/luligugithub">
531
- <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">
532
534
  </a>
533
535
 
534
536
  ## [3.3.0] - 2025-10-03
@@ -611,7 +613,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
611
613
  - [frontend]: General improvements and small bug fixes.
612
614
 
613
615
  <a href="https://www.buymeacoffee.com/luligugithub">
614
- <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">
615
617
  </a>
616
618
 
617
619
  ## [3.2.9] - 2025-09-27
@@ -642,7 +644,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
642
644
  - [frontend]: Fix default values (devices) for homePageMode (logs/devices) in MatterbridgeSettings.
643
645
 
644
646
  <a href="https://www.buymeacoffee.com/luligugithub">
645
- <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">
646
648
  </a>
647
649
 
648
650
  ## [3.2.8] - 2025-09-20
@@ -671,7 +673,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
671
673
  - [shutdown]: Fixed the case when shutting down the http(s) server took 10 seconds.
672
674
 
673
675
  <a href="https://www.buymeacoffee.com/luligugithub">
674
- <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">
675
677
  </a>
676
678
 
677
679
  ## [3.2.7] - 2025-09-14
@@ -695,7 +697,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
695
697
  - [matterbridge.io]: Updated web site [matterbridge.io](matterbridge.io).
696
698
 
697
699
  <a href="https://www.buymeacoffee.com/luligugithub">
698
- <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">
699
701
  </a>
700
702
 
701
703
  ## [3.2.6] - 2025-09-06
@@ -731,7 +733,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
731
733
  - [jest]: Fixed cli test failing with Jest v. 30.1.3.
732
734
 
733
735
  <a href="https://www.buymeacoffee.com/luligugithub">
734
- <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">
735
737
  </a>
736
738
 
737
739
  ## [3.2.5] - 2025-09-02
@@ -754,7 +756,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
754
756
  - [frontend]: Fixed padding in QRDivDevice (devices in 'server' mode).
755
757
 
756
758
  <a href="https://www.buymeacoffee.com/luligugithub">
757
- <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">
758
760
  </a>
759
761
 
760
762
  ## [3.2.4] - 2025-08-29
@@ -768,7 +770,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
768
770
  - [package]: Updated dependencies.
769
771
 
770
772
  <a href="https://www.buymeacoffee.com/luligugithub">
771
- <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">
772
774
  </a>
773
775
 
774
776
  ## [3.2.3] - 2025-08-20
@@ -788,7 +790,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
788
790
  - [package]: Updated dependencies.
789
791
 
790
792
  <a href="https://www.buymeacoffee.com/luligugithub">
791
- <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">
792
794
  </a>
793
795
 
794
796
  ## [3.2.2] - 2025-08-10
@@ -802,7 +804,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
802
804
  - [frontend]: Fixed new Matterbridge frontend version message on the Home page.
803
805
 
804
806
  <a href="https://www.buymeacoffee.com/luligugithub">
805
- <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">
806
808
  </a>
807
809
 
808
810
  ## [3.2.1] - 2025-08-10
@@ -832,7 +834,7 @@ In this phase (matterbridge `3.4.x`) all plugins will not build and will not run
832
834
  - [frontend]: Fixed new Matterbridge version message on the Home page.
833
835
 
834
836
  <a href="https://www.buymeacoffee.com/luligugithub">
835
- <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">
836
838
  </a>
837
839
 
838
840
  ## [3.2.0] - 2025-08-01
@@ -860,7 +862,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
860
862
  - [node.js]: Removed node 18 support.
861
863
 
862
864
  <a href="https://www.buymeacoffee.com/luligugithub">
863
- <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">
864
866
  </a>
865
867
 
866
868
  ## [3.1.8] - 2025-07-28
@@ -890,7 +892,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
890
892
  - [advertise]: Changed the message advertise stopped to work also in childbridge mode.
891
893
 
892
894
  <a href="https://www.buymeacoffee.com/luligugithub">
893
- <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">
894
896
  </a>
895
897
 
896
898
  ## [3.1.7] - 2025-07-25
@@ -914,7 +916,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
914
916
  - [package]: Updated dependencies.
915
917
 
916
918
  <a href="https://www.buymeacoffee.com/luligugithub">
917
- <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">
918
920
  </a>
919
921
 
920
922
  ## [3.1.6] - 2025-07-22
@@ -934,7 +936,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
934
936
  - [package]: Updated dependencies.
935
937
 
936
938
  <a href="https://www.buymeacoffee.com/luligugithub">
937
- <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">
938
940
  </a>
939
941
 
940
942
  ## [3.1.5] - 2025-07-19
@@ -953,7 +955,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
953
955
  - [readme-dev]: Added [documentation](README-DEV.md) for default plugin config and schema files.
954
956
 
955
957
  <a href="https://www.buymeacoffee.com/luligugithub">
956
- <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">
957
959
  </a>
958
960
 
959
961
  ## [3.1.4] - 2025-07-16
@@ -974,7 +976,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
974
976
  - [bin]: Updated matterbridge bin.
975
977
 
976
978
  <a href="https://www.buymeacoffee.com/luligugithub">
977
- <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">
978
980
  </a>
979
981
 
980
982
  ## [3.1.3] - 2025-07-14
@@ -996,7 +998,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
996
998
  - [shutdown]: Fixed error messages from frontend when Matterbridge is shutting down.
997
999
 
998
1000
  <a href="https://www.buymeacoffee.com/luligugithub">
999
- <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">
1000
1002
  </a>
1001
1003
 
1002
1004
  ## [3.1.2] - 2025-07-06
@@ -1016,7 +1018,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1016
1018
  - [package]: Updated dependencies.
1017
1019
 
1018
1020
  <a href="https://www.buymeacoffee.com/luligugithub">
1019
- <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">
1020
1022
  </a>
1021
1023
 
1022
1024
  ## [3.1.1] - 2025-07-04
@@ -1044,7 +1046,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1044
1046
  - [imports]: Added dynamic imports to Matterbridge and Frontend classes.
1045
1047
 
1046
1048
  <a href="https://www.buymeacoffee.com/luligugithub">
1047
- <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">
1048
1050
  </a>
1049
1051
 
1050
1052
  ## [3.1.0] - 2025-06-28
@@ -1073,7 +1075,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1073
1075
  - [matter.js]: Bumped `matter.js` to 0.15.0 (https://github.com/project-chip/matter.js/discussions/2203). Great job matter.js!
1074
1076
 
1075
1077
  <a href="https://www.buymeacoffee.com/luligugithub">
1076
- <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">
1077
1079
  </a>
1078
1080
 
1079
1081
  ## [3.0.7] - 2025-06-21
@@ -1095,7 +1097,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1095
1097
  - [platform]: Removed long deprecated methods: validateEntityBlackList and validateDeviceWhiteBlackList. Use validateDevice and validateEntity.
1096
1098
 
1097
1099
  <a href="https://www.buymeacoffee.com/luligugithub">
1098
- <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">
1099
1101
  </a>
1100
1102
 
1101
1103
  ## [3.0.6] - 2025-06-13
@@ -1124,7 +1126,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1124
1126
  - [evse]: Fixed jsdoc on Evse.
1125
1127
 
1126
1128
  <a href="https://www.buymeacoffee.com/luligugithub">
1127
- <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">
1128
1130
  </a>
1129
1131
 
1130
1132
  ## [3.0.5] - 2025-06-07
@@ -1148,7 +1150,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1148
1150
  - [selectAreas]: Fixed MatterbridgeServiceAreaServer.selectAreas.
1149
1151
 
1150
1152
  <a href="https://www.buymeacoffee.com/luligugithub">
1151
- <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">
1152
1154
  </a>
1153
1155
 
1154
1156
  ## [3.0.4] - 2025-05-26
@@ -1169,7 +1171,7 @@ Node.js 23, like all odd-numbered versions, is not supported.
1169
1171
  - [virtualDevice]: Fixed possible vulnerability in the length of the nodeLabel.
1170
1172
 
1171
1173
  <a href="https://www.buymeacoffee.com/luligugithub">
1172
- <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">
1173
1175
  </a>
1174
1176
 
1175
1177
  ## [3.0.3] - 2025-05-19
@@ -1201,7 +1203,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
1201
1203
  - [rvc]: Added the parameters in the RoboticVacuumCleaner class constructor.
1202
1204
 
1203
1205
  <a href="https://www.buymeacoffee.com/luligugithub">
1204
- <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">
1205
1207
  </a>
1206
1208
 
1207
1209
  ## [3.0.2] - 2025-05-14
@@ -1224,7 +1226,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
1224
1226
  - [frontend]: Fixed refresh of start/stop sharing.
1225
1227
 
1226
1228
  <a href="https://www.buymeacoffee.com/luligugithub">
1227
- <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">
1228
1230
  </a>
1229
1231
 
1230
1232
  ## [3.0.1] - 2025-05-06
@@ -1255,7 +1257,7 @@ AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
1255
1257
  - [frontend]: Fixed refresh and postfix for select in HomeDevices.
1256
1258
 
1257
1259
  <a href="https://www.buymeacoffee.com/luligugithub">
1258
- <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">
1259
1261
  </a>
1260
1262
 
1261
1263
  ## [3.0.0] - 2025-04-29
@@ -1325,7 +1327,7 @@ Modified clusters:
1325
1327
  - [frontend]: Fixed download logs that broke with express v5.1.0.
1326
1328
 
1327
1329
  <a href="https://www.buymeacoffee.com/luligugithub">
1328
- <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">
1329
1331
  </a>
1330
1332
 
1331
1333
  ## [2.2.9] - 2025-04-18
@@ -1344,7 +1346,7 @@ Modified clusters:
1344
1346
  - [frontend]: Fixed wrong notification when the server node has been paired.
1345
1347
 
1346
1348
  <a href="https://www.buymeacoffee.com/luligugithub">
1347
- <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">
1348
1350
  </a>
1349
1351
 
1350
1352
  ## [2.2.8] - 2025-04-10
@@ -1368,7 +1370,7 @@ Modified clusters:
1368
1370
  - [DevicesIcon]: Fixed rendering of rain, freeze and leak sensors.
1369
1371
 
1370
1372
  <a href="https://www.buymeacoffee.com/luligugithub">
1371
- <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">
1372
1374
  </a>
1373
1375
 
1374
1376
  ## [2.2.7] - 2025-04-06
@@ -1389,7 +1391,7 @@ Modified clusters:
1389
1391
  - [platform]: Fix getSelectDevices and getSelectEntities on node < 22.
1390
1392
 
1391
1393
  <a href="https://www.buymeacoffee.com/luligugithub">
1392
- <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">
1393
1395
  </a>
1394
1396
 
1395
1397
  ## [2.2.6] - 2025-04-01
@@ -1413,7 +1415,7 @@ Modified clusters:
1413
1415
  - [onOff]: The onOff cluster created from createOnOffClusterServer() is now correct (no Lighting feature).
1414
1416
 
1415
1417
  <a href="https://www.buymeacoffee.com/luligugithub">
1416
- <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">
1417
1419
  </a>
1418
1420
 
1419
1421
  ## [2.2.5] - 2025-03-19
@@ -1439,7 +1441,7 @@ Modified clusters:
1439
1441
  - [frontend]: Fixed case where more then one plugin has select in the Home page Devices panel.
1440
1442
 
1441
1443
  <a href="https://www.buymeacoffee.com/luligugithub">
1442
- <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">
1443
1445
  </a>
1444
1446
 
1445
1447
  ## [2.2.4] - 2025-03-10
@@ -1454,7 +1456,7 @@ Modified clusters:
1454
1456
  - [package]: Update dependencies.
1455
1457
 
1456
1458
  <a href="https://www.buymeacoffee.com/luligugithub">
1457
- <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">
1458
1460
  </a>
1459
1461
 
1460
1462
  ## [2.2.3] - 2025-03-05
@@ -1472,7 +1474,7 @@ Modified clusters:
1472
1474
  - [matterbridge]: False error notification on configure plugin.
1473
1475
 
1474
1476
  <a href="https://www.buymeacoffee.com/luligugithub">
1475
- <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">
1476
1478
  </a>
1477
1479
 
1478
1480
  ## [2.2.2] - 2025-03-05
@@ -1490,7 +1492,7 @@ Modified clusters:
1490
1492
  - [frontend]: The config editor cannot be opened a second time before the restart.
1491
1493
 
1492
1494
  <a href="https://www.buymeacoffee.com/luligugithub">
1493
- <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">
1494
1496
  </a>
1495
1497
 
1496
1498
  ## [2.2.1] - 2025-03-02
@@ -1509,7 +1511,7 @@ Modified clusters:
1509
1511
  - [package]: Update matter.js to 0.12.5.
1510
1512
 
1511
1513
  <a href="https://www.buymeacoffee.com/luligugithub">
1512
- <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">
1513
1515
  </a>
1514
1516
 
1515
1517
  ## [2.2.0] - 2025-02-27
@@ -1538,7 +1540,7 @@ Modified clusters:
1538
1540
  - [matterbridge]: Check endpoint state in /api/devices.
1539
1541
 
1540
1542
  <a href="https://www.buymeacoffee.com/luligugithub">
1541
- <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">
1542
1544
  </a>
1543
1545
 
1544
1546
  ## [2.1.5] - 2025-02-11
@@ -1563,7 +1565,7 @@ Modified clusters:
1563
1565
  - [matterbridge]: Refactor reset devices adding a wait of 1 sec to allow matter to deliver all messages before shutting down.
1564
1566
 
1565
1567
  <a href="https://www.buymeacoffee.com/luligugithub">
1566
- <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">
1567
1569
  </a>
1568
1570
 
1569
1571
  ## [2.1.4] - 2025-02-07
@@ -1580,7 +1582,7 @@ Modified clusters:
1580
1582
  - [matter.js]: Since matter.js storage cannot properly encode non latin names, they are encoded before passing them to matter.js.
1581
1583
 
1582
1584
  <a href="https://www.buymeacoffee.com/luligugithub">
1583
- <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">
1584
1586
  </a>
1585
1587
 
1586
1588
  ## [2.1.3] - 2025-02-04
@@ -1594,7 +1596,7 @@ Modified clusters:
1594
1596
  - [package]: Update dependencies.
1595
1597
 
1596
1598
  <a href="https://www.buymeacoffee.com/luligugithub">
1597
- <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">
1598
1600
  </a>
1599
1601
 
1600
1602
  ## [2.1.2] - 2025-02-03
@@ -1611,7 +1613,7 @@ Modified clusters:
1611
1613
  - [frontend]: Fixed update matterbridge.
1612
1614
 
1613
1615
  <a href="https://www.buymeacoffee.com/luligugithub">
1614
- <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">
1615
1617
  </a>
1616
1618
 
1617
1619
  ## [2.1.1] - 2025-02-02
@@ -1621,7 +1623,7 @@ Modified clusters:
1621
1623
  - [matter.js]: Fix close server nodes.
1622
1624
 
1623
1625
  <a href="https://www.buymeacoffee.com/luligugithub">
1624
- <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">
1625
1627
  </a>
1626
1628
 
1627
1629
  ## [2.1.0] - 2025-02-02
@@ -1643,7 +1645,7 @@ Modified clusters:
1643
1645
  - [package]: Update matter.js to 0.12.2.
1644
1646
 
1645
1647
  <a href="https://www.buymeacoffee.com/luligugithub">
1646
- <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">
1647
1649
  </a>
1648
1650
 
1649
1651
  ## [2.0.0] - 2025-01-20
@@ -1674,7 +1676,7 @@ Modified clusters:
1674
1676
  - [sessions]: Fixed the case when Active session was not reporting correctly.
1675
1677
 
1676
1678
  <a href="https://www.buymeacoffee.com/luligugithub">
1677
- <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">
1678
1680
  </a>
1679
1681
 
1680
1682
  ## [1.7.3] - 2025-01-11
@@ -1689,7 +1691,7 @@ Modified clusters:
1689
1691
  - [package]: Workflows use node 22.x.
1690
1692
 
1691
1693
  <a href="https://www.buymeacoffee.com/luligugithub">
1692
- <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">
1693
1695
  </a>
1694
1696
 
1695
1697
  ## [1.7.2] - 2025-01-11
@@ -1716,7 +1718,7 @@ Modified clusters:
1716
1718
  - [frontend]: Fixed restart that was not working correctly in Ingress.
1717
1719
 
1718
1720
  <a href="https://www.buymeacoffee.com/luligugithub">
1719
- <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">
1720
1722
  </a>
1721
1723
 
1722
1724
  ## [1.7.1] - 2025-01-07
@@ -1739,7 +1741,7 @@ Modified clusters:
1739
1741
  - [frontend]: Fixed WebSocketProvider online.
1740
1742
 
1741
1743
  <a href="https://www.buymeacoffee.com/luligugithub">
1742
- <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">
1743
1745
  </a>
1744
1746
 
1745
1747
  ## [1.7.0] - 2025-01-04
@@ -1772,7 +1774,7 @@ Modified clusters:
1772
1774
  - [frontend]: Fixed device/cluster api that was not working in Ingress.
1773
1775
 
1774
1776
  <a href="https://www.buymeacoffee.com/luligugithub">
1775
- <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">
1776
1778
  </a>
1777
1779
 
1778
1780
  ## [1.6.7] - 2024-12-15
@@ -1801,7 +1803,7 @@ It is possible that some controllers see them as new devices or need time to rea
1801
1803
  - [Device]: Fix addChildDeviceType methods to include debug parameter in MatterbridgeDevice instantiation.
1802
1804
 
1803
1805
  <a href="https://www.buymeacoffee.com/luligugithub">
1804
- <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">
1805
1807
  </a>
1806
1808
 
1807
1809
  ## [1.6.6] - 2024-12-12
@@ -1838,7 +1840,7 @@ It is possible that some controllers see them as new devices or need time to rea
1838
1840
  - [device]: Fix typos in Device and Endpoint.
1839
1841
 
1840
1842
  <a href="https://www.buymeacoffee.com/luligugithub">
1841
- <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">
1842
1844
  </a>
1843
1845
 
1844
1846
  ## [1.6.5] - 2024-12-02
@@ -1850,7 +1852,7 @@ It is possible that some controllers see them as new devices or need time to rea
1850
1852
  - [package]: Update dependencies.
1851
1853
 
1852
1854
  <a href="https://www.buymeacoffee.com/luligugithub">
1853
- <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">
1854
1856
  </a>
1855
1857
 
1856
1858
  ## [1.6.4] - 2024-11-29
@@ -1860,7 +1862,7 @@ It is possible that some controllers see them as new devices or need time to rea
1860
1862
  - [matter.js]: Update to matter.js 0.11.7.
1861
1863
 
1862
1864
  <a href="https://www.buymeacoffee.com/luligugithub">
1863
- <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">
1864
1866
  </a>
1865
1867
 
1866
1868
  ## [1.6.3] - 2024-11-27
@@ -1875,7 +1877,7 @@ It is possible that some controllers see them as new devices or need time to rea
1875
1877
  - [matter.js]: Update to matter.js 0.11.6.
1876
1878
 
1877
1879
  <a href="https://www.buymeacoffee.com/luligugithub">
1878
- <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">
1879
1881
  </a>
1880
1882
 
1881
1883
  ## [1.6.2] - 2024-11-25
@@ -1909,7 +1911,7 @@ It is possible that some controllers see them as new devices or need time to rea
1909
1911
  - [energySensor]: Fixed wrong types on ElectricalEnergyMeasurementCluster ElectricalPowerMeasurementCluster.
1910
1912
 
1911
1913
  <a href="https://www.buymeacoffee.com/luligugithub">
1912
- <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">
1913
1915
  </a>
1914
1916
 
1915
1917
  ## [1.6.1] - 2024-11-02
@@ -1927,7 +1929,7 @@ It is possible that some controllers see them as new devices or need time to rea
1927
1929
  - [package]: Update dependencies.
1928
1930
 
1929
1931
  <a href="https://www.buymeacoffee.com/luligugithub">
1930
- <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">
1931
1933
  </a>
1932
1934
 
1933
1935
  ## [1.6.0] - 2024-10-28
@@ -1947,7 +1949,7 @@ It is possible that some controllers see them as new devices or need time to rea
1947
1949
  - [package]: Update dependencies.
1948
1950
 
1949
1951
  <a href="https://www.buymeacoffee.com/luligugithub">
1950
- <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">
1951
1953
  </a>
1952
1954
 
1953
1955
  ## [1.5.10] - 2024-10-01
@@ -1959,7 +1961,7 @@ It is possible that some controllers see them as new devices or need time to rea
1959
1961
  - [package]: Update dependencies.
1960
1962
 
1961
1963
  <a href="https://www.buymeacoffee.com/luligugithub">
1962
- <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">
1963
1965
  </a>
1964
1966
 
1965
1967
  ## [1.5.9] - 2024-09-23
@@ -1975,7 +1977,7 @@ It is possible that some controllers see them as new devices or need time to rea
1975
1977
  - [package]: Update dependencies.
1976
1978
 
1977
1979
  <a href="https://www.buymeacoffee.com/luligugithub">
1978
- <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">
1979
1981
  </a>
1980
1982
 
1981
1983
  ## [1.5.8] - 2024-09-21
@@ -1996,7 +1998,7 @@ It is possible that some controllers see them as new devices or need time to rea
1996
1998
  - [matterbridge]: Reset session informations when the controllers are not connected.
1997
1999
 
1998
2000
  <a href="https://www.buymeacoffee.com/luligugithub">
1999
- <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">
2000
2002
  </a>
2001
2003
 
2002
2004
  ## [1.5.7] - 2024-09-17
@@ -2013,7 +2015,7 @@ It is possible that some controllers see them as new devices or need time to rea
2013
2015
  - [package]: Update dependencies.
2014
2016
 
2015
2017
  <a href="https://www.buymeacoffee.com/luligugithub">
2016
- <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">
2017
2019
  </a>
2018
2020
 
2019
2021
  ## [1.5.6] - 2024-09-13
@@ -2030,7 +2032,7 @@ It is possible that some controllers see them as new devices or need time to rea
2030
2032
  - [package]: Updated dependencies.
2031
2033
 
2032
2034
  <a href="https://www.buymeacoffee.com/luligugithub">
2033
- <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">
2034
2036
  </a>
2035
2037
 
2036
2038
  ## [1.5.5] - 2024-09-09
@@ -2043,7 +2045,7 @@ It is possible that some controllers see them as new devices or need time to rea
2043
2045
  - [package]: Update dependencies.
2044
2046
 
2045
2047
  <a href="https://www.buymeacoffee.com/luligugithub">
2046
- <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">
2047
2049
  </a>
2048
2050
 
2049
2051
  ## [1.5.4] - 2024-09-05
@@ -2055,7 +2057,7 @@ It is possible that some controllers see them as new devices or need time to rea
2055
2057
  - [package]: Removed all local matter 1.3 clusters now present in matter.js.
2056
2058
 
2057
2059
  <a href="https://www.buymeacoffee.com/luligugithub">
2058
- <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">
2059
2061
  </a>
2060
2062
 
2061
2063
  ## [1.5.3] - 2024-09-04
@@ -2072,7 +2074,7 @@ It is possible that some controllers see them as new devices or need time to rea
2072
2074
  - [package]: Removed long deprecated exports.
2073
2075
 
2074
2076
  <a href="https://www.buymeacoffee.com/luligugithub">
2075
- <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">
2076
2078
  </a>
2077
2079
 
2078
2080
  ## [1.5.2] - 2024-08-30
@@ -2101,7 +2103,7 @@ It is possible that some controllers see them as new devices or need time to rea
2101
2103
  - [spawn]: Modified the install or update function to add more info in the log.
2102
2104
 
2103
2105
  <a href="https://www.buymeacoffee.com/luligugithub">
2104
- <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">
2105
2107
  </a>
2106
2108
 
2107
2109
  ## [1.5.1] - 2024-08-28
@@ -2115,7 +2117,7 @@ It is possible that some controllers see them as new devices or need time to rea
2115
2117
  - [package]: Update dependencies.
2116
2118
 
2117
2119
  <a href="https://www.buymeacoffee.com/luligugithub">
2118
- <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">
2119
2121
  </a>
2120
2122
 
2121
2123
  ## [1.5.0] - 2024-08-27
@@ -2136,7 +2138,7 @@ It is possible that some controllers see them as new devices or need time to rea
2136
2138
  - [package]: Update dependencies.
2137
2139
 
2138
2140
  <a href="https://www.buymeacoffee.com/luligugithub">
2139
- <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">
2140
2142
  </a>
2141
2143
 
2142
2144
  ## [1.4.3] - 2024-08-22
@@ -2158,7 +2160,7 @@ It is possible that some controllers see them as new devices or need time to rea
2158
2160
  - [package]: Update matter-history to 1.1.7.
2159
2161
 
2160
2162
  <a href="https://www.buymeacoffee.com/luligugithub">
2161
- <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">
2162
2164
  </a>
2163
2165
 
2164
2166
  ## [1.4.2] - 2024-08-20
@@ -2179,7 +2181,7 @@ It is possible that some controllers see them as new devices or need time to rea
2179
2181
  - [package]: Fixed dependencies.
2180
2182
 
2181
2183
  <a href="https://www.buymeacoffee.com/luligugithub">
2182
- <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">
2183
2185
  </a>
2184
2186
 
2185
2187
  ## [1.4.1] - 2024-07-28
@@ -2196,7 +2198,7 @@ It is possible that some controllers see them as new devices or need time to rea
2196
2198
  - [matter]: Update matter.js to 0.9.4.
2197
2199
 
2198
2200
  <a href="https://www.buymeacoffee.com/luligugithub">
2199
- <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">
2200
2202
  </a>
2201
2203
 
2202
2204
  ## [1.4.0] - 2024-07-23
@@ -2219,7 +2221,7 @@ It is possible that some controllers see them as new devices or need time to rea
2219
2221
  - [matterbridge]: Fixed utils export
2220
2222
 
2221
2223
  <a href="https://www.buymeacoffee.com/luligugithub">
2222
- <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">
2223
2225
  </a>
2224
2226
 
2225
2227
  ## [1.3.13] - 2024-07-11
@@ -2238,7 +2240,7 @@ It is possible that some controllers see them as new devices or need time to rea
2238
2240
  - [matterbridge]: Fixed load plugin when the don't have author and description.
2239
2241
 
2240
2242
  <a href="https://www.buymeacoffee.com/luligugithub">
2241
- <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">
2242
2244
  </a>
2243
2245
 
2244
2246
  ## [1.3.12] - 2024-07-10
@@ -2255,7 +2257,7 @@ It is possible that some controllers see them as new devices or need time to rea
2255
2257
  - [frontend]: Fix Home for mobile.
2256
2258
 
2257
2259
  <a href="https://www.buymeacoffee.com/luligugithub">
2258
- <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">
2259
2261
  </a>
2260
2262
 
2261
2263
  ## [1.3.11] - 2024-07-08
@@ -2272,7 +2274,7 @@ It is possible that some controllers see them as new devices or need time to rea
2272
2274
  - [dependencies]: Update dependencies.
2273
2275
 
2274
2276
  <a href="https://www.buymeacoffee.com/luligugithub">
2275
- <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">
2276
2278
  </a>
2277
2279
 
2278
2280
  ## [1.3.10] - 2024-07-05
@@ -2291,7 +2293,7 @@ It is possible that some controllers see them as new devices or need time to rea
2291
2293
  - [dependencies]: Update dependencies.
2292
2294
 
2293
2295
  <a href="https://www.buymeacoffee.com/luligugithub">
2294
- <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">
2295
2297
  </a>
2296
2298
 
2297
2299
  ## [1.3.9] - 2024-07-02
@@ -2302,7 +2304,7 @@ It is possible that some controllers see them as new devices or need time to rea
2302
2304
  - [matterbridge]: Fixed MeasurementClusters
2303
2305
 
2304
2306
  <a href="https://www.buymeacoffee.com/luligugithub">
2305
- <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">
2306
2308
  </a>
2307
2309
 
2308
2310
  ## [1.3.8] - 2024-07-01
@@ -2312,7 +2314,7 @@ It is possible that some controllers see them as new devices or need time to rea
2312
2314
  - [matterbridge]: Fixed crash in childbridge mode
2313
2315
 
2314
2316
  <a href="https://www.buymeacoffee.com/luligugithub">
2315
- <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">
2316
2318
  </a>
2317
2319
 
2318
2320
  ## [1.3.7] - 2024-06-30
@@ -2328,7 +2330,7 @@ It is possible that some controllers see them as new devices or need time to rea
2328
2330
  - [dependencies]: Update matter.js to 0.9.3.
2329
2331
 
2330
2332
  <a href="https://www.buymeacoffee.com/luligugithub">
2331
- <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">
2332
2334
  </a>
2333
2335
 
2334
2336
  ## [1.3.6] - 2024-06-28
@@ -2345,7 +2347,7 @@ It is possible that some controllers see them as new devices or need time to rea
2345
2347
  - [matterbridgeDevice]: Fixed ElectricalEnergyMeasurement and ElectricalPowerMeasurement
2346
2348
 
2347
2349
  <a href="https://www.buymeacoffee.com/luligugithub">
2348
- <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">
2349
2351
  </a>
2350
2352
 
2351
2353
  ## [1.3.5] - 2024-06-26
@@ -2365,7 +2367,7 @@ It is possible that some controllers see them as new devices or need time to rea
2365
2367
  - [matterbridge]: The "plugin add" method now loads, starts, and configures the plugin
2366
2368
 
2367
2369
  <a href="https://www.buymeacoffee.com/luligugithub">
2368
- <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">
2369
2371
  </a>
2370
2372
 
2371
2373
  ## [1.3.4] - 2024-06-23
@@ -2375,7 +2377,7 @@ It is possible that some controllers see them as new devices or need time to rea
2375
2377
  - [matterbridge]: Fixed exports
2376
2378
 
2377
2379
  <a href="https://www.buymeacoffee.com/luligugithub">
2378
- <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">
2379
2381
  </a>
2380
2382
 
2381
2383
  ## [1.3.3] - 2024-06-22
@@ -2386,7 +2388,7 @@ It is possible that some controllers see them as new devices or need time to rea
2386
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).
2387
2389
 
2388
2390
  <a href="https://www.buymeacoffee.com/luligugithub">
2389
- <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">
2390
2392
  </a>
2391
2393
 
2392
2394
  ## [1.3.2] - 2024-06-22
@@ -2427,7 +2429,7 @@ Features:
2427
2429
  - [matter.js]: Updated matter.js to 0.9.2
2428
2430
 
2429
2431
  <a href="https://www.buymeacoffee.com/luligugithub">
2430
- <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">
2431
2433
  </a>
2432
2434
 
2433
2435
  ## [1.3.1] - 2024-06-20
@@ -2439,7 +2441,7 @@ Features:
2439
2441
  - [matterbridge]: Moved getPluginVersion to the start also for disabled plugins.
2440
2442
 
2441
2443
  <a href="https://www.buymeacoffee.com/luligugithub">
2442
- <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">
2443
2445
  </a>
2444
2446
 
2445
2447
  ## [1.3.0] - 2024-06-16
@@ -2472,7 +2474,7 @@ Home Automation supports (probably only like BooleanState cluster):
2472
2474
  - [frontend]: Added logger level settings to reflect -matterlogger [debug | info | notice | warn | error | fatal]
2473
2475
 
2474
2476
  <a href="https://www.buymeacoffee.com/luligugithub">
2475
- <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">
2476
2478
  </a>
2477
2479
 
2478
2480
  ## [1.2.22] - 2024-06-04
@@ -2483,7 +2485,7 @@ Home Automation supports (probably only like BooleanState cluster):
2483
2485
  - [matterbridge]: Default config and schema for the new plugin matterbridge-shelly
2484
2486
 
2485
2487
  <a href="https://www.buymeacoffee.com/luligugithub">
2486
- <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">
2487
2489
  </a>
2488
2490
 
2489
2491
  ## [1.2.21] - 2024-06-04
@@ -2498,7 +2500,7 @@ Home Automation supports (probably only like BooleanState cluster):
2498
2500
  - [matterbridge]: Fixed the error that caused -add plugin to fail at the first run of matterbridge
2499
2501
 
2500
2502
  <a href="https://www.buymeacoffee.com/luligugithub">
2501
- <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">
2502
2504
  </a>
2503
2505
 
2504
2506
  ## [1.2.20] - 2024-06-03
@@ -2513,7 +2515,7 @@ Home Automation supports (probably only like BooleanState cluster):
2513
2515
  - [matterbridge]: Log level of Plugin already configured is now info
2514
2516
 
2515
2517
  <a href="https://www.buymeacoffee.com/luligugithub">
2516
- <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">
2517
2519
  </a>
2518
2520
 
2519
2521
  ## [1.2.19] - 2024-06-01
@@ -2535,7 +2537,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2535
2537
  - [frontend]: Added tooltip to the plugin update badge in the registered plugins window
2536
2538
 
2537
2539
  <a href="https://www.buymeacoffee.com/luligugithub">
2538
- <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">
2539
2541
  </a>
2540
2542
 
2541
2543
  ## [1.2.18] - 2024-05-28
@@ -2554,7 +2556,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2554
2556
  - [frontend]: Added a dropdown menu in Add Remove plugin to select the plugins
2555
2557
 
2556
2558
  <a href="https://www.buymeacoffee.com/luligugithub">
2557
- <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">
2558
2560
  </a>
2559
2561
 
2560
2562
  ## [1.2.17] - 2024-05-25
@@ -2578,7 +2580,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2578
2580
  - [matterbridge]: Added vendorId for Alexa
2579
2581
 
2580
2582
  <a href="https://www.buymeacoffee.com/luligugithub">
2581
- <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">
2582
2584
  </a>
2583
2585
 
2584
2586
  ## [1.2.16] - 2024-05-15
@@ -2597,7 +2599,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2597
2599
  - [frontend]: Added version information badge for Matterbridge.
2598
2600
 
2599
2601
  <a href="https://www.buymeacoffee.com/luligugithub">
2600
- <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">
2601
2603
  </a>
2602
2604
 
2603
2605
  ## [1.2.15] - 2024-05-14
@@ -2612,7 +2614,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2612
2614
  - [frontend]: Fixed the case when the latest version of Matterbridge or a plugin is not available.
2613
2615
 
2614
2616
  <a href="https://www.buymeacoffee.com/luligugithub">
2615
- <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">
2616
2618
  </a>
2617
2619
 
2618
2620
  ## [1.2.14] - 2024-05-09
@@ -2626,7 +2628,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2626
2628
  - [frontend]: Added Error state to registered plugins
2627
2629
 
2628
2630
  <a href="https://www.buymeacoffee.com/luligugithub">
2629
- <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">
2630
2632
  </a>
2631
2633
 
2632
2634
  ## [1.2.13] - 2024-05-05
@@ -2642,7 +2644,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2642
2644
  - [docker]: Added the docker image:dev on the docker hub with architectures: linux/amd64, linux/arm64, linux/arm/v7
2643
2645
 
2644
2646
  <a href="https://www.buymeacoffee.com/luligugithub">
2645
- <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">
2646
2648
  </a>
2647
2649
 
2648
2650
  ## [1.2.12] - 2024-04-30
@@ -2658,7 +2660,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
2658
2660
  - [frontend]: Added factoryreset in the Settings page. Matterbridge will shutdown to allow the factoryreset.
2659
2661
 
2660
2662
  <a href="https://www.buymeacoffee.com/luligugithub">
2661
- <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">
2662
2664
  </a>
2663
2665
 
2664
2666
  ## [1.2.11] - 2024-04-25