This commit is contained in:
robert 2024-01-31 23:44:30 +00:00
parent 10a7712948
commit 4765690f8e
1 changed files with 43 additions and 39 deletions

View File

@ -72,6 +72,10 @@ 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)
def monitor(charge_point_power)
try: try:
logging.info("epd2in13b_V3 Demo") logging.info("epd2in13b_V3 Demo")