Hello Guys,
I am looking for some documentation for python in E2. Currently I am writing script to turn on/off remote server via WoL with some monitoring actions.
I get to know what functions do via reverse engineering of existing E2 python scripts. For example sth like this:
self.session.openWithCallback(self.consoleClosed,Console,text,[cmd])
Is there some kind of documentation of python in E2? How script developers know what subfunctions are available for for example self.session?
I know there is old tutorial for python in E2 but this is rather for begginers.
br
Paweł