@riddix/hamh 2.1.0-alpha.609 → 2.1.0-alpha.610
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/dist/backend/cli.js
CHANGED
|
@@ -170812,7 +170812,7 @@ var ClimateOnOffServer = OnOffServer2({
|
|
|
170812
170812
|
return { action: "climate.turn_on" };
|
|
170813
170813
|
},
|
|
170814
170814
|
turnOff: () => ({ action: "climate.turn_off" })
|
|
170815
|
-
}).with("
|
|
170815
|
+
}).with("DeadFrontBehavior");
|
|
170816
170816
|
|
|
170817
170817
|
// src/matter/endpoints/legacy/climate/behaviors/climate-thermostat-server.ts
|
|
170818
170818
|
init_dist();
|