homebridge 2.0.3-beta.5 → 2.0.3-beta.7
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.
|
@@ -96,7 +96,7 @@ export declare class MatterAPIImpl implements MatterAPI {
|
|
|
96
96
|
setback: false;
|
|
97
97
|
localTemperatureNotExposed: false;
|
|
98
98
|
matterScheduleConfiguration: false;
|
|
99
|
-
}>, import("@matter/types").ClusterType.Concrete, typeof import("@matter/node/behaviors").ThermostatBaseServer.Internal, "thermostat">]
|
|
99
|
+
}>, import("@matter/types").ClusterType.Concrete, typeof import("@matter/node/behaviors").ThermostatBaseServer.Internal, "thermostat">]>, {}>;
|
|
100
100
|
readonly Fan: import("@matter/node/devices/fan").FanDevice;
|
|
101
101
|
readonly DoorLock: import("@matter/node/devices/door-lock").DoorLockDevice;
|
|
102
102
|
readonly WindowCovering: import("@matter/node/devices/window-covering").WindowCoveringDevice;
|
|
@@ -115,7 +115,7 @@ export declare class MatterAPIImpl implements MatterAPI {
|
|
|
115
115
|
readonly identify: typeof import("@matter/node/behaviors").IdentifyServer;
|
|
116
116
|
} & {
|
|
117
117
|
readonly valveConfigurationAndControl: typeof import("@matter/node/behaviors").ValveConfigurationAndControlServer;
|
|
118
|
-
}, readonly [typeof import("@matter/node/behaviors").ValveConfigurationAndControlServer]
|
|
118
|
+
}, readonly [typeof import("@matter/node/behaviors").ValveConfigurationAndControlServer]>, {}>;
|
|
119
119
|
readonly GenericSwitch: import("@matter/node/devices/generic-switch").GenericSwitchDevice;
|
|
120
120
|
readonly Pump: import("@matter/node/devices/pump").PumpDevice;
|
|
121
121
|
readonly RoomAirConditioner: import("@matter/node/devices/room-air-conditioner").RoomAirConditionerDevice;
|
package/dist/matter/types.d.ts
CHANGED
|
@@ -537,7 +537,7 @@ export declare const deviceTypes: {
|
|
|
537
537
|
setback: false;
|
|
538
538
|
localTemperatureNotExposed: false;
|
|
539
539
|
matterScheduleConfiguration: false;
|
|
540
|
-
}>, import("@matter/types").ClusterType.Concrete, typeof import("@matter/node/behaviors").ThermostatBaseServer.Internal, "thermostat">]
|
|
540
|
+
}>, import("@matter/types").ClusterType.Concrete, typeof import("@matter/node/behaviors").ThermostatBaseServer.Internal, "thermostat">]>, {}>;
|
|
541
541
|
readonly Fan: FanDevice;
|
|
542
542
|
readonly DoorLock: DoorLockDevice;
|
|
543
543
|
readonly WindowCovering: WindowCoveringDevice;
|
|
@@ -556,7 +556,7 @@ export declare const deviceTypes: {
|
|
|
556
556
|
readonly identify: typeof import("@matter/node/behaviors").IdentifyServer;
|
|
557
557
|
} & {
|
|
558
558
|
readonly valveConfigurationAndControl: typeof import("@matter/node/behaviors").ValveConfigurationAndControlServer;
|
|
559
|
-
}, readonly [typeof import("@matter/node/behaviors").ValveConfigurationAndControlServer]
|
|
559
|
+
}, readonly [typeof import("@matter/node/behaviors").ValveConfigurationAndControlServer]>, {}>;
|
|
560
560
|
readonly GenericSwitch: GenericSwitchDevice;
|
|
561
561
|
readonly Pump: PumpDevice;
|
|
562
562
|
readonly RoomAirConditioner: RoomAirConditionerDevice;
|
package/dist/matter/utils.js
CHANGED
|
@@ -121,6 +121,6 @@ export function stripVendorFromLabel(label, vendor) {
|
|
|
121
121
|
* @returns The version string of @matter/main, or '0.0.0' if not found.
|
|
122
122
|
*/
|
|
123
123
|
export async function getMatterJsVersion() {
|
|
124
|
-
return '0.17.0-alpha.0-
|
|
124
|
+
return '0.17.0-alpha.0-20260518-a855869ae';
|
|
125
125
|
}
|
|
126
126
|
//# sourceMappingURL=utils.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.3-beta.
|
|
4
|
+
"version": "2.0.3-beta.7",
|
|
5
5
|
"description": "HomeKit support for the impatient",
|
|
6
6
|
"author": "Nick Farina",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@homebridge/hap-nodejs": "2.1.7-beta.1",
|
|
53
|
-
"@matter/main": "0.17.0-alpha.0-
|
|
53
|
+
"@matter/main": "0.17.0-alpha.0-20260518-a855869ae",
|
|
54
54
|
"chalk": "5.6.2",
|
|
55
55
|
"commander": "14.0.3",
|
|
56
56
|
"fs-extra": "11.3.5",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@prettier/plugin-xml": "^3.4.2",
|
|
64
64
|
"@types/debug": "^4.1.13",
|
|
65
65
|
"@types/fs-extra": "^11.0.4",
|
|
66
|
-
"@types/node": "^25.
|
|
66
|
+
"@types/node": "^25.9.0",
|
|
67
67
|
"@types/semver": "^7.7.1",
|
|
68
68
|
"@types/source-map-support": "^0.5.10",
|
|
69
69
|
"@vitest/coverage-v8": "^4.1.6",
|