Skip to content

Commit

Permalink
Eddystone TLM now reporting RSSI and MAC. Thanks to @ts-kris for repo…
Browse files Browse the repository at this point in the history
…rting the issue and fix.
  • Loading branch information
frawau committed May 4, 2022
1 parent 513a551 commit 670a030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion aioblescan/plugins/eddystone.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ def decode(self, packet):
data = myinfo.decode(data)
found.payload.append(myinfo)
result["uptime"] = myinfo.val * 100 # in msecs
return result
# elif etype.val== ESType.tlm.eid:
else:
result["data"] = data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding:utf-8 -*-
import setuptools

version = "0.2.12"
version = "0.2.13"

with open("README.rst", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 670a030

Please sign in to comment.