Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Salomon committed Mar 28, 2020
1 parent 401dca3 commit 820cdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/miioprotocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def send(
"%s:%s (ts: %s, id: %s) << %s",
self.ip,
self.port,
payload.ts,
m.header.value.ts,
payload["id"],
payload,
)
Expand Down

0 comments on commit 820cdfe

Please sign in to comment.