Object scan in MQTT server uses wrong name source, ignoring export flag

The object scan to find IOs on core devices uses the `__slot__` attribute, which include very private objects. That objects are not accessible by `getattr` - Now we are using `dir()`.
Missing objects from parent classes.
Ignored the export flag from piCtory.

closing #9
This commit is contained in:
2022-05-10 11:10:03 +02:00
parent a5ceb7b369
commit 1146fccfe6
2 changed files with 6 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ setup(
license="LGPLv3",
name="revpipyload",
version="0.9.7",
version="0.9.7a",
scripts=[
"data/revpipyload",