v.0.0.9
Bug fix: Apply --sshTimeout arg value to timeout parameter of paramiko.client.SSHClient exec_command().
Optimization: Use local scope for Queue variable.
I recommend using the device_tracker.py --sshTimeout option to avoid potentially hanging on the SSH channel if the AP is rebooted (e.g. firmware update).
Also includes v.0.0.8:
Bug fix: Recreate paho.mqtt.client.Client to avoid ERROR:labtracker:SSL/TLS has already been configured. on MQTT disconnect/reconnect.