Skip to content

Commit

Permalink
removing small change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed May 29, 2024
1 parent 419fac4 commit c1c22a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IoT/kasa_smart_plug_mqtt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ async def get_plug_data(client: object, topic: str,
"device_id": plug.device_id
}

logger.info(f'Payload ready: {payload}')

payload = json.dumps(payload)
result = client.publish(topic, payload)
status = result[0]
Expand Down

0 comments on commit c1c22a0

Please sign in to comment.