Skip to content

Commit

Permalink
Dachs WW Pump not as force action
Browse files Browse the repository at this point in the history
  • Loading branch information
theimo1221 committed May 9, 2024
1 parent 7e4e393 commit 1a0a695
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
## **WORK IN PROGRESS**

* (theimo1221) Extend Battery Level logging
* (theimo1221) Dachs WW Pump not as force action

## 3.0.0-alpha.53 (2024-05-06)

Expand Down
1 change: 0 additions & 1 deletion src/server/devices/dachs/dachs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ export class Dachs implements iBaseDevice, iActuator {
return;
}
const setAction: ActuatorSetStateCommand = new ActuatorSetStateCommand(action, desiredState, reason, null);
setAction.overrideCommandSource = CommandSource.Force;
this.warmWaterPump.setActuator(setAction);
}
}

0 comments on commit 1a0a695

Please sign in to comment.