Page 1 of 1
Is Hardware Table infos available inside the Python Framework
Posted: Thursday 11 October 2018 11:38
by pipiche
I didn't see any-thing on the Wiki and I'm wondering if we could get access to the Hardware Table information inside a running Plugin.
For instance, can the Plugin be aware of its HardwareID and get access to few other fields ?
Re: Is Hardware Table infos available inside the Python Framework
Posted: Thursday 11 October 2018 11:43
by pipiche
To give a bit more context this would allow the plugin in case several occurrences of it are running.
For instance, the field Hardware.extra is not accessible if I'm not mistaken
Re: Is Hardware Table infos available inside the Python Framework
Posted: Thursday 11 October 2018 11:56
by pipiche
Ok, found the information myself by listing all Parameters and indeed:
HardwareID and Key ( mapped to Extra) are available .