matterbridge 1.3.1 → 1.3.3
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 +49 -0
- package/CODEOWNERS +1 -0
- package/README.md +27 -11
- package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.d.ts +396 -0
- package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.js +30 -0
- package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.d.ts +396 -0
- package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.js +30 -0
- package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.d.ts +396 -0
- package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.js +34 -0
- package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/OzoneConcentrationMeasurementCluster.d.ts +395 -0
- package/dist/cluster/OzoneConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/OzoneConcentrationMeasurementCluster.js +29 -0
- package/dist/cluster/OzoneConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/Pm10ConcentrationMeasurementCluster.d.ts +395 -0
- package/dist/cluster/Pm10ConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/Pm10ConcentrationMeasurementCluster.js +29 -0
- package/dist/cluster/Pm10ConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/Pm1ConcentrationMeasurementCluster.d.ts +395 -0
- package/dist/cluster/Pm1ConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/Pm1ConcentrationMeasurementCluster.js +29 -0
- package/dist/cluster/Pm1ConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/Pm25ConcentrationMeasurementCluster.d.ts +395 -0
- package/dist/cluster/Pm25ConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/Pm25ConcentrationMeasurementCluster.js +29 -0
- package/dist/cluster/Pm25ConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/PowerTopologyCluster.d.ts +0 -10
- package/dist/cluster/PowerTopologyCluster.d.ts.map +1 -1
- package/dist/cluster/RadonConcentrationMeasurementCluster.d.ts +395 -0
- package/dist/cluster/RadonConcentrationMeasurementCluster.d.ts.map +1 -0
- package/dist/cluster/RadonConcentrationMeasurementCluster.js +29 -0
- package/dist/cluster/RadonConcentrationMeasurementCluster.js.map +1 -0
- package/dist/cluster/SmokeCoAlarmCluster.d.ts +0 -24
- package/dist/cluster/SmokeCoAlarmCluster.d.ts.map +1 -1
- package/dist/defaultConfigSchema.d.ts +4 -7
- package/dist/defaultConfigSchema.d.ts.map +1 -1
- package/dist/defaultConfigSchema.js +13 -254
- package/dist/defaultConfigSchema.js.map +1 -1
- package/dist/index.d.ts +19 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -4
- package/dist/index.js.map +1 -1
- package/dist/matterbridge.d.ts +3 -24
- package/dist/matterbridge.d.ts.map +1 -1
- package/dist/matterbridge.js +76 -98
- package/dist/matterbridge.js.map +1 -1
- package/dist/matterbridgeAccessoryPlatform.d.ts +2 -2
- package/dist/matterbridgeAccessoryPlatform.d.ts.map +1 -1
- package/dist/matterbridgeAccessoryPlatform.js.map +1 -1
- package/dist/matterbridgeDevice.d.ts +449 -18
- package/dist/matterbridgeDevice.d.ts.map +1 -1
- package/dist/matterbridgeDevice.js +269 -8
- package/dist/matterbridgeDevice.js.map +1 -1
- package/dist/matterbridgeDynamicPlatform.d.ts +2 -2
- package/dist/matterbridgeDynamicPlatform.d.ts.map +1 -1
- package/dist/matterbridgeDynamicPlatform.js.map +1 -1
- package/dist/matterbridgePlatform.d.ts +11 -7
- package/dist/matterbridgePlatform.d.ts.map +1 -1
- package/dist/matterbridgePlatform.js.map +1 -1
- package/dist/matterbridgeV8.d.ts +0 -1
- package/dist/matterbridgeV8.d.ts.map +1 -1
- package/migrationV8.txt +61 -0
- package/package.json +5 -5
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file contains the default config
|
|
2
|
+
* This file contains the default config for the plugins.
|
|
3
3
|
*
|
|
4
|
-
* @file
|
|
4
|
+
* @file defaultConfigSchema.ts
|
|
5
5
|
* @author Luca Liguori
|
|
6
6
|
* @date 2024-05-07
|
|
7
|
-
* @version 1.0.
|
|
7
|
+
* @version 1.0.1
|
|
8
8
|
*
|
|
9
9
|
* Copyright 2024 Luca Liguori.
|
|
10
10
|
*
|
|
@@ -28,7 +28,6 @@ export const zigbee2mqtt_config = {
|
|
|
28
28
|
password: '',
|
|
29
29
|
port: 1883,
|
|
30
30
|
topic: 'zigbee2mqtt',
|
|
31
|
-
unregisterOnShutdown: false,
|
|
32
31
|
blackList: [],
|
|
33
32
|
whiteList: [],
|
|
34
33
|
switchList: [],
|
|
@@ -36,104 +35,8 @@ export const zigbee2mqtt_config = {
|
|
|
36
35
|
outletList: [],
|
|
37
36
|
featureBlackList: [],
|
|
38
37
|
deviceFeatureBlackList: {},
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
title: 'Matterbridge zigbee2mqtt plugin',
|
|
42
|
-
description: 'matterbridge-zigbee2mqtt v. 2.0.13 by https://github.com/Luligu',
|
|
43
|
-
type: 'object',
|
|
44
|
-
required: ['host', 'port', 'topic'],
|
|
45
|
-
properties: {
|
|
46
|
-
name: {
|
|
47
|
-
description: 'Plugin name',
|
|
48
|
-
type: 'string',
|
|
49
|
-
readOnly: true,
|
|
50
|
-
},
|
|
51
|
-
type: {
|
|
52
|
-
description: 'Plugin type',
|
|
53
|
-
type: 'string',
|
|
54
|
-
readOnly: true,
|
|
55
|
-
},
|
|
56
|
-
host: {
|
|
57
|
-
description: 'Host',
|
|
58
|
-
type: 'string',
|
|
59
|
-
},
|
|
60
|
-
username: {
|
|
61
|
-
description: 'Username',
|
|
62
|
-
type: 'string',
|
|
63
|
-
},
|
|
64
|
-
password: {
|
|
65
|
-
description: 'Password',
|
|
66
|
-
type: 'string',
|
|
67
|
-
},
|
|
68
|
-
port: {
|
|
69
|
-
description: 'Port',
|
|
70
|
-
type: 'number',
|
|
71
|
-
},
|
|
72
|
-
topic: {
|
|
73
|
-
description: 'Topic',
|
|
74
|
-
type: 'string',
|
|
75
|
-
},
|
|
76
|
-
blackList: {
|
|
77
|
-
description: 'The devices in the list will not be exposed.',
|
|
78
|
-
type: 'array',
|
|
79
|
-
items: {
|
|
80
|
-
type: 'string',
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
whiteList: {
|
|
84
|
-
description: 'Only the devices in the list will be exposed.',
|
|
85
|
-
type: 'array',
|
|
86
|
-
items: {
|
|
87
|
-
type: 'string',
|
|
88
|
-
},
|
|
89
|
-
},
|
|
90
|
-
switchList: {
|
|
91
|
-
description: 'The devices in the list will be exposed like switches.',
|
|
92
|
-
type: 'array',
|
|
93
|
-
items: {
|
|
94
|
-
type: 'string',
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
lightList: {
|
|
98
|
-
description: 'The devices in the list will be exposed like lights.',
|
|
99
|
-
type: 'array',
|
|
100
|
-
items: {
|
|
101
|
-
type: 'string',
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
outletList: {
|
|
105
|
-
description: 'The devices in the list will be exposed like outlets.',
|
|
106
|
-
type: 'array',
|
|
107
|
-
items: {
|
|
108
|
-
type: 'string',
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
featureBlackList: {
|
|
112
|
-
description: 'The features in the list will not be exposed for all devices.',
|
|
113
|
-
type: 'array',
|
|
114
|
-
items: {
|
|
115
|
-
type: 'string',
|
|
116
|
-
},
|
|
117
|
-
},
|
|
118
|
-
deviceFeatureBlackList: {
|
|
119
|
-
description: 'List of features not to be exposed for a single device. Enter in the first field the name of the device and in the second field add all the features to exclude.',
|
|
120
|
-
type: 'object',
|
|
121
|
-
additionalProperties: {
|
|
122
|
-
type: 'array',
|
|
123
|
-
items: {
|
|
124
|
-
type: 'string',
|
|
125
|
-
},
|
|
126
|
-
},
|
|
127
|
-
},
|
|
128
|
-
debug: {
|
|
129
|
-
description: 'Enable the debug for the plugin (development only)',
|
|
130
|
-
type: 'boolean',
|
|
131
|
-
},
|
|
132
|
-
unregisterOnShutdown: {
|
|
133
|
-
description: 'Unregister all devices on shutdown (development only)',
|
|
134
|
-
type: 'boolean',
|
|
135
|
-
},
|
|
136
|
-
},
|
|
38
|
+
debug: false,
|
|
39
|
+
unregisterOnShutdown: false,
|
|
137
40
|
};
|
|
138
41
|
export const somfytahoma_config = {
|
|
139
42
|
name: 'matterbridge-somfy-tahoma',
|
|
@@ -144,87 +47,17 @@ export const somfytahoma_config = {
|
|
|
144
47
|
blackList: [],
|
|
145
48
|
whiteList: [],
|
|
146
49
|
movementDuration: {},
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
title: 'Matterbridge somfy tahoma plugin',
|
|
150
|
-
description: 'matterbridge-somfy-tahoma v. 1.0.7 by https://github.com/Luligu',
|
|
151
|
-
type: 'object',
|
|
152
|
-
required: ['username', 'password', 'service'],
|
|
153
|
-
properties: {
|
|
154
|
-
name: {
|
|
155
|
-
description: 'Plugin name',
|
|
156
|
-
type: 'string',
|
|
157
|
-
readOnly: true,
|
|
158
|
-
},
|
|
159
|
-
type: {
|
|
160
|
-
description: 'Plugin type',
|
|
161
|
-
type: 'string',
|
|
162
|
-
readOnly: true,
|
|
163
|
-
},
|
|
164
|
-
username: {
|
|
165
|
-
description: 'Username',
|
|
166
|
-
type: 'string',
|
|
167
|
-
},
|
|
168
|
-
password: {
|
|
169
|
-
description: 'Password',
|
|
170
|
-
type: 'string',
|
|
171
|
-
},
|
|
172
|
-
service: {
|
|
173
|
-
description: 'Service name to connect to',
|
|
174
|
-
type: 'string',
|
|
175
|
-
oneOf: [
|
|
176
|
-
{
|
|
177
|
-
title: 'Local API (TaHoma / Switch)',
|
|
178
|
-
enum: ['local'],
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
title: 'Somfy Europe (TaHoma / Switch / Connexoon IO)',
|
|
182
|
-
enum: ['somfy_europe'],
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
title: 'Somfy Australia (Connexoon RTS)',
|
|
186
|
-
enum: ['somfy_australia'],
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
title: 'Somfy North America',
|
|
190
|
-
enum: ['somfy_north_america'],
|
|
191
|
-
},
|
|
192
|
-
],
|
|
193
|
-
},
|
|
194
|
-
blackList: {
|
|
195
|
-
description: 'The devices in the list will not be exposed.',
|
|
196
|
-
type: 'array',
|
|
197
|
-
items: {
|
|
198
|
-
type: 'string',
|
|
199
|
-
},
|
|
200
|
-
},
|
|
201
|
-
whiteList: {
|
|
202
|
-
description: 'Only the devices in the list will be exposed.',
|
|
203
|
-
type: 'array',
|
|
204
|
-
items: {
|
|
205
|
-
type: 'string',
|
|
206
|
-
},
|
|
207
|
-
},
|
|
208
|
-
movementDuration: {
|
|
209
|
-
description: 'Set the duration in seconds of the full movement for each device. Enter in the first field the name of the device and in the second field the duration in seconds.',
|
|
210
|
-
type: 'object',
|
|
211
|
-
additionalProperties: {
|
|
212
|
-
type: 'integer',
|
|
213
|
-
},
|
|
214
|
-
},
|
|
215
|
-
debug: {
|
|
216
|
-
description: 'Enable the debug for the plugin (development only)',
|
|
217
|
-
type: 'boolean',
|
|
218
|
-
},
|
|
219
|
-
unregisterOnShutdown: {
|
|
220
|
-
description: 'Unregister all devices on shutdown (development only)',
|
|
221
|
-
type: 'boolean',
|
|
222
|
-
},
|
|
223
|
-
},
|
|
50
|
+
debug: false,
|
|
51
|
+
unregisterOnShutdown: false,
|
|
224
52
|
};
|
|
225
53
|
export const shelly_config = {
|
|
226
54
|
name: 'matterbridge-shelly',
|
|
227
55
|
type: 'DynamicPlatform',
|
|
56
|
+
username: '',
|
|
57
|
+
password: '',
|
|
58
|
+
exposeSwitch: 'switch',
|
|
59
|
+
exposeInput: 'disabled',
|
|
60
|
+
exposePowerMeter: 'evehistory',
|
|
228
61
|
blackList: [],
|
|
229
62
|
whiteList: [],
|
|
230
63
|
deviceIp: {},
|
|
@@ -232,82 +65,8 @@ export const shelly_config = {
|
|
|
232
65
|
enableStorageDiscover: true,
|
|
233
66
|
resetStorageDiscover: false,
|
|
234
67
|
enableConfigDiscover: false,
|
|
68
|
+
enableBleDiscover: false,
|
|
235
69
|
debug: false,
|
|
236
70
|
unregisterOnShutdown: false,
|
|
237
71
|
};
|
|
238
|
-
export const shelly_schema = {
|
|
239
|
-
title: 'Matterbridge shelly plugin',
|
|
240
|
-
description: 'matterbridge-shelly v. 0.0.1 by https://github.com/Luligu',
|
|
241
|
-
type: 'object',
|
|
242
|
-
properties: {
|
|
243
|
-
name: {
|
|
244
|
-
description: 'Plugin name',
|
|
245
|
-
type: 'string',
|
|
246
|
-
readOnly: true,
|
|
247
|
-
},
|
|
248
|
-
type: {
|
|
249
|
-
description: 'Plugin type',
|
|
250
|
-
type: 'string',
|
|
251
|
-
readOnly: true,
|
|
252
|
-
},
|
|
253
|
-
username: {
|
|
254
|
-
description: 'Username (always admin for gen 2 and 3 devices so use admin also for gen 1)',
|
|
255
|
-
type: 'string',
|
|
256
|
-
},
|
|
257
|
-
password: {
|
|
258
|
-
description: 'Password (must be unique for all the devices)',
|
|
259
|
-
type: 'string',
|
|
260
|
-
},
|
|
261
|
-
blackList: {
|
|
262
|
-
description: 'The devices in the list will not be exposed. Use the device id (e.g. shellyplus2pm-5443b23d81f8)',
|
|
263
|
-
type: 'array',
|
|
264
|
-
items: {
|
|
265
|
-
type: 'string',
|
|
266
|
-
},
|
|
267
|
-
},
|
|
268
|
-
whiteList: {
|
|
269
|
-
description: 'Only the devices in the list will be exposed. Use the device id (e.g. shellyplus2pm-5443b23d81f8)',
|
|
270
|
-
type: 'array',
|
|
271
|
-
items: {
|
|
272
|
-
type: 'string',
|
|
273
|
-
},
|
|
274
|
-
},
|
|
275
|
-
deviceIp: {
|
|
276
|
-
description: 'Set the IP address for each device. Enter in the first field the shelly ID of the device and in the second field the IP address. (e.g. shelly1minig3-543204547478: 192.168.1.221)',
|
|
277
|
-
type: 'object',
|
|
278
|
-
additionalProperties: {
|
|
279
|
-
type: 'string',
|
|
280
|
-
},
|
|
281
|
-
},
|
|
282
|
-
enableMdnsDiscover: {
|
|
283
|
-
description: 'Enable the mdns discovery for shelly devices (it will stop after 10 minutes)',
|
|
284
|
-
type: 'boolean',
|
|
285
|
-
},
|
|
286
|
-
enableStorageDiscover: {
|
|
287
|
-
description: 'Enable storage discovery for shelly devices (it will load from the storage the devices already discovered)',
|
|
288
|
-
type: 'boolean',
|
|
289
|
-
},
|
|
290
|
-
resetStorageDiscover: {
|
|
291
|
-
description: 'Reset the storage discovery on the next restart (it will clear the storage of already discovers devices)',
|
|
292
|
-
type: 'boolean',
|
|
293
|
-
},
|
|
294
|
-
enableConfigDiscover: {
|
|
295
|
-
description: 'Enable config discovery for shelly devices (it will load the devices from deviceIp config setting)',
|
|
296
|
-
type: 'boolean',
|
|
297
|
-
},
|
|
298
|
-
enableBleDiscover: {
|
|
299
|
-
description: 'Enable ble discovery for shelly devices (under development)',
|
|
300
|
-
type: 'boolean',
|
|
301
|
-
readOnly: true,
|
|
302
|
-
},
|
|
303
|
-
debug: {
|
|
304
|
-
description: 'Enable the debug for the plugin (development only)',
|
|
305
|
-
type: 'boolean',
|
|
306
|
-
},
|
|
307
|
-
unregisterOnShutdown: {
|
|
308
|
-
description: 'Unregister all devices on shutdown (development only)',
|
|
309
|
-
type: 'boolean',
|
|
310
|
-
},
|
|
311
|
-
},
|
|
312
|
-
};
|
|
313
72
|
//# sourceMappingURL=defaultConfigSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaultConfigSchema.js","sourceRoot":"","sources":["../src/defaultConfigSchema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAIH,MAAM,CAAC,MAAM,kBAAkB,GAAmB;IAChD,IAAI,EAAE,0BAA0B;IAChC,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,WAAW;IACjB,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE,EAAE;IACZ,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,aAAa;IACpB,
|
|
1
|
+
{"version":3,"file":"defaultConfigSchema.js","sourceRoot":"","sources":["../src/defaultConfigSchema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAIH,MAAM,CAAC,MAAM,kBAAkB,GAAmB;IAChD,IAAI,EAAE,0BAA0B;IAChC,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,WAAW;IACjB,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE,EAAE;IACZ,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,aAAa;IACpB,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,UAAU,EAAE,EAAE;IACd,SAAS,EAAE,EAAE;IACb,UAAU,EAAE,EAAE;IACd,gBAAgB,EAAE,EAAE;IACpB,sBAAsB,EAAE,EAAE;IAC1B,KAAK,EAAE,KAAK;IACZ,oBAAoB,EAAE,KAAK;CAC5B,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAmB;IAChD,IAAI,EAAE,2BAA2B;IACjC,IAAI,EAAE,iBAAiB;IACvB,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE,EAAE;IACZ,OAAO,EAAE,cAAc;IACvB,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,gBAAgB,EAAE,EAAE;IACpB,KAAK,EAAE,KAAK;IACZ,oBAAoB,EAAE,KAAK;CAC5B,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAmB;IAC3C,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,iBAAiB;IACvB,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE,EAAE;IACZ,YAAY,EAAE,QAAQ;IACtB,WAAW,EAAE,UAAU;IACvB,gBAAgB,EAAE,YAAY;IAC9B,SAAS,EAAE,EAAE;IACb,SAAS,EAAE,EAAE;IACb,QAAQ,EAAE,EAAE;IACZ,kBAAkB,EAAE,IAAI;IACxB,qBAAqB,EAAE,IAAI;IAC3B,oBAAoB,EAAE,KAAK;IAC3B,oBAAoB,EAAE,KAAK;IAC3B,iBAAiB,EAAE,KAAK;IACxB,KAAK,EAAE,KAAK;IACZ,oBAAoB,EAAE,KAAK;CAC5B,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -31,14 +31,30 @@ export * from '@project-chip/matter.js/tlv';
|
|
|
31
31
|
export * from 'matter-history';
|
|
32
32
|
export * from './matterbridge.js';
|
|
33
33
|
export * from './matterbridgeDevice.js';
|
|
34
|
+
export * from './matterbridgePlatform.js';
|
|
34
35
|
export * from './matterbridgeAccessoryPlatform.js';
|
|
35
36
|
export * from './matterbridgeDynamicPlatform.js';
|
|
36
37
|
export * from './cluster/AirQualityCluster.js';
|
|
37
|
-
export * from './cluster/TvocCluster.js';
|
|
38
|
-
export * from './cluster/CarbonMonoxideConcentrationMeasurementCluster.js';
|
|
39
38
|
export * from './cluster/BooleanStateConfigurationCluster.js';
|
|
40
|
-
export * from './cluster/
|
|
39
|
+
export * from './cluster/CarbonDioxideConcentrationMeasurementCluster.js';
|
|
40
|
+
export * from './cluster/CarbonMonoxideConcentrationMeasurementCluster.js';
|
|
41
|
+
export * from './cluster/ConcentrationMeasurementCluster.js';
|
|
42
|
+
export * from './cluster/DeviceEnergyManagementCluster.js';
|
|
43
|
+
export * from './cluster/DeviceEnergyManagementModeCluster.js';
|
|
41
44
|
export * from './cluster/ElectricalEnergyMeasurementCluster.js';
|
|
42
45
|
export * from './cluster/ElectricalPowerMeasurementCluster.js';
|
|
46
|
+
export * from './cluster/FormaldehydeConcentrationMeasurementCluster.js';
|
|
47
|
+
export * from './cluster/MeasurementAccuracy.js';
|
|
48
|
+
export * from './cluster/MeasurementAccuracyRange.js';
|
|
49
|
+
export * from './cluster/MeasurementType.js';
|
|
50
|
+
export * from './cluster/NitrogenDioxideConcentrationMeasurementCluster.js';
|
|
51
|
+
export * from './cluster/OzoneConcentrationMeasurementCluster.js';
|
|
52
|
+
export * from './cluster/Pm10ConcentrationMeasurementCluster.js';
|
|
53
|
+
export * from './cluster/Pm1ConcentrationMeasurementCluster.js';
|
|
54
|
+
export * from './cluster/Pm25ConcentrationMeasurementCluster.js';
|
|
55
|
+
export * from './cluster/PowerTopologyCluster.js';
|
|
56
|
+
export * from './cluster/RadonConcentrationMeasurementCluster.js';
|
|
57
|
+
export * from './cluster/SmokeCoAlarmCluster.js';
|
|
58
|
+
export * from './cluster/TvocCluster.js';
|
|
43
59
|
export * from './utils.js';
|
|
44
60
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,8BAA8B,CAAC;AAGtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,gBAAgB,CAAC;AAE/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,8BAA8B,CAAC;AAGtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,gBAAgB,CAAC;AAE/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AAEjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0DAA0D,CAAC;AACzE,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6DAA6D,CAAC;AAC5E,cAAc,mDAAmD,CAAC;AAClE,cAAc,kDAAkD,CAAC;AACjE,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,mCAAmC,CAAC;AAClD,cAAc,mDAAmD,CAAC;AAClE,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AAKzC,cAAc,YAAY,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -32,16 +32,33 @@ export * from '@project-chip/matter.js/tlv';
|
|
|
32
32
|
export * from 'matter-history';
|
|
33
33
|
export * from './matterbridge.js';
|
|
34
34
|
export * from './matterbridgeDevice.js';
|
|
35
|
+
export * from './matterbridgePlatform.js';
|
|
35
36
|
export * from './matterbridgeAccessoryPlatform.js';
|
|
36
37
|
export * from './matterbridgeDynamicPlatform.js';
|
|
37
38
|
export * from './cluster/AirQualityCluster.js';
|
|
38
|
-
export * from './cluster/TvocCluster.js';
|
|
39
|
-
export * from './cluster/CarbonMonoxideConcentrationMeasurementCluster.js';
|
|
40
39
|
export * from './cluster/BooleanStateConfigurationCluster.js';
|
|
41
|
-
export * from './cluster/
|
|
42
|
-
|
|
40
|
+
export * from './cluster/CarbonDioxideConcentrationMeasurementCluster.js';
|
|
41
|
+
export * from './cluster/CarbonMonoxideConcentrationMeasurementCluster.js';
|
|
42
|
+
export * from './cluster/ConcentrationMeasurementCluster.js';
|
|
43
|
+
export * from './cluster/DeviceEnergyManagementCluster.js';
|
|
44
|
+
export * from './cluster/DeviceEnergyManagementModeCluster.js';
|
|
43
45
|
export * from './cluster/ElectricalEnergyMeasurementCluster.js';
|
|
44
46
|
export * from './cluster/ElectricalPowerMeasurementCluster.js';
|
|
47
|
+
export * from './cluster/FormaldehydeConcentrationMeasurementCluster.js';
|
|
48
|
+
export * from './cluster/MeasurementAccuracy.js';
|
|
49
|
+
export * from './cluster/MeasurementAccuracyRange.js';
|
|
50
|
+
export * from './cluster/MeasurementType.js';
|
|
51
|
+
export * from './cluster/NitrogenDioxideConcentrationMeasurementCluster.js';
|
|
52
|
+
export * from './cluster/OzoneConcentrationMeasurementCluster.js';
|
|
53
|
+
export * from './cluster/Pm10ConcentrationMeasurementCluster.js';
|
|
54
|
+
export * from './cluster/Pm1ConcentrationMeasurementCluster.js';
|
|
55
|
+
export * from './cluster/Pm25ConcentrationMeasurementCluster.js';
|
|
56
|
+
export * from './cluster/PowerTopologyCluster.js';
|
|
57
|
+
export * from './cluster/RadonConcentrationMeasurementCluster.js';
|
|
58
|
+
export * from './cluster/SmokeCoAlarmCluster.js';
|
|
59
|
+
export * from './cluster/TvocCluster.js';
|
|
60
|
+
// export * from './cluster/BridgedDeviceBasicInformationCluster.js'; // Already defined in matter.js like rev. 2
|
|
61
|
+
// export * from './cluster/FanControlCluster.js'; // Already defined in matter.js like rev. 2
|
|
45
62
|
export * from './utils.js';
|
|
46
63
|
async function main() {
|
|
47
64
|
// eslint-disable-next-line no-console
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,8BAA8B,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,gBAAgB,CAAC;AAE/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,8BAA8B,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,gBAAgB,CAAC;AAE/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AAEjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0DAA0D,CAAC;AACzE,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6DAA6D,CAAC;AAC5E,cAAc,mDAAmD,CAAC;AAClE,cAAc,kDAAkD,CAAC;AACjE,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,mCAAmC,CAAC;AAClD,cAAc,mDAAmD,CAAC;AAClE,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AAEzC,iHAAiH;AACjH,8FAA8F;AAE9F,cAAc,YAAY,CAAC;AAE3B,KAAK,UAAU,IAAI;IACjB,sCAAsC;IACtC,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC;QAAE,OAAO,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAC;IAC7F,MAAM,YAAY,CAAC,YAAY,EAAE,CAAC;IAClC,sCAAsC;IACtC,IAAI,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC;QAAE,OAAO,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAC;AAC/F,CAAC;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;IACrB,sCAAsC;IACtC,OAAO,CAAC,KAAK,CAAC,wDAAwD,KAAK,EAAE,CAAC,CAAC;AACjF,CAAC,CAAC,CAAC"}
|
package/dist/matterbridge.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @file matterbridge.ts
|
|
5
5
|
* @author Luca Liguori
|
|
6
6
|
* @date 2023-12-29
|
|
7
|
-
* @version 1.2
|
|
7
|
+
* @version 1.3.2
|
|
8
8
|
*
|
|
9
9
|
* Copyright 2023, 2024 Luca Liguori.
|
|
10
10
|
*
|
|
@@ -20,33 +20,14 @@
|
|
|
20
20
|
* See the License for the specific language governing permissions and
|
|
21
21
|
* limitations under the License. *
|
|
22
22
|
*/
|
|
23
|
-
/// <reference types="node" resolution-mode="require"/>
|
|
24
|
-
import { MatterbridgeDevice } from './matterbridgeDevice.js';
|
|
25
23
|
import { NodeStorage } from 'node-persist-manager';
|
|
26
|
-
import { AnsiLogger } from 'node-ansi-logger';
|
|
27
24
|
import EventEmitter from 'events';
|
|
25
|
+
import { MatterbridgeDevice } from './matterbridgeDevice.js';
|
|
26
|
+
import { MatterbridgePlatform, PlatformConfig, PlatformSchema } from './matterbridgePlatform.js';
|
|
28
27
|
import { CommissioningServer } from '@project-chip/matter-node.js';
|
|
29
28
|
import { Aggregator } from '@project-chip/matter-node.js/device';
|
|
30
29
|
import { StorageContext } from '@project-chip/matter-node.js/storage';
|
|
31
30
|
import { ExposedFabricInformation } from '@project-chip/matter-node.js/fabric';
|
|
32
|
-
export interface MatterbridgePlatform {
|
|
33
|
-
onStart(reason?: string): Promise<void>;
|
|
34
|
-
onConfigure(): Promise<void>;
|
|
35
|
-
onShutdown(reason?: string): Promise<void>;
|
|
36
|
-
registerDevice(device: MatterbridgeDevice): Promise<void>;
|
|
37
|
-
unregisterDevice(device: MatterbridgeDevice): Promise<void>;
|
|
38
|
-
unregisterAllDevices(): Promise<void>;
|
|
39
|
-
matterbridge: Matterbridge;
|
|
40
|
-
log: AnsiLogger;
|
|
41
|
-
config: PlatformConfig;
|
|
42
|
-
name: string;
|
|
43
|
-
type: string;
|
|
44
|
-
version: string;
|
|
45
|
-
}
|
|
46
|
-
export type PlatformConfigValue = string | number | boolean | bigint | object | undefined | null;
|
|
47
|
-
export type PlatformConfig = Record<string, PlatformConfigValue>;
|
|
48
|
-
export type PlatformSchemaValue = string | number | boolean | bigint | object | undefined | null;
|
|
49
|
-
export type PlatformSchema = Record<string, PlatformSchemaValue>;
|
|
50
31
|
export interface RegisteredPlugin extends BaseRegisteredPlugin {
|
|
51
32
|
nodeContext?: NodeStorage;
|
|
52
33
|
storageContext?: StorageContext;
|
|
@@ -287,9 +268,7 @@ export declare class Matterbridge extends EventEmitter {
|
|
|
287
268
|
/**
|
|
288
269
|
* Loads the schema for a plugin.
|
|
289
270
|
* If the schema file exists in the plugin directory, it reads the file and returns the parsed JSON data and delete the schema form .matterbridge.
|
|
290
|
-
* If the schema file exists in matterbridgeDirectory, it reads the file and returns the parsed JSON data.
|
|
291
271
|
* If the schema file does not exist, it creates a new schema with the default configuration and returns it.
|
|
292
|
-
* If any error occurs during file access or creation, it logs an error and return an empty schema.
|
|
293
272
|
*
|
|
294
273
|
* @param plugin - The plugin for which to load the schema.
|
|
295
274
|
* @returns A promise that resolves to the loaded or created schema.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"matterbridge.d.ts","sourceRoot":"","sources":["../src/matterbridge.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG
|
|
1
|
+
{"version":3,"file":"matterbridge.d.ts","sourceRoot":"","sources":["../src/matterbridge.ts"],"names":[],"mappings":"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"}
|