Skip to content

Commit

Permalink
Add missing message on_meter_values (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Emmers <[email protected]>
  • Loading branch information
marcemmers authored Sep 26, 2023
1 parent 2ac62fd commit 1fbc0da
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ def on_firmware_status_notification(self, **kwargs):
def on_transaction_event(self, **kwargs):
return call_result.TransactionEventPayload()

@on(Action.MeterValues)
def on_meter_values(self, **kwargs):
return call_result.MeterValuesPayload()

@on(Action.NotifyChargingLimit)
def on_notify_charging_limit(self, **kwargs):
return call_result.NotifyChargingLimitPayload()
Expand Down

0 comments on commit 1fbc0da

Please sign in to comment.