matterbridge 1.2.3 → 1.2.5
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 +189 -171
- package/README.md +379 -297
- package/TODO.md +7 -0
- package/dist/AirQualityCluster.d.ts +134 -104
- package/dist/AirQualityCluster.d.ts.map +1 -1
- package/dist/AirQualityCluster.js +43 -26
- package/dist/AirQualityCluster.js.map +1 -1
- package/dist/EveHistoryCluster.d.ts +446 -0
- package/dist/EveHistoryCluster.d.ts.map +1 -0
- package/dist/EveHistoryCluster.js +170 -0
- package/dist/EveHistoryCluster.js.map +1 -0
- package/dist/TvocCluster.d.ts +364 -148
- package/dist/TvocCluster.d.ts.map +1 -1
- package/dist/TvocCluster.js +115 -32
- package/dist/TvocCluster.js.map +1 -1
- package/dist/cli.js +6 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/matterbridge.d.ts +9 -1
- package/dist/matterbridge.d.ts.map +1 -1
- package/dist/matterbridge.js +338 -150
- package/dist/matterbridge.js.map +1 -1
- package/dist/matterbridgeController.d.ts.map +1 -1
- package/dist/matterbridgeController.js +9 -0
- package/dist/matterbridgeController.js.map +1 -1
- package/dist/matterbridgeDevice.d.ts +1254 -9
- package/dist/matterbridgeDevice.d.ts.map +1 -1
- package/dist/matterbridgeDevice.js +372 -91
- package/dist/matterbridgeDevice.js.map +1 -1
- package/frontend/build/asset-manifest.json +3 -3
- package/frontend/build/index.html +1 -1
- package/frontend/build/matterbridge 32x32.png +0 -0
- package/frontend/build/matterbridge 64x64.png +0 -0
- package/frontend/build/static/css/main.61f6cf42.css.map +1 -1
- package/frontend/build/static/js/main.6b861489.js +3 -0
- package/frontend/build/static/js/main.6b861489.js.map +1 -0
- package/matterbridge.service +18 -0
- package/package.json +88 -87
- package/frontend/build/Matterbridge.jpg +0 -0
- package/frontend/build/static/js/main.e3553a4d.js +0 -3
- package/frontend/build/static/js/main.e3553a4d.js.map +0 -1
- /package/frontend/build/static/js/{main.e3553a4d.js.LICENSE.txt → main.6b861489.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,171 +1,189 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
## [1.2.
|
|
6
|
-
|
|
7
|
-
### Added
|
|
8
|
-
|
|
9
|
-
- [
|
|
10
|
-
- [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Added
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- [
|
|
42
|
-
- [
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
- [
|
|
60
|
-
- [
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
- [frontend]: Frontend got updated to 0.8.
|
|
71
|
-
|
|
72
|
-
## [1.1.
|
|
73
|
-
|
|
74
|
-
### Added
|
|
75
|
-
|
|
76
|
-
- [
|
|
77
|
-
- [
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
- [
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
- [
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
### Fixed
|
|
104
|
-
|
|
105
|
-
- [
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
- [
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
###
|
|
146
|
-
|
|
147
|
-
- [
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
- [
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
###
|
|
164
|
-
|
|
165
|
-
- [
|
|
166
|
-
- [
|
|
167
|
-
|
|
168
|
-
###
|
|
169
|
-
|
|
170
|
-
- [
|
|
171
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [1.2.5] - 2024-04-08
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- [frontend]: Added update Matterbridge (spawn the command: 'npm -install -g matterbridge'). The console inherit the the spawned process running so you can check.
|
|
9
|
+
- [frontend]: Added install plugin (spawn the command: 'npm -install -g plugin-name'). The console inherit the the spawned process running so you can check.
|
|
10
|
+
- [frontend]: Added shutdown button.
|
|
11
|
+
- [frontend]: Added login with password (default no password). Change the password in the Settings page of frontend.
|
|
12
|
+
- [frontend]: Frontend got updated to 0.8.5.
|
|
13
|
+
- [Matterbridge]: Added configuration and guidelines in the readme to run Matterbridge like a daemon with systemctl on Linux machine.
|
|
14
|
+
|
|
15
|
+
## [1.2.4] - 2024-04-01
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- [matter.js]: Updated the code to matter.js release 0.80.0.
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- [MatterbridgeDevice]: Added DoorLock and Thermostat clusters.
|
|
22
|
+
|
|
23
|
+
## [1.2.3] - 2024-03-28
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
|
|
27
|
+
- [Matterbridge]: Enable plugin now start the plugin (no need to restart in bridge mode).
|
|
28
|
+
- [Matterbridge]: Disable plugin now shutdown the plugin (no need to restart).
|
|
29
|
+
|
|
30
|
+
## [1.2.2] - 2024-03-26
|
|
31
|
+
|
|
32
|
+
### Added
|
|
33
|
+
|
|
34
|
+
- [MatterbridgeDevice]: Added Cluster DoorLock and command handler.
|
|
35
|
+
|
|
36
|
+
## [1.2.1] - 2024-03-25
|
|
37
|
+
|
|
38
|
+
### Added
|
|
39
|
+
|
|
40
|
+
- [frontend]: Remove plugin from frontend.
|
|
41
|
+
- [frontend]: Add plugin from frontend.
|
|
42
|
+
- [workflow]: All packages now have a workflow on GitHub.
|
|
43
|
+
- [frontend]: Frontend got updated to 0.8.4.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- [frontend]: Fixed the restart needed message.
|
|
48
|
+
- [matterbridge]: Fixed the delay of loading from the cli.
|
|
49
|
+
- [matterbridge]: Fixed the count of devices removed.
|
|
50
|
+
|
|
51
|
+
## [1.2.0] - 2024-03-23
|
|
52
|
+
|
|
53
|
+
### Breaking change on plugin default entry point and platform constructor!
|
|
54
|
+
- [plugin default entry point]: export default function initializePlugin(matterbridge: Matterbridge, log: AnsiLogger, config: PlatformConfig)
|
|
55
|
+
- [platform constructor]: constructor(matterbridge: Matterbridge, log: AnsiLogger, config: PlatformConfig)
|
|
56
|
+
|
|
57
|
+
### Added
|
|
58
|
+
|
|
59
|
+
- [platform]: Added async loadPluginConfig() and async savePluginConfig() to store plugin config.
|
|
60
|
+
- [platform]: Added: config: PlatformConfig (JSON) property to platforms to store plugin config.
|
|
61
|
+
|
|
62
|
+
### Changed
|
|
63
|
+
|
|
64
|
+
- [dependencies]: Updated dependencies.
|
|
65
|
+
|
|
66
|
+
## [1.1.11] - 2024-03-19
|
|
67
|
+
|
|
68
|
+
### Added
|
|
69
|
+
|
|
70
|
+
- [frontend]: Frontend got updated to 0.8.3.
|
|
71
|
+
|
|
72
|
+
## [1.1.10] - 2024-03-17
|
|
73
|
+
|
|
74
|
+
### Added
|
|
75
|
+
|
|
76
|
+
- [matterbridge]: added unregisterAllDevices() to the platforms
|
|
77
|
+
- [matterbridge]: added unregisterDevice(device: MatterbridgeDevice) to the platforms
|
|
78
|
+
- [frontend]: Enable and disable plugin are now available. Restart Matteerbridge after.
|
|
79
|
+
- [frontend]: Frontend got updated to 0.8.2.
|
|
80
|
+
|
|
81
|
+
## [1.1.9] - 2024-03-16
|
|
82
|
+
|
|
83
|
+
### Added
|
|
84
|
+
|
|
85
|
+
- [frontend]: Selecting a plugin in the home page show the corresponding QR code.
|
|
86
|
+
- [frontend]: Settings page now controll the global logger level.
|
|
87
|
+
- [frontend]: Restart from the header is available.
|
|
88
|
+
- [frontend]: Frontend got updated to 0.8.1.
|
|
89
|
+
|
|
90
|
+
## [1.1.8] - 2024-03-15
|
|
91
|
+
|
|
92
|
+
### Added
|
|
93
|
+
|
|
94
|
+
- [cli]: Resolve the plugin name from absolute or relative path or from globally installed modules (see the help).
|
|
95
|
+
- [frontend]: Added some fancy stuff still not visible.
|
|
96
|
+
|
|
97
|
+
### Fixed
|
|
98
|
+
|
|
99
|
+
- [install]: Fixed the error caused when the controllers disconnect and connect again.
|
|
100
|
+
|
|
101
|
+
## [1.1.7] - 2024-03-14
|
|
102
|
+
|
|
103
|
+
### Fixed
|
|
104
|
+
|
|
105
|
+
- [install]: Fixed the install error (thanks https://github.com/khaidakin).
|
|
106
|
+
|
|
107
|
+
## [1.1.6] - 2024-03-14
|
|
108
|
+
|
|
109
|
+
### Added
|
|
110
|
+
|
|
111
|
+
- [async]: Plugins are loaded started configured fully asyncronously.
|
|
112
|
+
- [frontend]: Added configured button.
|
|
113
|
+
|
|
114
|
+
## [1.1.5] - 2024-03-12
|
|
115
|
+
|
|
116
|
+
### Added
|
|
117
|
+
|
|
118
|
+
- [debug]: Added public property enableDebug to Matterbridge.
|
|
119
|
+
- [debug]: Added parameter -debug to the command line.
|
|
120
|
+
|
|
121
|
+
### Fixed
|
|
122
|
+
|
|
123
|
+
- [plugin]: Fixed the plugin.paired and plugin.commissioned in bridge mode.
|
|
124
|
+
- [routes]: Fixed the plugin devices route.
|
|
125
|
+
- [bridge]: Fixed the BasicInformationCluster in bridge mode.
|
|
126
|
+
|
|
127
|
+
## [1.1.4] - 2024-03-10
|
|
128
|
+
|
|
129
|
+
### Changed
|
|
130
|
+
|
|
131
|
+
- [cli]: Updated the loading from cli.
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## [1.1.3] - 2024-03-10
|
|
135
|
+
|
|
136
|
+
### Added
|
|
137
|
+
|
|
138
|
+
- [onMatterStarted]: onMatterStarted() is called after matter server started.
|
|
139
|
+
- [onConfigure]: onConfigure() is called after the platform controller is commissioned.
|
|
140
|
+
|
|
141
|
+
### Changed
|
|
142
|
+
|
|
143
|
+
- [dependencies]: Updated dependencies.
|
|
144
|
+
|
|
145
|
+
### Fixed
|
|
146
|
+
|
|
147
|
+
- [Plugin route]: Fixed the plugin device route in frontend.
|
|
148
|
+
|
|
149
|
+
## [1.1.2] - 2024-03-08
|
|
150
|
+
|
|
151
|
+
### Added
|
|
152
|
+
|
|
153
|
+
- [async]: All code is asyncronous where it makes sense.
|
|
154
|
+
- [JSDoc]: Added JSDoc to the code.
|
|
155
|
+
|
|
156
|
+
### Removed
|
|
157
|
+
|
|
158
|
+
- [event]: Removed all event code.
|
|
159
|
+
|
|
160
|
+
<!-- Commented out section
|
|
161
|
+
## [1.1.2] - 2024-03-08
|
|
162
|
+
|
|
163
|
+
### Added
|
|
164
|
+
|
|
165
|
+
- [Feature 1]: Description of the feature.
|
|
166
|
+
- [Feature 2]: Description of the feature.
|
|
167
|
+
|
|
168
|
+
### Changed
|
|
169
|
+
|
|
170
|
+
- [Feature 3]: Description of the change.
|
|
171
|
+
- [Feature 4]: Description of the change.
|
|
172
|
+
|
|
173
|
+
### Deprecated
|
|
174
|
+
|
|
175
|
+
- [Feature 5]: Description of the deprecation.
|
|
176
|
+
|
|
177
|
+
### Removed
|
|
178
|
+
|
|
179
|
+
- [Feature 6]: Description of the removal.
|
|
180
|
+
|
|
181
|
+
### Fixed
|
|
182
|
+
|
|
183
|
+
- [Bug 1]: Description of the bug fix.
|
|
184
|
+
- [Bug 2]: Description of the bug fix.
|
|
185
|
+
|
|
186
|
+
### Security
|
|
187
|
+
|
|
188
|
+
- [Security 1]: Description of the security improvement.
|
|
189
|
+
-->
|