SIP
Mobil App Plugin - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Plugin questions (https://nosack.com/sipforum/forumdisplay.php?fid=6)
+--- Thread: Mobil App Plugin (/showthread.php?tid=301)



Mobil App Plugin - RandyBryant - 2022 Dec 29

What does the Mobile App Plugin do?


RE: Mobil App Plugin - dan - 2022 Dec 30

(2022 Dec 29, 10:44 PM)RandyBryant Wrote: What does the Mobile App Plugin do?

The Mobile App plugin is one of the earliest SIP plugins.
It was contributed to enable an old mobile app to interact with SIP but it is mostly obsolete now. It never was able to work with other SIP plugins.

It is still used by a few users who use it to get SIP data for custom setups.
The URLs the mobile app adds to SIP are listed in mobile_app.py, lines 21 - 27. They return JSON formatted SIP status and settings information.
For example:
<SIP URL>/jo will return SIP's Option settings.


RE: Mobil App Plugin - RandyBryant - 2022 Dec 30

Thanks for the reply Dan. You are always quick with your replys!