@riddix/hamh 2.1.0-alpha.617 → 2.1.0-alpha.618

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.
@@ -169565,7 +169565,10 @@ var fanControlConfig = {
169565
169565
  );
169566
169566
  },
169567
169567
  turnOff: () => ({ action: "fan.turn_off" }),
169568
- turnOn: (percentage) => ({ action: "fan.turn_on", data: { percentage } }),
169568
+ turnOn: (percentage) => ({
169569
+ action: "fan.set_percentage",
169570
+ data: { percentage }
169571
+ }),
169569
169572
  setAutoMode: () => ({ action: "fan.turn_on", data: { preset_mode: "Auto" } }),
169570
169573
  setAirflowDirection: (direction) => ({
169571
169574
  action: "fan.set_direction",