OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Interval – Plugin development › Re: Re: Interval – Plugin development
May 1, 2014 at 1:09 am
#26634
scottsh
Participant
UPDATE: Either you fixed it or I had an older version of the code – in the latest pull this is fixed. Thanks!
Dan,I’m noticing that gv.snames isn’t being updated when the station names are updated through the UI. The ospi code uses data(‘snames’) in most places itself, so this isn’t apparent.
I’m thinking somewhere around line 704 gv.snames should be updated?
gv.snames=data('snames')