Skip to content

Commit

Permalink
Merge pull request #1590 from benderl/bugfix
Browse files Browse the repository at this point in the history
fix setdata message parsing
  • Loading branch information
benderl authored Apr 29, 2024
2 parents 682ffad + a94c465 commit fe92931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpermodules/setdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def process_chargepoint_get_topics(self, msg):
"/get/heartbeat" in msg.topic or
"/get/rfid" in msg.topic or
"/get/vehicle_id" in msg.topic or
"/get/serial_number"):
"/get/serial_number" in msg.topic):
self._validate_value(msg, str)
elif "/get/rfid_timestamp" in msg.topic:
self._validate_value(msg, float)
Expand Down

0 comments on commit fe92931

Please sign in to comment.