Closed GitHubDragonFly closed 3 years ago
Hey @GitHubDragonFly great additions, this is coming along. On the boolean display toggle, I am not seeing any changes, it always shows as true/false.
You are correct. I had it setup for bool arrays only. It is fixed now.
There is one more thing that can be updated, Serial Number of the discovered devices. It currently shows as hex string and you can possibly update it yourself to look like this:
lbDevices.insert(i * 12 + 9, 'Serial: ' + str(int(device.SerialNumber, 0)))
You would save me a trouble of submitting yet another PR.
If you do fix showing the Serial Number in the library itself, then it will be available everywhere.
If you do fix showing the Serial Number in the library itself, then it will be available everywhere.
Done fixed on master, good catch!
Short description of change
Allow displaying values in multi-line (wrapped) when necessary and other misc updates
Types of changes
What is the change?
What does it fix/add?
Some new features
Test Configuration