matterbridge 1.6.3-dev.1 → 1.6.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 +1 -5
- package/dist/cli.js +0 -0
- package/dist/matterbridge.d.ts.map +1 -1
- package/dist/matterbridge.js +0 -20
- package/dist/matterbridge.js.map +1 -1
- package/dist/matterbridgeDevice.d.ts +12 -19
- package/dist/matterbridgeDevice.d.ts.map +1 -1
- package/dist/matterbridgeDevice.js +4 -0
- package/dist/matterbridgeDevice.js.map +1 -1
- package/dist/matterbridgeEndpoint.d.ts +776 -5
- package/dist/matterbridgeEndpoint.d.ts.map +1 -1
- package/dist/matterbridgeEndpoint.js +49 -12
- package/dist/matterbridgeEndpoint.js.map +1 -1
- package/npm-shrinkwrap.json +61 -61
- package/package.json +4 -4
|
@@ -117,7 +117,778 @@ export declare class MatterbridgeEndpoint extends Endpoint {
|
|
|
117
117
|
static loadInstance(definition: DeviceTypeDefinition | AtLeastOne<DeviceTypeDefinition>, options?: EndpointOptions, debug?: boolean): Promise<MatterbridgeEndpoint>;
|
|
118
118
|
static getBehaviourTypesFromClusterServerIds(clusterServerList: ClusterId[]): Behavior.Type[];
|
|
119
119
|
static getBehaviourTypesFromClusterClientIds(clusterClientList: ClusterId[]): Behavior.Type[];
|
|
120
|
-
static getBehaviourTypeFromClusterServerId(clusterId: ClusterId, type?: string): typeof MatterbridgeIdentifyServer | typeof MatterbridgeOnOffServer | typeof MatterbridgeLevelControlServer | typeof MatterbridgeColorControlServer | typeof MatterbridgeWindowCoveringServer | typeof MatterbridgeDoorLockServer | typeof MatterbridgeFanControlServer | typeof
|
|
120
|
+
static getBehaviourTypeFromClusterServerId(clusterId: ClusterId, type?: string): typeof MatterbridgeIdentifyServer | typeof MatterbridgeOnOffServer | typeof MatterbridgeLevelControlServer | typeof MatterbridgeColorControlServer | typeof MatterbridgeWindowCoveringServer | typeof MatterbridgeDoorLockServer | typeof MatterbridgeFanControlServer | typeof MatterbridgeBooleanStateConfigurationServer | typeof GroupsServer | import("@matter/main").ClusterBehavior.Type<import("@matter/main/types").ClusterComposer.WithFeatures<import("@matter/main/types").ClusterComposer.WithFeatures<ClusterType.Of<{
|
|
121
|
+
readonly id: 513;
|
|
122
|
+
readonly name: "Thermostat";
|
|
123
|
+
readonly revision: 6;
|
|
124
|
+
readonly features: {
|
|
125
|
+
readonly heating: import("@matter/main/types").BitFlag;
|
|
126
|
+
readonly cooling: import("@matter/main/types").BitFlag;
|
|
127
|
+
readonly occupancy: import("@matter/main/types").BitFlag;
|
|
128
|
+
readonly scheduleConfiguration: import("@matter/main/types").BitFlag;
|
|
129
|
+
readonly setback: import("@matter/main/types").BitFlag;
|
|
130
|
+
readonly autoMode: import("@matter/main/types").BitFlag;
|
|
131
|
+
readonly localTemperatureNotExposed: import("@matter/main/types").BitFlag;
|
|
132
|
+
};
|
|
133
|
+
readonly attributes: {
|
|
134
|
+
readonly localTemperature: import("@matter/main/types").Attribute<number | null, any>;
|
|
135
|
+
readonly outdoorTemperature: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
136
|
+
readonly remoteSensing: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
137
|
+
localTemperature: import("@matter/main/types").BitFlag;
|
|
138
|
+
outdoorTemperature: import("@matter/main/types").BitFlag;
|
|
139
|
+
occupancy: import("@matter/main/types").BitFlag;
|
|
140
|
+
}>, any>;
|
|
141
|
+
readonly controlSequenceOfOperation: import("@matter/main/types").WritableAttribute<Thermostat.ControlSequenceOfOperation, any>;
|
|
142
|
+
readonly systemMode: import("@matter/main/types").WritableAttribute<Thermostat.SystemMode, any>;
|
|
143
|
+
readonly temperatureSetpointHold: import("@matter/main/types").OptionalWritableAttribute<Thermostat.TemperatureSetpointHold, any>;
|
|
144
|
+
readonly temperatureSetpointHoldDuration: import("@matter/main/types").OptionalWritableAttribute<number | null, any>;
|
|
145
|
+
readonly thermostatProgrammingOperationMode: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
146
|
+
scheduleActive: import("@matter/main/types").BitFlag;
|
|
147
|
+
autoRecovery: import("@matter/main/types").BitFlag;
|
|
148
|
+
economy: import("@matter/main/types").BitFlag;
|
|
149
|
+
}>, any>;
|
|
150
|
+
readonly thermostatRunningState: import("@matter/main/types").OptionalAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
151
|
+
heat: import("@matter/main/types").BitFlag;
|
|
152
|
+
cool: import("@matter/main/types").BitFlag;
|
|
153
|
+
fan: import("@matter/main/types").BitFlag;
|
|
154
|
+
heatStage2: import("@matter/main/types").BitFlag;
|
|
155
|
+
coolStage2: import("@matter/main/types").BitFlag;
|
|
156
|
+
fanStage2: import("@matter/main/types").BitFlag;
|
|
157
|
+
fanStage3: import("@matter/main/types").BitFlag;
|
|
158
|
+
}>, any>;
|
|
159
|
+
readonly setpointChangeSource: import("@matter/main/types").OptionalAttribute<Thermostat.SetpointChangeSource, any>;
|
|
160
|
+
readonly setpointChangeAmount: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
161
|
+
readonly setpointChangeSourceTimestamp: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
162
|
+
readonly emergencyHeatDelta: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
163
|
+
readonly acType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcType, any>;
|
|
164
|
+
readonly acCapacity: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
165
|
+
readonly acRefrigerantType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcRefrigerantType, any>;
|
|
166
|
+
readonly acCompressorType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcCompressorType, any>;
|
|
167
|
+
readonly acErrorCode: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
168
|
+
compressorFail: import("@matter/main/types").BitFlag;
|
|
169
|
+
roomSensorFail: import("@matter/main/types").BitFlag;
|
|
170
|
+
outdoorSensorFail: import("@matter/main/types").BitFlag;
|
|
171
|
+
coilSensorFail: import("@matter/main/types").BitFlag;
|
|
172
|
+
fanFail: import("@matter/main/types").BitFlag;
|
|
173
|
+
}>, any>;
|
|
174
|
+
readonly acLouverPosition: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcLouverPosition, any>;
|
|
175
|
+
readonly acCoilTemperature: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
176
|
+
readonly acCapacityFormat: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcCapacityFormat, any>;
|
|
177
|
+
};
|
|
178
|
+
readonly commands: {
|
|
179
|
+
readonly setpointRaiseLower: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
180
|
+
mode: import("@matter/main/types").FieldType<Thermostat.SetpointRaiseLowerMode>;
|
|
181
|
+
amount: import("@matter/main/types").FieldType<number>;
|
|
182
|
+
}>, void, any>;
|
|
183
|
+
};
|
|
184
|
+
readonly extensions: readonly [{
|
|
185
|
+
readonly flags: {
|
|
186
|
+
readonly occupancy: true;
|
|
187
|
+
};
|
|
188
|
+
readonly component: {
|
|
189
|
+
readonly attributes: {
|
|
190
|
+
readonly occupancy: import("@matter/main/types").Attribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
191
|
+
occupied: import("@matter/main/types").BitFlag;
|
|
192
|
+
}>, any>;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
}, {
|
|
196
|
+
readonly flags: {
|
|
197
|
+
readonly heating: true;
|
|
198
|
+
};
|
|
199
|
+
readonly component: {
|
|
200
|
+
readonly attributes: {
|
|
201
|
+
readonly absMinHeatSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
202
|
+
readonly absMaxHeatSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
203
|
+
readonly piHeatingDemand: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
204
|
+
readonly occupiedHeatingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
205
|
+
readonly minHeatSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
206
|
+
readonly maxHeatSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
}, {
|
|
210
|
+
readonly flags: {
|
|
211
|
+
readonly cooling: true;
|
|
212
|
+
};
|
|
213
|
+
readonly component: {
|
|
214
|
+
readonly attributes: {
|
|
215
|
+
readonly absMinCoolSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
216
|
+
readonly absMaxCoolSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
217
|
+
readonly piCoolingDemand: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
218
|
+
readonly occupiedCoolingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
219
|
+
readonly minCoolSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
220
|
+
readonly maxCoolSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
}, {
|
|
224
|
+
readonly flags: {
|
|
225
|
+
readonly localTemperatureNotExposed: false;
|
|
226
|
+
};
|
|
227
|
+
readonly component: {
|
|
228
|
+
readonly attributes: {
|
|
229
|
+
readonly localTemperatureCalibration: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
}, {
|
|
233
|
+
readonly flags: {
|
|
234
|
+
readonly cooling: true;
|
|
235
|
+
readonly occupancy: true;
|
|
236
|
+
};
|
|
237
|
+
readonly component: {
|
|
238
|
+
readonly attributes: {
|
|
239
|
+
readonly unoccupiedCoolingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
}, {
|
|
243
|
+
readonly flags: {
|
|
244
|
+
readonly heating: true;
|
|
245
|
+
readonly occupancy: true;
|
|
246
|
+
};
|
|
247
|
+
readonly component: {
|
|
248
|
+
readonly attributes: {
|
|
249
|
+
readonly unoccupiedHeatingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
}, {
|
|
253
|
+
readonly flags: {
|
|
254
|
+
readonly autoMode: true;
|
|
255
|
+
};
|
|
256
|
+
readonly component: {
|
|
257
|
+
readonly attributes: {
|
|
258
|
+
readonly minSetpointDeadBand: import("@matter/main/types").WritableAttribute<number, any>;
|
|
259
|
+
readonly thermostatRunningMode: import("@matter/main/types").OptionalAttribute<Thermostat.ThermostatRunningMode, any>;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
}, {
|
|
263
|
+
readonly flags: {
|
|
264
|
+
readonly scheduleConfiguration: true;
|
|
265
|
+
};
|
|
266
|
+
readonly component: {
|
|
267
|
+
readonly attributes: {
|
|
268
|
+
readonly startOfWeek: import("@matter/main/types").FixedAttribute<Thermostat.StartOfWeek, any>;
|
|
269
|
+
readonly numberOfWeeklyTransitions: import("@matter/main/types").FixedAttribute<number, any>;
|
|
270
|
+
readonly numberOfDailyTransitions: import("@matter/main/types").FixedAttribute<number, any>;
|
|
271
|
+
};
|
|
272
|
+
readonly commands: {
|
|
273
|
+
readonly setWeeklySchedule: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
274
|
+
numberOfTransitionsForSequence: import("@matter/main/types").FieldType<number>;
|
|
275
|
+
dayOfWeekForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
276
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
277
|
+
monday: import("@matter/main/types").BitFlag;
|
|
278
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
279
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
280
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
281
|
+
friday: import("@matter/main/types").BitFlag;
|
|
282
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
283
|
+
away: import("@matter/main/types").BitFlag;
|
|
284
|
+
}>>;
|
|
285
|
+
modeForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
286
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
287
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
288
|
+
}>>;
|
|
289
|
+
transitions: import("@matter/main/types").FieldType<import("@matter/main/types").TypeFromFields<{
|
|
290
|
+
transitionTime: import("@matter/main/types").FieldType<number>;
|
|
291
|
+
heatSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
292
|
+
coolSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
293
|
+
}>[]>;
|
|
294
|
+
}>, void, any>;
|
|
295
|
+
readonly getWeeklySchedule: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
296
|
+
daysToReturn: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
297
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
298
|
+
monday: import("@matter/main/types").BitFlag;
|
|
299
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
300
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
301
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
302
|
+
friday: import("@matter/main/types").BitFlag;
|
|
303
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
304
|
+
away: import("@matter/main/types").BitFlag;
|
|
305
|
+
}>>;
|
|
306
|
+
modeToReturn: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
307
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
308
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
309
|
+
}>>;
|
|
310
|
+
}>, import("@matter/main/types").TypeFromFields<{
|
|
311
|
+
numberOfTransitionsForSequence: import("@matter/main/types").FieldType<number>;
|
|
312
|
+
dayOfWeekForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
313
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
314
|
+
monday: import("@matter/main/types").BitFlag;
|
|
315
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
316
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
317
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
318
|
+
friday: import("@matter/main/types").BitFlag;
|
|
319
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
320
|
+
away: import("@matter/main/types").BitFlag;
|
|
321
|
+
}>>;
|
|
322
|
+
modeForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
323
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
324
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
325
|
+
}>>;
|
|
326
|
+
transitions: import("@matter/main/types").FieldType<import("@matter/main/types").TypeFromFields<{
|
|
327
|
+
transitionTime: import("@matter/main/types").FieldType<number>;
|
|
328
|
+
heatSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
329
|
+
coolSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
330
|
+
}>[]>;
|
|
331
|
+
}>, any>;
|
|
332
|
+
readonly clearWeeklySchedule: import("@matter/main/types").Command<void, void, any>;
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
}, {
|
|
336
|
+
readonly flags: {
|
|
337
|
+
readonly setback: true;
|
|
338
|
+
};
|
|
339
|
+
readonly component: {
|
|
340
|
+
readonly attributes: {
|
|
341
|
+
readonly occupiedSetback: import("@matter/main/types").WritableAttribute<number | null, any>;
|
|
342
|
+
readonly occupiedSetbackMin: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
343
|
+
readonly occupiedSetbackMax: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
}, {
|
|
347
|
+
readonly flags: {
|
|
348
|
+
readonly setback: true;
|
|
349
|
+
readonly occupancy: true;
|
|
350
|
+
};
|
|
351
|
+
readonly component: {
|
|
352
|
+
readonly attributes: {
|
|
353
|
+
readonly unoccupiedSetback: import("@matter/main/types").WritableAttribute<number | null, any>;
|
|
354
|
+
readonly unoccupiedSetbackMin: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
355
|
+
readonly unoccupiedSetbackMax: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
}, {
|
|
359
|
+
readonly flags: {
|
|
360
|
+
readonly autoMode: true;
|
|
361
|
+
readonly heating: false;
|
|
362
|
+
};
|
|
363
|
+
readonly component: false;
|
|
364
|
+
}, {
|
|
365
|
+
readonly flags: {
|
|
366
|
+
readonly autoMode: true;
|
|
367
|
+
readonly cooling: false;
|
|
368
|
+
};
|
|
369
|
+
readonly component: false;
|
|
370
|
+
}, {
|
|
371
|
+
readonly flags: {
|
|
372
|
+
readonly heating: false;
|
|
373
|
+
readonly cooling: false;
|
|
374
|
+
};
|
|
375
|
+
readonly component: false;
|
|
376
|
+
}];
|
|
377
|
+
}>, readonly [Thermostat.Feature.Cooling, Thermostat.Feature.Heating, Thermostat.Feature.AutoMode]>, readonly ["AutoMode", "Heating", "Cooling"]>, typeof MatterbridgeThermostatServer, import("@matter/main/behaviors").ThermostatInterface> | import("@matter/main").ClusterBehavior.Type<import("@matter/main/types").ClusterComposer.WithFeatures<import("@matter/main/types").ClusterComposer.WithFeatures<ClusterType.Of<{
|
|
378
|
+
readonly id: 513;
|
|
379
|
+
readonly name: "Thermostat";
|
|
380
|
+
readonly revision: 6;
|
|
381
|
+
readonly features: {
|
|
382
|
+
readonly heating: import("@matter/main/types").BitFlag;
|
|
383
|
+
readonly cooling: import("@matter/main/types").BitFlag;
|
|
384
|
+
readonly occupancy: import("@matter/main/types").BitFlag;
|
|
385
|
+
readonly scheduleConfiguration: import("@matter/main/types").BitFlag;
|
|
386
|
+
readonly setback: import("@matter/main/types").BitFlag;
|
|
387
|
+
readonly autoMode: import("@matter/main/types").BitFlag;
|
|
388
|
+
readonly localTemperatureNotExposed: import("@matter/main/types").BitFlag;
|
|
389
|
+
};
|
|
390
|
+
readonly attributes: {
|
|
391
|
+
readonly localTemperature: import("@matter/main/types").Attribute<number | null, any>;
|
|
392
|
+
readonly outdoorTemperature: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
393
|
+
readonly remoteSensing: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
394
|
+
localTemperature: import("@matter/main/types").BitFlag;
|
|
395
|
+
outdoorTemperature: import("@matter/main/types").BitFlag;
|
|
396
|
+
occupancy: import("@matter/main/types").BitFlag;
|
|
397
|
+
}>, any>;
|
|
398
|
+
readonly controlSequenceOfOperation: import("@matter/main/types").WritableAttribute<Thermostat.ControlSequenceOfOperation, any>;
|
|
399
|
+
readonly systemMode: import("@matter/main/types").WritableAttribute<Thermostat.SystemMode, any>;
|
|
400
|
+
readonly temperatureSetpointHold: import("@matter/main/types").OptionalWritableAttribute<Thermostat.TemperatureSetpointHold, any>;
|
|
401
|
+
readonly temperatureSetpointHoldDuration: import("@matter/main/types").OptionalWritableAttribute<number | null, any>;
|
|
402
|
+
readonly thermostatProgrammingOperationMode: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
403
|
+
scheduleActive: import("@matter/main/types").BitFlag;
|
|
404
|
+
autoRecovery: import("@matter/main/types").BitFlag;
|
|
405
|
+
economy: import("@matter/main/types").BitFlag;
|
|
406
|
+
}>, any>;
|
|
407
|
+
readonly thermostatRunningState: import("@matter/main/types").OptionalAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
408
|
+
heat: import("@matter/main/types").BitFlag;
|
|
409
|
+
cool: import("@matter/main/types").BitFlag;
|
|
410
|
+
fan: import("@matter/main/types").BitFlag;
|
|
411
|
+
heatStage2: import("@matter/main/types").BitFlag;
|
|
412
|
+
coolStage2: import("@matter/main/types").BitFlag;
|
|
413
|
+
fanStage2: import("@matter/main/types").BitFlag;
|
|
414
|
+
fanStage3: import("@matter/main/types").BitFlag;
|
|
415
|
+
}>, any>;
|
|
416
|
+
readonly setpointChangeSource: import("@matter/main/types").OptionalAttribute<Thermostat.SetpointChangeSource, any>;
|
|
417
|
+
readonly setpointChangeAmount: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
418
|
+
readonly setpointChangeSourceTimestamp: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
419
|
+
readonly emergencyHeatDelta: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
420
|
+
readonly acType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcType, any>;
|
|
421
|
+
readonly acCapacity: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
422
|
+
readonly acRefrigerantType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcRefrigerantType, any>;
|
|
423
|
+
readonly acCompressorType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcCompressorType, any>;
|
|
424
|
+
readonly acErrorCode: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
425
|
+
compressorFail: import("@matter/main/types").BitFlag;
|
|
426
|
+
roomSensorFail: import("@matter/main/types").BitFlag;
|
|
427
|
+
outdoorSensorFail: import("@matter/main/types").BitFlag;
|
|
428
|
+
coilSensorFail: import("@matter/main/types").BitFlag;
|
|
429
|
+
fanFail: import("@matter/main/types").BitFlag;
|
|
430
|
+
}>, any>;
|
|
431
|
+
readonly acLouverPosition: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcLouverPosition, any>;
|
|
432
|
+
readonly acCoilTemperature: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
433
|
+
readonly acCapacityFormat: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcCapacityFormat, any>;
|
|
434
|
+
};
|
|
435
|
+
readonly commands: {
|
|
436
|
+
readonly setpointRaiseLower: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
437
|
+
mode: import("@matter/main/types").FieldType<Thermostat.SetpointRaiseLowerMode>;
|
|
438
|
+
amount: import("@matter/main/types").FieldType<number>;
|
|
439
|
+
}>, void, any>;
|
|
440
|
+
};
|
|
441
|
+
readonly extensions: readonly [{
|
|
442
|
+
readonly flags: {
|
|
443
|
+
readonly occupancy: true;
|
|
444
|
+
};
|
|
445
|
+
readonly component: {
|
|
446
|
+
readonly attributes: {
|
|
447
|
+
readonly occupancy: import("@matter/main/types").Attribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
448
|
+
occupied: import("@matter/main/types").BitFlag;
|
|
449
|
+
}>, any>;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
}, {
|
|
453
|
+
readonly flags: {
|
|
454
|
+
readonly heating: true;
|
|
455
|
+
};
|
|
456
|
+
readonly component: {
|
|
457
|
+
readonly attributes: {
|
|
458
|
+
readonly absMinHeatSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
459
|
+
readonly absMaxHeatSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
460
|
+
readonly piHeatingDemand: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
461
|
+
readonly occupiedHeatingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
462
|
+
readonly minHeatSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
463
|
+
readonly maxHeatSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
}, {
|
|
467
|
+
readonly flags: {
|
|
468
|
+
readonly cooling: true;
|
|
469
|
+
};
|
|
470
|
+
readonly component: {
|
|
471
|
+
readonly attributes: {
|
|
472
|
+
readonly absMinCoolSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
473
|
+
readonly absMaxCoolSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
474
|
+
readonly piCoolingDemand: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
475
|
+
readonly occupiedCoolingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
476
|
+
readonly minCoolSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
477
|
+
readonly maxCoolSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
478
|
+
};
|
|
479
|
+
};
|
|
480
|
+
}, {
|
|
481
|
+
readonly flags: {
|
|
482
|
+
readonly localTemperatureNotExposed: false;
|
|
483
|
+
};
|
|
484
|
+
readonly component: {
|
|
485
|
+
readonly attributes: {
|
|
486
|
+
readonly localTemperatureCalibration: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
487
|
+
};
|
|
488
|
+
};
|
|
489
|
+
}, {
|
|
490
|
+
readonly flags: {
|
|
491
|
+
readonly cooling: true;
|
|
492
|
+
readonly occupancy: true;
|
|
493
|
+
};
|
|
494
|
+
readonly component: {
|
|
495
|
+
readonly attributes: {
|
|
496
|
+
readonly unoccupiedCoolingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
}, {
|
|
500
|
+
readonly flags: {
|
|
501
|
+
readonly heating: true;
|
|
502
|
+
readonly occupancy: true;
|
|
503
|
+
};
|
|
504
|
+
readonly component: {
|
|
505
|
+
readonly attributes: {
|
|
506
|
+
readonly unoccupiedHeatingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
507
|
+
};
|
|
508
|
+
};
|
|
509
|
+
}, {
|
|
510
|
+
readonly flags: {
|
|
511
|
+
readonly autoMode: true;
|
|
512
|
+
};
|
|
513
|
+
readonly component: {
|
|
514
|
+
readonly attributes: {
|
|
515
|
+
readonly minSetpointDeadBand: import("@matter/main/types").WritableAttribute<number, any>;
|
|
516
|
+
readonly thermostatRunningMode: import("@matter/main/types").OptionalAttribute<Thermostat.ThermostatRunningMode, any>;
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
}, {
|
|
520
|
+
readonly flags: {
|
|
521
|
+
readonly scheduleConfiguration: true;
|
|
522
|
+
};
|
|
523
|
+
readonly component: {
|
|
524
|
+
readonly attributes: {
|
|
525
|
+
readonly startOfWeek: import("@matter/main/types").FixedAttribute<Thermostat.StartOfWeek, any>;
|
|
526
|
+
readonly numberOfWeeklyTransitions: import("@matter/main/types").FixedAttribute<number, any>;
|
|
527
|
+
readonly numberOfDailyTransitions: import("@matter/main/types").FixedAttribute<number, any>;
|
|
528
|
+
};
|
|
529
|
+
readonly commands: {
|
|
530
|
+
readonly setWeeklySchedule: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
531
|
+
numberOfTransitionsForSequence: import("@matter/main/types").FieldType<number>;
|
|
532
|
+
dayOfWeekForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
533
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
534
|
+
monday: import("@matter/main/types").BitFlag;
|
|
535
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
536
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
537
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
538
|
+
friday: import("@matter/main/types").BitFlag;
|
|
539
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
540
|
+
away: import("@matter/main/types").BitFlag;
|
|
541
|
+
}>>;
|
|
542
|
+
modeForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
543
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
544
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
545
|
+
}>>;
|
|
546
|
+
transitions: import("@matter/main/types").FieldType<import("@matter/main/types").TypeFromFields<{
|
|
547
|
+
transitionTime: import("@matter/main/types").FieldType<number>;
|
|
548
|
+
heatSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
549
|
+
coolSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
550
|
+
}>[]>;
|
|
551
|
+
}>, void, any>;
|
|
552
|
+
readonly getWeeklySchedule: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
553
|
+
daysToReturn: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
554
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
555
|
+
monday: import("@matter/main/types").BitFlag;
|
|
556
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
557
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
558
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
559
|
+
friday: import("@matter/main/types").BitFlag;
|
|
560
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
561
|
+
away: import("@matter/main/types").BitFlag;
|
|
562
|
+
}>>;
|
|
563
|
+
modeToReturn: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
564
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
565
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
566
|
+
}>>;
|
|
567
|
+
}>, import("@matter/main/types").TypeFromFields<{
|
|
568
|
+
numberOfTransitionsForSequence: import("@matter/main/types").FieldType<number>;
|
|
569
|
+
dayOfWeekForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
570
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
571
|
+
monday: import("@matter/main/types").BitFlag;
|
|
572
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
573
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
574
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
575
|
+
friday: import("@matter/main/types").BitFlag;
|
|
576
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
577
|
+
away: import("@matter/main/types").BitFlag;
|
|
578
|
+
}>>;
|
|
579
|
+
modeForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
580
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
581
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
582
|
+
}>>;
|
|
583
|
+
transitions: import("@matter/main/types").FieldType<import("@matter/main/types").TypeFromFields<{
|
|
584
|
+
transitionTime: import("@matter/main/types").FieldType<number>;
|
|
585
|
+
heatSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
586
|
+
coolSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
587
|
+
}>[]>;
|
|
588
|
+
}>, any>;
|
|
589
|
+
readonly clearWeeklySchedule: import("@matter/main/types").Command<void, void, any>;
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
}, {
|
|
593
|
+
readonly flags: {
|
|
594
|
+
readonly setback: true;
|
|
595
|
+
};
|
|
596
|
+
readonly component: {
|
|
597
|
+
readonly attributes: {
|
|
598
|
+
readonly occupiedSetback: import("@matter/main/types").WritableAttribute<number | null, any>;
|
|
599
|
+
readonly occupiedSetbackMin: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
600
|
+
readonly occupiedSetbackMax: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
}, {
|
|
604
|
+
readonly flags: {
|
|
605
|
+
readonly setback: true;
|
|
606
|
+
readonly occupancy: true;
|
|
607
|
+
};
|
|
608
|
+
readonly component: {
|
|
609
|
+
readonly attributes: {
|
|
610
|
+
readonly unoccupiedSetback: import("@matter/main/types").WritableAttribute<number | null, any>;
|
|
611
|
+
readonly unoccupiedSetbackMin: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
612
|
+
readonly unoccupiedSetbackMax: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
613
|
+
};
|
|
614
|
+
};
|
|
615
|
+
}, {
|
|
616
|
+
readonly flags: {
|
|
617
|
+
readonly autoMode: true;
|
|
618
|
+
readonly heating: false;
|
|
619
|
+
};
|
|
620
|
+
readonly component: false;
|
|
621
|
+
}, {
|
|
622
|
+
readonly flags: {
|
|
623
|
+
readonly autoMode: true;
|
|
624
|
+
readonly cooling: false;
|
|
625
|
+
};
|
|
626
|
+
readonly component: false;
|
|
627
|
+
}, {
|
|
628
|
+
readonly flags: {
|
|
629
|
+
readonly heating: false;
|
|
630
|
+
readonly cooling: false;
|
|
631
|
+
};
|
|
632
|
+
readonly component: false;
|
|
633
|
+
}];
|
|
634
|
+
}>, readonly [Thermostat.Feature.Cooling, Thermostat.Feature.Heating, Thermostat.Feature.AutoMode]>, readonly ["Heating"]>, typeof MatterbridgeThermostatServer, import("@matter/main/behaviors").ThermostatInterface> | import("@matter/main").ClusterBehavior.Type<import("@matter/main/types").ClusterComposer.WithFeatures<import("@matter/main/types").ClusterComposer.WithFeatures<ClusterType.Of<{
|
|
635
|
+
readonly id: 513;
|
|
636
|
+
readonly name: "Thermostat";
|
|
637
|
+
readonly revision: 6;
|
|
638
|
+
readonly features: {
|
|
639
|
+
readonly heating: import("@matter/main/types").BitFlag;
|
|
640
|
+
readonly cooling: import("@matter/main/types").BitFlag;
|
|
641
|
+
readonly occupancy: import("@matter/main/types").BitFlag;
|
|
642
|
+
readonly scheduleConfiguration: import("@matter/main/types").BitFlag;
|
|
643
|
+
readonly setback: import("@matter/main/types").BitFlag;
|
|
644
|
+
readonly autoMode: import("@matter/main/types").BitFlag;
|
|
645
|
+
readonly localTemperatureNotExposed: import("@matter/main/types").BitFlag;
|
|
646
|
+
};
|
|
647
|
+
readonly attributes: {
|
|
648
|
+
readonly localTemperature: import("@matter/main/types").Attribute<number | null, any>;
|
|
649
|
+
readonly outdoorTemperature: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
650
|
+
readonly remoteSensing: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
651
|
+
localTemperature: import("@matter/main/types").BitFlag;
|
|
652
|
+
outdoorTemperature: import("@matter/main/types").BitFlag;
|
|
653
|
+
occupancy: import("@matter/main/types").BitFlag;
|
|
654
|
+
}>, any>;
|
|
655
|
+
readonly controlSequenceOfOperation: import("@matter/main/types").WritableAttribute<Thermostat.ControlSequenceOfOperation, any>;
|
|
656
|
+
readonly systemMode: import("@matter/main/types").WritableAttribute<Thermostat.SystemMode, any>;
|
|
657
|
+
readonly temperatureSetpointHold: import("@matter/main/types").OptionalWritableAttribute<Thermostat.TemperatureSetpointHold, any>;
|
|
658
|
+
readonly temperatureSetpointHoldDuration: import("@matter/main/types").OptionalWritableAttribute<number | null, any>;
|
|
659
|
+
readonly thermostatProgrammingOperationMode: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
660
|
+
scheduleActive: import("@matter/main/types").BitFlag;
|
|
661
|
+
autoRecovery: import("@matter/main/types").BitFlag;
|
|
662
|
+
economy: import("@matter/main/types").BitFlag;
|
|
663
|
+
}>, any>;
|
|
664
|
+
readonly thermostatRunningState: import("@matter/main/types").OptionalAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
665
|
+
heat: import("@matter/main/types").BitFlag;
|
|
666
|
+
cool: import("@matter/main/types").BitFlag;
|
|
667
|
+
fan: import("@matter/main/types").BitFlag;
|
|
668
|
+
heatStage2: import("@matter/main/types").BitFlag;
|
|
669
|
+
coolStage2: import("@matter/main/types").BitFlag;
|
|
670
|
+
fanStage2: import("@matter/main/types").BitFlag;
|
|
671
|
+
fanStage3: import("@matter/main/types").BitFlag;
|
|
672
|
+
}>, any>;
|
|
673
|
+
readonly setpointChangeSource: import("@matter/main/types").OptionalAttribute<Thermostat.SetpointChangeSource, any>;
|
|
674
|
+
readonly setpointChangeAmount: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
675
|
+
readonly setpointChangeSourceTimestamp: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
676
|
+
readonly emergencyHeatDelta: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
677
|
+
readonly acType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcType, any>;
|
|
678
|
+
readonly acCapacity: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
679
|
+
readonly acRefrigerantType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcRefrigerantType, any>;
|
|
680
|
+
readonly acCompressorType: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcCompressorType, any>;
|
|
681
|
+
readonly acErrorCode: import("@matter/main/types").OptionalWritableAttribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
682
|
+
compressorFail: import("@matter/main/types").BitFlag;
|
|
683
|
+
roomSensorFail: import("@matter/main/types").BitFlag;
|
|
684
|
+
outdoorSensorFail: import("@matter/main/types").BitFlag;
|
|
685
|
+
coilSensorFail: import("@matter/main/types").BitFlag;
|
|
686
|
+
fanFail: import("@matter/main/types").BitFlag;
|
|
687
|
+
}>, any>;
|
|
688
|
+
readonly acLouverPosition: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcLouverPosition, any>;
|
|
689
|
+
readonly acCoilTemperature: import("@matter/main/types").OptionalAttribute<number | null, any>;
|
|
690
|
+
readonly acCapacityFormat: import("@matter/main/types").OptionalWritableAttribute<Thermostat.AcCapacityFormat, any>;
|
|
691
|
+
};
|
|
692
|
+
readonly commands: {
|
|
693
|
+
readonly setpointRaiseLower: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
694
|
+
mode: import("@matter/main/types").FieldType<Thermostat.SetpointRaiseLowerMode>;
|
|
695
|
+
amount: import("@matter/main/types").FieldType<number>;
|
|
696
|
+
}>, void, any>;
|
|
697
|
+
};
|
|
698
|
+
readonly extensions: readonly [{
|
|
699
|
+
readonly flags: {
|
|
700
|
+
readonly occupancy: true;
|
|
701
|
+
};
|
|
702
|
+
readonly component: {
|
|
703
|
+
readonly attributes: {
|
|
704
|
+
readonly occupancy: import("@matter/main/types").Attribute<import("@matter/types").TypeFromPartialBitSchema<{
|
|
705
|
+
occupied: import("@matter/main/types").BitFlag;
|
|
706
|
+
}>, any>;
|
|
707
|
+
};
|
|
708
|
+
};
|
|
709
|
+
}, {
|
|
710
|
+
readonly flags: {
|
|
711
|
+
readonly heating: true;
|
|
712
|
+
};
|
|
713
|
+
readonly component: {
|
|
714
|
+
readonly attributes: {
|
|
715
|
+
readonly absMinHeatSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
716
|
+
readonly absMaxHeatSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
717
|
+
readonly piHeatingDemand: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
718
|
+
readonly occupiedHeatingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
719
|
+
readonly minHeatSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
720
|
+
readonly maxHeatSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
721
|
+
};
|
|
722
|
+
};
|
|
723
|
+
}, {
|
|
724
|
+
readonly flags: {
|
|
725
|
+
readonly cooling: true;
|
|
726
|
+
};
|
|
727
|
+
readonly component: {
|
|
728
|
+
readonly attributes: {
|
|
729
|
+
readonly absMinCoolSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
730
|
+
readonly absMaxCoolSetpointLimit: import("@matter/main/types").OptionalFixedAttribute<number, any>;
|
|
731
|
+
readonly piCoolingDemand: import("@matter/main/types").OptionalAttribute<number, any>;
|
|
732
|
+
readonly occupiedCoolingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
733
|
+
readonly minCoolSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
734
|
+
readonly maxCoolSetpointLimit: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
735
|
+
};
|
|
736
|
+
};
|
|
737
|
+
}, {
|
|
738
|
+
readonly flags: {
|
|
739
|
+
readonly localTemperatureNotExposed: false;
|
|
740
|
+
};
|
|
741
|
+
readonly component: {
|
|
742
|
+
readonly attributes: {
|
|
743
|
+
readonly localTemperatureCalibration: import("@matter/main/types").OptionalWritableAttribute<number, any>;
|
|
744
|
+
};
|
|
745
|
+
};
|
|
746
|
+
}, {
|
|
747
|
+
readonly flags: {
|
|
748
|
+
readonly cooling: true;
|
|
749
|
+
readonly occupancy: true;
|
|
750
|
+
};
|
|
751
|
+
readonly component: {
|
|
752
|
+
readonly attributes: {
|
|
753
|
+
readonly unoccupiedCoolingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
754
|
+
};
|
|
755
|
+
};
|
|
756
|
+
}, {
|
|
757
|
+
readonly flags: {
|
|
758
|
+
readonly heating: true;
|
|
759
|
+
readonly occupancy: true;
|
|
760
|
+
};
|
|
761
|
+
readonly component: {
|
|
762
|
+
readonly attributes: {
|
|
763
|
+
readonly unoccupiedHeatingSetpoint: import("@matter/main/types").WritableAttribute<number, any>;
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
}, {
|
|
767
|
+
readonly flags: {
|
|
768
|
+
readonly autoMode: true;
|
|
769
|
+
};
|
|
770
|
+
readonly component: {
|
|
771
|
+
readonly attributes: {
|
|
772
|
+
readonly minSetpointDeadBand: import("@matter/main/types").WritableAttribute<number, any>;
|
|
773
|
+
readonly thermostatRunningMode: import("@matter/main/types").OptionalAttribute<Thermostat.ThermostatRunningMode, any>;
|
|
774
|
+
};
|
|
775
|
+
};
|
|
776
|
+
}, {
|
|
777
|
+
readonly flags: {
|
|
778
|
+
readonly scheduleConfiguration: true;
|
|
779
|
+
};
|
|
780
|
+
readonly component: {
|
|
781
|
+
readonly attributes: {
|
|
782
|
+
readonly startOfWeek: import("@matter/main/types").FixedAttribute<Thermostat.StartOfWeek, any>;
|
|
783
|
+
readonly numberOfWeeklyTransitions: import("@matter/main/types").FixedAttribute<number, any>;
|
|
784
|
+
readonly numberOfDailyTransitions: import("@matter/main/types").FixedAttribute<number, any>;
|
|
785
|
+
};
|
|
786
|
+
readonly commands: {
|
|
787
|
+
readonly setWeeklySchedule: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
788
|
+
numberOfTransitionsForSequence: import("@matter/main/types").FieldType<number>;
|
|
789
|
+
dayOfWeekForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
790
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
791
|
+
monday: import("@matter/main/types").BitFlag;
|
|
792
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
793
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
794
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
795
|
+
friday: import("@matter/main/types").BitFlag;
|
|
796
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
797
|
+
away: import("@matter/main/types").BitFlag;
|
|
798
|
+
}>>;
|
|
799
|
+
modeForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
800
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
801
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
802
|
+
}>>;
|
|
803
|
+
transitions: import("@matter/main/types").FieldType<import("@matter/main/types").TypeFromFields<{
|
|
804
|
+
transitionTime: import("@matter/main/types").FieldType<number>;
|
|
805
|
+
heatSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
806
|
+
coolSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
807
|
+
}>[]>;
|
|
808
|
+
}>, void, any>;
|
|
809
|
+
readonly getWeeklySchedule: import("@matter/main/types").Command<import("@matter/main/types").TypeFromFields<{
|
|
810
|
+
daysToReturn: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
811
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
812
|
+
monday: import("@matter/main/types").BitFlag;
|
|
813
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
814
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
815
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
816
|
+
friday: import("@matter/main/types").BitFlag;
|
|
817
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
818
|
+
away: import("@matter/main/types").BitFlag;
|
|
819
|
+
}>>;
|
|
820
|
+
modeToReturn: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
821
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
822
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
823
|
+
}>>;
|
|
824
|
+
}>, import("@matter/main/types").TypeFromFields<{
|
|
825
|
+
numberOfTransitionsForSequence: import("@matter/main/types").FieldType<number>;
|
|
826
|
+
dayOfWeekForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
827
|
+
sunday: import("@matter/main/types").BitFlag;
|
|
828
|
+
monday: import("@matter/main/types").BitFlag;
|
|
829
|
+
tuesday: import("@matter/main/types").BitFlag;
|
|
830
|
+
wednesday: import("@matter/main/types").BitFlag;
|
|
831
|
+
thursday: import("@matter/main/types").BitFlag;
|
|
832
|
+
friday: import("@matter/main/types").BitFlag;
|
|
833
|
+
saturday: import("@matter/main/types").BitFlag;
|
|
834
|
+
away: import("@matter/main/types").BitFlag;
|
|
835
|
+
}>>;
|
|
836
|
+
modeForSequence: import("@matter/main/types").FieldType<import("@matter/types").TypeFromPartialBitSchema<{
|
|
837
|
+
heatSetpointPresent: import("@matter/main/types").BitFlag;
|
|
838
|
+
coolSetpointPresent: import("@matter/main/types").BitFlag;
|
|
839
|
+
}>>;
|
|
840
|
+
transitions: import("@matter/main/types").FieldType<import("@matter/main/types").TypeFromFields<{
|
|
841
|
+
transitionTime: import("@matter/main/types").FieldType<number>;
|
|
842
|
+
heatSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
843
|
+
coolSetpoint: import("@matter/main/types").FieldType<number | null>;
|
|
844
|
+
}>[]>;
|
|
845
|
+
}>, any>;
|
|
846
|
+
readonly clearWeeklySchedule: import("@matter/main/types").Command<void, void, any>;
|
|
847
|
+
};
|
|
848
|
+
};
|
|
849
|
+
}, {
|
|
850
|
+
readonly flags: {
|
|
851
|
+
readonly setback: true;
|
|
852
|
+
};
|
|
853
|
+
readonly component: {
|
|
854
|
+
readonly attributes: {
|
|
855
|
+
readonly occupiedSetback: import("@matter/main/types").WritableAttribute<number | null, any>;
|
|
856
|
+
readonly occupiedSetbackMin: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
857
|
+
readonly occupiedSetbackMax: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
858
|
+
};
|
|
859
|
+
};
|
|
860
|
+
}, {
|
|
861
|
+
readonly flags: {
|
|
862
|
+
readonly setback: true;
|
|
863
|
+
readonly occupancy: true;
|
|
864
|
+
};
|
|
865
|
+
readonly component: {
|
|
866
|
+
readonly attributes: {
|
|
867
|
+
readonly unoccupiedSetback: import("@matter/main/types").WritableAttribute<number | null, any>;
|
|
868
|
+
readonly unoccupiedSetbackMin: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
869
|
+
readonly unoccupiedSetbackMax: import("@matter/main/types").FixedAttribute<number | null, any>;
|
|
870
|
+
};
|
|
871
|
+
};
|
|
872
|
+
}, {
|
|
873
|
+
readonly flags: {
|
|
874
|
+
readonly autoMode: true;
|
|
875
|
+
readonly heating: false;
|
|
876
|
+
};
|
|
877
|
+
readonly component: false;
|
|
878
|
+
}, {
|
|
879
|
+
readonly flags: {
|
|
880
|
+
readonly autoMode: true;
|
|
881
|
+
readonly cooling: false;
|
|
882
|
+
};
|
|
883
|
+
readonly component: false;
|
|
884
|
+
}, {
|
|
885
|
+
readonly flags: {
|
|
886
|
+
readonly heating: false;
|
|
887
|
+
readonly cooling: false;
|
|
888
|
+
};
|
|
889
|
+
readonly component: false;
|
|
890
|
+
}];
|
|
891
|
+
}>, readonly [Thermostat.Feature.Cooling, Thermostat.Feature.Heating, Thermostat.Feature.AutoMode]>, readonly ["Cooling"]>, typeof MatterbridgeThermostatServer, import("@matter/main/behaviors").ThermostatInterface> | import("@matter/main").ClusterBehavior.Type<import("@matter/main/types").ClusterComposer.WithFeatures<ClusterType.Of<{
|
|
121
892
|
readonly id: 59;
|
|
122
893
|
readonly name: "Switch";
|
|
123
894
|
readonly revision: 1;
|
|
@@ -445,7 +1216,7 @@ export declare class MatterbridgeEndpoint extends Endpoint {
|
|
|
445
1216
|
};
|
|
446
1217
|
readonly component: false;
|
|
447
1218
|
}];
|
|
448
|
-
}>, readonly [
|
|
1219
|
+
}>, readonly ["SmokeAlarm", "CoAlarm"]>, typeof SmokeCoAlarmServer, import("@matter/main/behaviors").SmokeCoAlarmInterface> | import("@matter/main").ClusterBehavior.Type<import("@matter/main/types").ClusterComposer.WithFeatures<AirQuality.Cluster, readonly ["Fair", "Moderate", "VeryPoor", "ExtremelyPoor"]>, typeof AirQualityServer, {
|
|
449
1220
|
components: never[];
|
|
450
1221
|
}> | import("@matter/main").ClusterBehavior.Type<import("@matter/main/types").ClusterComposer.WithFeatures<ClusterType.Of<{
|
|
451
1222
|
readonly id: 1036;
|
|
@@ -1764,11 +2535,11 @@ export declare class MatterbridgeEndpoint extends Endpoint {
|
|
|
1764
2535
|
* @param {string} endpointName - The name of the new enpoint to add.
|
|
1765
2536
|
* @param {AtLeastOne<DeviceTypeDefinition>} deviceTypes - The device types to add.
|
|
1766
2537
|
* @param {ClusterId[]} [includeServerList=[]] - The list of cluster IDs to include.
|
|
1767
|
-
* @param {
|
|
2538
|
+
* @param {MatterbridgeEndpointOptions} [options={}] - The options for the device.
|
|
1768
2539
|
* @param {boolean} [debug=false] - Whether to enable debug logging.
|
|
1769
2540
|
* @returns {MatterbridgeEndpoint} - The child endpoint that was found or added.
|
|
1770
2541
|
*/
|
|
1771
|
-
addChildDeviceTypeWithClusterServer(endpointName: string, deviceTypes: AtLeastOne<DeviceTypeDefinition>, includeServerList?: ClusterId[], options?:
|
|
2542
|
+
addChildDeviceTypeWithClusterServer(endpointName: string, deviceTypes: AtLeastOne<DeviceTypeDefinition>, includeServerList?: ClusterId[], options?: MatterbridgeEndpointOptions, debug?: boolean): MatterbridgeEndpoint;
|
|
1772
2543
|
/**
|
|
1773
2544
|
* Retrieves a child endpoint by its name.
|
|
1774
2545
|
*
|
|
@@ -1828,7 +2599,7 @@ export declare class MatterbridgeEndpoint extends Endpoint {
|
|
|
1828
2599
|
* @param {MatterbridgeEndpoint} [endpoint] - Optional endpoint to subscribe the attribute on. Defaults to the current endpoint.
|
|
1829
2600
|
* @returns {boolean} - A boolean indicating whether the subscription was successful.
|
|
1830
2601
|
*/
|
|
1831
|
-
subscribeAttribute(clusterId: ClusterId, attribute: string, listener: (newValue: any, oldValue: any) => void, log?: AnsiLogger, endpoint?: MatterbridgeEndpoint): boolean
|
|
2602
|
+
subscribeAttribute(clusterId: ClusterId, attribute: string, listener: (newValue: any, oldValue: any) => void, log?: AnsiLogger, endpoint?: MatterbridgeEndpoint): Promise<boolean>;
|
|
1832
2603
|
/**
|
|
1833
2604
|
* Triggers an event on the specified cluster.
|
|
1834
2605
|
*
|