Skip to content

Commit

Permalink
Update packages/modules/common/store/_chargepoint.py
Browse files Browse the repository at this point in the history
Co-authored-by: benderl <benderl@users.noreply.github.com>
  • Loading branch information
LKuemmel and benderl authored Aug 22, 2023
1 parent 374879a commit 21cdf94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/modules/common/store/_chargepoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def set(self, state: ChargepointState) -> None:
pub_to_broker("openWB/set/chargepoint/" + str(self.num) + "/get/exported", state.exported, 2)
pub_to_broker("openWB/set/chargepoint/" + str(self.num) + "/get/power", state.power, 2)
pub_to_broker("openWB/set/chargepoint/" + str(self.num) + "/get/powers", state.powers, 2)
pub_to_broker("openWB/set/chargepoint/" + str(self.num) + "/get/frequency", state.frequency, 2)
pub_to_broker("openWB/set/chargepoint/" + str(self.num) + "/get/phases_in_use", state.phases_in_use, 2)
pub_to_broker("openWB/set/chargepoint/" + str(self.num) + "/get/charge_state", state.charge_state, 2)
pub_to_broker("openWB/set/chargepoint/" + str(self.num) + "/get/plug_state", state.plug_state, 2)
Expand Down

0 comments on commit 21cdf94

Please sign in to comment.