@riddix/hamh 2.1.0-alpha.423 → 2.1.0-alpha.424
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
|
@@ -165720,7 +165720,7 @@ function transactionIsOffline(context) {
|
|
|
165720
165720
|
init_home_assistant_entity_behavior();
|
|
165721
165721
|
var defaultStepSize = 33.33;
|
|
165722
165722
|
var minSpeedMax = 3;
|
|
165723
|
-
var maxSpeedMax =
|
|
165723
|
+
var maxSpeedMax = 100;
|
|
165724
165724
|
var FeaturedBase3 = FanControlServer.with(
|
|
165725
165725
|
"Step",
|
|
165726
165726
|
"MultiSpeed",
|