Add helper functions
ttu opened this issue · 3 comments
ttu commented
- Is Tag present function
- As a static RuuviTagSensor function
- As a method in RuuviTag class
- What other functions would be handy?
ghsriram commented
Hello. I am using this example line but I still find my code hanging endlessly if the ruuvitag BLE is out of reach from my Pi. Any idea? I simply using stock code from ruuvitag-logger.py. Python version 3.6.
Thanks in advance.
datas = RuuviTagSensor.get_data_for_sensors(macs, timeout_in_sec)
ttu commented
ghsriram commented
Thanks much. I will try that.