comment display change

This commit is contained in:
robert 2024-02-01 07:20:38 +00:00
parent 84a7423cb4
commit e3bb912111
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def run():
car_soc = subscribe(client, topic_car_soc) car_soc = subscribe(client, topic_car_soc)
charge_point_power = subscribe(client, topic_charge_point_power) charge_point_power = subscribe(client, topic_charge_point_power)
monitor(charge_point_power) #monitor(charge_point_power)
if __name__ == '__main__': if __name__ == '__main__':