OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Interval – Plugin development Re: Re: Interval – Plugin development

#26647

Lamby
Participant

@Dan in CA wrote:

All of gv is not yet documented but a good part if it, the gv.sd (settings dictionary), is described in the file sd_refertnce.txt in the OSPi directory.

Also, if you look in ospi.py starting at line ~378. The Global vars section is where the all the gv (global vars) attributes are defined. There are some comments describing what they are.

Dan

Ah! Thanks. I have been looking for those!

I am trying to do a sunset light plugin. If we want to set some options (like latitude and longitude) should we create a new options page specifically for the plugin or should we amend the main options page?