matterbridge-zigbee2mqtt 3.0.3 → 3.0.4-dev-20260117-2005965
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +63 -50
- package/README.md +4 -4
- package/dist/entity.d.ts +95 -0
- package/dist/module.d.ts +75 -0
- package/dist/payloadTypes.d.ts +2 -0
- package/dist/zigbee2mqtt.d.ts +61 -0
- package/dist/zigbee2mqttTypes.d.ts +343 -0
- package/npm-shrinkwrap.json +50 -50
- package/package.json +11 -1
- package/screenshots/Smart button.png +0 -0
- package/bmc-button.svg +0 -22
- package/matterbridge.svg +0 -50
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,23 @@
|
|
|
1
|
-
# <img src="matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge zigbee2mqtt plugin changelog
|
|
1
|
+
# <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge zigbee2mqtt plugin changelog
|
|
2
2
|
|
|
3
3
|
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](https://github.com/Luligu/matterbridge-zigbee2mqtt) 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
|
+
|
|
9
|
+
## [3.0.4] - Dev branch
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- [matter]: Conformance to Matter 1.4.2 and matterbridge 3.5.x.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- [package]: Updated dependencies.
|
|
18
|
+
- [package]: Updated package to automator v. 3.0.0.
|
|
19
|
+
|
|
20
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
8
21
|
|
|
9
22
|
## [3.0.3] - 2025-12-12
|
|
10
23
|
|
|
@@ -26,7 +39,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
26
39
|
|
|
27
40
|
- [mqtt]: Fixed wrong log messages with Unix socket. Thanks Rob van Oostenrijk (https://github.com/Luligu/matterbridge-zigbee2mqtt/issues/133).
|
|
28
41
|
|
|
29
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
42
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
30
43
|
|
|
31
44
|
## [3.0.2] - 2025-12-01
|
|
32
45
|
|
|
@@ -50,7 +63,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
50
63
|
|
|
51
64
|
- [cover]: Fixed wrong update with motor reversed. Zigbee2MQTT cover: 0 = fully closed, 100 = fully open (with invert_cover = false). Use invert_cover configuration on zigbee2mqtt if your cover has inverted position.
|
|
52
65
|
|
|
53
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
66
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
54
67
|
|
|
55
68
|
## [3.0.1] - 2025-11-14
|
|
56
69
|
|
|
@@ -61,7 +74,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
61
74
|
- [package]: Updated to the current Matterbridge signatures.
|
|
62
75
|
- [jest]: Updated jestHelpers to v.1.0.12.
|
|
63
76
|
|
|
64
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
77
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
65
78
|
|
|
66
79
|
## [3.0.0] - 2025-11-08
|
|
67
80
|
|
|
@@ -92,7 +105,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
92
105
|
|
|
93
106
|
- [platform]: Fixed specific zbminir2 device case for all devices. Thanks subst4nc3 (https://github.com/Luligu/matterbridge-zigbee2mqtt/issues/126).
|
|
94
107
|
|
|
95
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
108
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
96
109
|
|
|
97
110
|
## [2.8.1] - 2025-10-02
|
|
98
111
|
|
|
@@ -113,7 +126,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
113
126
|
|
|
114
127
|
- [platform]: Fixed command handlers execution when the controllers send scenes.
|
|
115
128
|
|
|
116
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
129
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
117
130
|
|
|
118
131
|
## [2.8.0] - 2025-09-14
|
|
119
132
|
|
|
@@ -145,7 +158,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
145
158
|
- [workflows]: Ignore any .md anywhere.
|
|
146
159
|
- [workflows]: Improved speed on Node CI.
|
|
147
160
|
|
|
148
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
161
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
149
162
|
|
|
150
163
|
## [2.7.0] - 2025-07-14
|
|
151
164
|
|
|
@@ -170,7 +183,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
170
183
|
- [CodeQL]: Added CodeQL badge in the readme.
|
|
171
184
|
- [Codecov]: Added Codecov badge in the readme.
|
|
172
185
|
|
|
173
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
186
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
174
187
|
|
|
175
188
|
## [2.6.0] - 2025-06-07
|
|
176
189
|
|
|
@@ -189,7 +202,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
189
202
|
|
|
190
203
|
- [subscribe]: Removed async from handlers.
|
|
191
204
|
|
|
192
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
205
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
193
206
|
|
|
194
207
|
## [2.5.0] - 2025-05-26
|
|
195
208
|
|
|
@@ -220,7 +233,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
220
233
|
- [issue104]: Solved wrong mode AUTO in system_mode for HEAT only devices.
|
|
221
234
|
- [issue107]: Solved motor_direction reversed.
|
|
222
235
|
|
|
223
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
236
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
224
237
|
|
|
225
238
|
## [2.4.7] - 2025-03-19
|
|
226
239
|
|
|
@@ -236,7 +249,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
236
249
|
- [config]: Added parameter postfix (3 characters max) to be consistent with the other plugins. This parameter works with the Devices panel in the home page.
|
|
237
250
|
- [config]: The old postfixHostname will be removed in the next release. If you were using postfixHostname, please change it with postfix, the controllers will likely remove and recreate all the devices so make a backup of configurations (i.e. room assignements) and automations on the controller!
|
|
238
251
|
|
|
239
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
252
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
240
253
|
|
|
241
254
|
## [2.4.6] - 2025-02-20
|
|
242
255
|
|
|
@@ -249,7 +262,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
249
262
|
|
|
250
263
|
- [schema]: Fix wrong default in schema (thanks https://github.com/robvanoostenrijk).
|
|
251
264
|
|
|
252
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
265
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
253
266
|
|
|
254
267
|
## [2.4.5] - 2025-02-05
|
|
255
268
|
|
|
@@ -265,7 +278,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
265
278
|
|
|
266
279
|
- [thermostat]: Fix thermostat bug (thanks https://github.com/robvanoostenrijk).
|
|
267
280
|
|
|
268
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
281
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
269
282
|
|
|
270
283
|
## [2.4.4] - 2025-02-02
|
|
271
284
|
|
|
@@ -275,7 +288,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
275
288
|
- [package]: Updated package.
|
|
276
289
|
- [package]: Updated dependencies.
|
|
277
290
|
|
|
278
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
291
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
279
292
|
|
|
280
293
|
## [2.4.3] - 2025-01-20
|
|
281
294
|
|
|
@@ -284,7 +297,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
284
297
|
- [plugin]: Requires Matterbridge 1.7.3.
|
|
285
298
|
- [package]: Updated dependencies.
|
|
286
299
|
|
|
287
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
300
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
288
301
|
|
|
289
302
|
## [2.4.2] - 2025-01-11
|
|
290
303
|
|
|
@@ -292,7 +305,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
292
305
|
|
|
293
306
|
- [endpoint]: Fixed blacklist of child endpoints.
|
|
294
307
|
|
|
295
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
308
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
296
309
|
|
|
297
310
|
## [2.4.1] - 2025-01-11
|
|
298
311
|
|
|
@@ -306,7 +319,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
306
319
|
- [plugin]: Requires Matterbridge 1.7.2.
|
|
307
320
|
- [package]: Updated dependencies.
|
|
308
321
|
|
|
309
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
322
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
310
323
|
|
|
311
324
|
## [2.4.0] - 2025-01-08
|
|
312
325
|
|
|
@@ -320,7 +333,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
320
333
|
- [plugin]: Requires Matterbridge 1.7.1.
|
|
321
334
|
- [package]: Updated dependencies.
|
|
322
335
|
|
|
323
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
336
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
324
337
|
|
|
325
338
|
## [2.3.2] - 2024-12-24
|
|
326
339
|
|
|
@@ -331,7 +344,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
331
344
|
- [plugin]: Use platform white and black list.
|
|
332
345
|
- [platform]: Use platform endpoint number check.
|
|
333
346
|
|
|
334
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
347
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
335
348
|
|
|
336
349
|
## [2.3.1] - 2024-12-12
|
|
337
350
|
|
|
@@ -347,7 +360,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
347
360
|
|
|
348
361
|
### Fixed
|
|
349
362
|
|
|
350
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
363
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
351
364
|
|
|
352
365
|
## [2.3.0] - 2024-12-04
|
|
353
366
|
|
|
@@ -365,7 +378,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
365
378
|
|
|
366
379
|
### Fixed
|
|
367
380
|
|
|
368
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
381
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
369
382
|
|
|
370
383
|
## [2.2.2] - 2024-11-26
|
|
371
384
|
|
|
@@ -389,7 +402,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
389
402
|
- [thermostat]: Fixed the case when instead of current_heating_setpoint the property is occupied_heating_setpoint.
|
|
390
403
|
- [thermostat]: Fixed the case when instead of current_cooling_setpoint the property is occupied_cooling_setpoint.
|
|
391
404
|
|
|
392
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
405
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
393
406
|
|
|
394
407
|
## [2.2.1] - 2024-10-11
|
|
395
408
|
|
|
@@ -399,7 +412,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
399
412
|
- [entity]: Fixed energy kWh.
|
|
400
413
|
- [entity]: Fixed log.
|
|
401
414
|
|
|
402
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
415
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
403
416
|
|
|
404
417
|
## [2.2.0] - 2024-10-10
|
|
405
418
|
|
|
@@ -414,7 +427,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
414
427
|
- [entity]: Code optimization.
|
|
415
428
|
- [package]: Updated dependencies.
|
|
416
429
|
|
|
417
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
430
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
418
431
|
|
|
419
432
|
## [2.1.19] - 2024-10-01
|
|
420
433
|
|
|
@@ -423,7 +436,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
423
436
|
- [package]: Upgrade to new workflows.
|
|
424
437
|
- [package]: Updated dependencies.
|
|
425
438
|
|
|
426
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
439
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
427
440
|
|
|
428
441
|
## [2.1.17] - 2024-09-21
|
|
429
442
|
|
|
@@ -439,7 +452,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
439
452
|
- [plugin]: Added configuration of ColorControl cluster features (HS, XY, CT).
|
|
440
453
|
- [plugin]: Removed the superset device types.
|
|
441
454
|
|
|
442
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
455
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
443
456
|
|
|
444
457
|
## [2.1.16] - 2024-09-04
|
|
445
458
|
|
|
@@ -448,7 +461,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
448
461
|
- [package]: Final update to matter.js 0.10.0.
|
|
449
462
|
- [package]: Updated dependencies.
|
|
450
463
|
|
|
451
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
464
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
452
465
|
|
|
453
466
|
## [2.1.15] - 2024-09-03
|
|
454
467
|
|
|
@@ -457,7 +470,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
457
470
|
- [package]: Updated Thermostat cluster to matter.js 0.10.0.
|
|
458
471
|
- [package]: Updated dependencies.
|
|
459
472
|
|
|
460
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
473
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
461
474
|
|
|
462
475
|
## [2.1.14] - 2024-08-29
|
|
463
476
|
|
|
@@ -470,7 +483,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
470
483
|
- [package]: Updated dependencies.
|
|
471
484
|
- [package]: Updated imports.
|
|
472
485
|
|
|
473
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
486
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
474
487
|
|
|
475
488
|
## [2.1.13] - 2024-08-22
|
|
476
489
|
|
|
@@ -482,7 +495,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
482
495
|
|
|
483
496
|
- [package]: Fixed MQTT protocol.
|
|
484
497
|
|
|
485
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
498
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
486
499
|
|
|
487
500
|
## [2.1.12] - 2024-08-21
|
|
488
501
|
|
|
@@ -492,7 +505,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
492
505
|
- [schema]: Changed descriptions in schema for easier setup.
|
|
493
506
|
- [package]: Updated dependencies.
|
|
494
507
|
|
|
495
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
508
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
496
509
|
|
|
497
510
|
## [2.1.11] - 2024-08-20
|
|
498
511
|
|
|
@@ -505,7 +518,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
505
518
|
|
|
506
519
|
- [package]: Fixed dependencies.
|
|
507
520
|
|
|
508
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
521
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
509
522
|
|
|
510
523
|
## [2.1.10] - 2024-08-09
|
|
511
524
|
|
|
@@ -518,7 +531,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
518
531
|
|
|
519
532
|
- [z2m]: Fixed issue: 'Only supported EndpointInterface implementation is Endpoint'.
|
|
520
533
|
|
|
521
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
534
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
522
535
|
|
|
523
536
|
## [2.1.9] - 2024-07-28
|
|
524
537
|
|
|
@@ -528,7 +541,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
528
541
|
- [logger]: Update node-ansi-logger to 2.0.6.
|
|
529
542
|
- [storage]: Update node-persist-manager to 1.0.8.
|
|
530
543
|
|
|
531
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
544
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
532
545
|
|
|
533
546
|
## [2.1.8] - 2024-07-23
|
|
534
547
|
|
|
@@ -536,7 +549,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
536
549
|
|
|
537
550
|
- [z2m]: Updated matterbridge imports.
|
|
538
551
|
|
|
539
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
552
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
540
553
|
|
|
541
554
|
## [2.1.7] - 2024-07-11
|
|
542
555
|
|
|
@@ -544,7 +557,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
544
557
|
|
|
545
558
|
- [z2m]: Fixed trigger when the endpoint is undefined.
|
|
546
559
|
|
|
547
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
560
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
548
561
|
|
|
549
562
|
## [2.1.6] - 2024-07-10
|
|
550
563
|
|
|
@@ -557,7 +570,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
557
570
|
|
|
558
571
|
- [z2m]: Fixed the detection of color_temp only lights.
|
|
559
572
|
|
|
560
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
573
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
561
574
|
|
|
562
575
|
## [2.1.5] - 2024-07-01
|
|
563
576
|
|
|
@@ -569,7 +582,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
569
582
|
|
|
570
583
|
- [zigbee]: Fixed WindowCovering.targetPositionLiftPercent100ths update (Thanks Nitay Ben-Zvi).
|
|
571
584
|
|
|
572
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
585
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
573
586
|
|
|
574
587
|
## [2.1.4] - 2024-06-30
|
|
575
588
|
|
|
@@ -578,7 +591,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
578
591
|
- [dependencies]: Update dependencies.
|
|
579
592
|
- [dependencies]: Update eslint to 9.6.0.
|
|
580
593
|
|
|
581
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
594
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
582
595
|
|
|
583
596
|
## [2.1.3] - 2024-06-23
|
|
584
597
|
|
|
@@ -595,7 +608,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
595
608
|
- [bridge/info]: Fixed the issue when advanced.output is set 'attribute_and_json'. (Thanks copystring).
|
|
596
609
|
- [bridge/info]: Fixed the issue when include_device_information is set to true. (Thanks copystring).
|
|
597
610
|
|
|
598
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
611
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
599
612
|
|
|
600
613
|
## [2.1.2] - 2024-06-21
|
|
601
614
|
|
|
@@ -604,7 +617,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
604
617
|
- [dependencies]: Update dependencies.
|
|
605
618
|
- [start]: Refactor start sequence.
|
|
606
619
|
|
|
607
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
620
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
608
621
|
|
|
609
622
|
## [2.1.1] - 2024-06-20
|
|
610
623
|
|
|
@@ -613,7 +626,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
613
626
|
- [dependencies]: Update dependencies (mqtt to 5.7.2).
|
|
614
627
|
- [schema]: Added info log when the plugin starts to register devices and groups. Added empty bridge/config and bridge/definitions handlers.
|
|
615
628
|
|
|
616
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
629
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
617
630
|
|
|
618
631
|
## [2.1.0] - 2024-06-19
|
|
619
632
|
|
|
@@ -634,7 +647,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
634
647
|
- [LevelControl]: Fixed the commandHandler for LevelControl in child endpoint (Thanks jpadie).
|
|
635
648
|
- [availability]: Fixed the issue that caused the availability event sent before the start to be ignored.
|
|
636
649
|
|
|
637
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
650
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
638
651
|
|
|
639
652
|
## [2.0.17] - 2024-06-16
|
|
640
653
|
|
|
@@ -646,7 +659,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
646
659
|
|
|
647
660
|
- [dependencies]: Update dependencies
|
|
648
661
|
|
|
649
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
662
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
650
663
|
|
|
651
664
|
## [2.0.16] - 2024-06-06
|
|
652
665
|
|
|
@@ -655,7 +668,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
655
668
|
- [dependencies]: Update dependencies
|
|
656
669
|
- [matterbridge]: Added bridgeOnline to the start checks.
|
|
657
670
|
|
|
658
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
671
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
659
672
|
|
|
660
673
|
## [2.0.15] - 2024-06-01
|
|
661
674
|
|
|
@@ -664,7 +677,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
664
677
|
- [dependencies]: Update dependencies
|
|
665
678
|
- [matterbridge]: Adapted the code to the new start mode of Matterbridge.
|
|
666
679
|
|
|
667
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
680
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
668
681
|
|
|
669
682
|
## [2.0.14] - 2024-05-09
|
|
670
683
|
|
|
@@ -672,7 +685,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
672
685
|
|
|
673
686
|
- [mqtt]: Added Keekalive to MQTT.
|
|
674
687
|
|
|
675
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
688
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
676
689
|
|
|
677
690
|
## [2.0.13] - 2024-05-02
|
|
678
691
|
|
|
@@ -684,7 +697,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
684
697
|
|
|
685
698
|
- [payload]: Fixed the case when z2m sends empty action in the payload.
|
|
686
699
|
|
|
687
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
700
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
688
701
|
|
|
689
702
|
## [2.0.12] - 2024-04-30
|
|
690
703
|
|
|
@@ -693,7 +706,7 @@ The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-auto
|
|
|
693
706
|
- [action]: Added support for devices with more then 3 events/actions. All SwitchCluster actions are mapped in groups of 3 on sub endpoints. The mapping schema is shown in log.
|
|
694
707
|
- [mqtt]: Added handles for group_add, group_remove, group_rename, group_add_member and group_remove_member
|
|
695
708
|
|
|
696
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
709
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
697
710
|
|
|
698
711
|
## [2.0.11] - 2024-04-26
|
|
699
712
|
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# <img src="matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge zigbee2mqtt plugin
|
|
1
|
+
# <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge zigbee2mqtt plugin
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/matterbridge-zigbee2mqtt)
|
|
4
4
|
[](https://www.npmjs.com/package/matterbridge-zigbee2mqtt)
|
|
5
5
|
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
6
6
|
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
7
|
-

|
|
8
8
|

|
|
9
9
|
[](https://codecov.io/gh/Luligu/matterbridge-zigbee2mqtt)
|
|
10
10
|
|
|
@@ -27,7 +27,7 @@ Interested in super fast and autonomous **[automations for zigbee2mqtt](https://
|
|
|
27
27
|
|
|
28
28
|
If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge-zigbee2mqtt) and sponsoring it.
|
|
29
29
|
|
|
30
|
-
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
30
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
31
31
|
|
|
32
32
|
## Introduction
|
|
33
33
|
|
|
@@ -270,7 +270,7 @@ If one of your devices is not supported out of the box, open an issue and we wil
|
|
|
270
270
|
[16:25:14.325] [Smart button] -- Button 3: Long Press <=> off
|
|
271
271
|
```
|
|
272
272
|
|
|
273
|
-

|
|
274
274
|
|
|
275
275
|
## Unix socket (Linux only)
|
|
276
276
|
|
package/dist/entity.d.ts
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import EventEmitter from 'node:events';
|
|
2
|
+
import { DeviceTypeDefinition, MatterbridgeEndpoint, CommandHandlerData } from 'matterbridge';
|
|
3
|
+
import { AnsiLogger } from 'matterbridge/logger';
|
|
4
|
+
import { ClusterId, Semtag } from 'matterbridge/matter/types';
|
|
5
|
+
import { ZigbeePlatform } from './module.js';
|
|
6
|
+
import { BridgeDevice, BridgeGroup } from './zigbee2mqttTypes.js';
|
|
7
|
+
import { Payload, PayloadValue } from './payloadTypes.js';
|
|
8
|
+
interface BehaviorOptions {
|
|
9
|
+
clusterId: ClusterId;
|
|
10
|
+
options: Record<string, boolean | number | bigint | string | object | null>;
|
|
11
|
+
}
|
|
12
|
+
export declare class ZigbeeEntity extends EventEmitter {
|
|
13
|
+
log: AnsiLogger;
|
|
14
|
+
serial: string;
|
|
15
|
+
protected platform: ZigbeePlatform;
|
|
16
|
+
device: BridgeDevice | undefined;
|
|
17
|
+
group: BridgeGroup | undefined;
|
|
18
|
+
entityName: string;
|
|
19
|
+
isDevice: boolean;
|
|
20
|
+
isGroup: boolean;
|
|
21
|
+
actions: string[];
|
|
22
|
+
protected en: string;
|
|
23
|
+
protected ien: string;
|
|
24
|
+
bridgedDevice: MatterbridgeEndpoint | undefined;
|
|
25
|
+
eidn: string;
|
|
26
|
+
protected lastPayload: Payload;
|
|
27
|
+
private lastSeen;
|
|
28
|
+
protected ignoreFeatures: string[];
|
|
29
|
+
protected transition: boolean;
|
|
30
|
+
protected propertyMap: Map<string, {
|
|
31
|
+
name: string;
|
|
32
|
+
type: string;
|
|
33
|
+
endpoint: string;
|
|
34
|
+
values?: string;
|
|
35
|
+
value_min?: number;
|
|
36
|
+
value_max?: number;
|
|
37
|
+
unit?: string;
|
|
38
|
+
category?: string;
|
|
39
|
+
description?: string;
|
|
40
|
+
label?: string;
|
|
41
|
+
action?: string;
|
|
42
|
+
}>;
|
|
43
|
+
protected readonly mutableDevice: Map<string, {
|
|
44
|
+
tagList: Semtag[];
|
|
45
|
+
deviceTypes: DeviceTypeDefinition[];
|
|
46
|
+
clusterServersIds: ClusterId[];
|
|
47
|
+
clusterServersOptions: BehaviorOptions[];
|
|
48
|
+
clusterClientsIds: ClusterId[];
|
|
49
|
+
clusterClientsOptions: BehaviorOptions[];
|
|
50
|
+
}>;
|
|
51
|
+
protected cachePayload: Payload;
|
|
52
|
+
protected cachePublishTimeout: NodeJS.Timeout | undefined;
|
|
53
|
+
protected cachePublishTimeoutTime: number;
|
|
54
|
+
protected noUpdateTimeout: NodeJS.Timeout | undefined;
|
|
55
|
+
protected noUpdateTimeoutTime: number;
|
|
56
|
+
protected thermostatTimeout: NodeJS.Timeout | undefined;
|
|
57
|
+
protected thermostatTimeoutTime: number;
|
|
58
|
+
protected composedType: string;
|
|
59
|
+
protected hasEndpoints: boolean;
|
|
60
|
+
isRouter: boolean;
|
|
61
|
+
protected noUpdate: boolean;
|
|
62
|
+
protected readonly thermostatSystemModeLookup: string[];
|
|
63
|
+
constructor(platform: ZigbeePlatform, entity: BridgeDevice | BridgeGroup);
|
|
64
|
+
destroy(): void;
|
|
65
|
+
isCoverReversed(): boolean;
|
|
66
|
+
protected cachePublish(command?: string, payload?: Payload, transitionTime?: number): void;
|
|
67
|
+
protected setCachePublishAttributes(endpoint: MatterbridgeEndpoint, postfix?: string | undefined): void;
|
|
68
|
+
private saveCommands;
|
|
69
|
+
protected onCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
70
|
+
protected offCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
71
|
+
protected toggleCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
72
|
+
protected moveToLevelCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
73
|
+
protected moveToLevelWithOnOffCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
74
|
+
protected moveToColorTemperatureCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
75
|
+
protected moveToColorCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
76
|
+
protected moveToHueCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
77
|
+
protected moveToSaturationCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
78
|
+
protected moveToHueAndSaturationCommandHandler(data: CommandHandlerData): Promise<void>;
|
|
79
|
+
protected addBridgedDeviceBasicInformation(): MatterbridgeEndpoint;
|
|
80
|
+
protected addPowerSource(): MatterbridgeEndpoint;
|
|
81
|
+
protected verifyMutableDevice(endpoint: MatterbridgeEndpoint): boolean;
|
|
82
|
+
configure(): Promise<void>;
|
|
83
|
+
protected updateAttributeIfChanged(deviceEndpoint: MatterbridgeEndpoint, childEndpointName: string | undefined, clusterId: number, attributeName: string, value: PayloadValue, lookup?: string[]): void;
|
|
84
|
+
protected publishCommand(command: string, entityName: string, payload: Payload): void;
|
|
85
|
+
protected logPropertyMap(): void;
|
|
86
|
+
}
|
|
87
|
+
export declare class ZigbeeGroup extends ZigbeeEntity {
|
|
88
|
+
private constructor();
|
|
89
|
+
static create(platform: ZigbeePlatform, group: BridgeGroup): Promise<ZigbeeGroup>;
|
|
90
|
+
}
|
|
91
|
+
export declare class ZigbeeDevice extends ZigbeeEntity {
|
|
92
|
+
private constructor();
|
|
93
|
+
static create(platform: ZigbeePlatform, device: BridgeDevice): Promise<ZigbeeDevice>;
|
|
94
|
+
}
|
|
95
|
+
export {};
|