We have now in the conditional controllers (cf here):
python import section
initialization section
run periodic code section
return dictionnary section
I miss an additional methods section.
I am going to try a forward class declaration and add my methods in the import section and will tell you if it works, but it would be nice to have a methods section.
We have now in the conditional controllers (cf here):
I miss an additional methods section.
I am going to try a forward class declaration and add my methods in the import section and will tell you if it works, but it would be nice to have a methods section.