I have an HTML zone that parses data from an online JSON source and then displays information from the parsed data. I am setting up a fallback offline state that if I get an error back from the JSON call, or the device loses internet connectivity, then it displays the last saved value from the JSON.
I am using the plugin networkchecker to verify network connectivity and use the online/offline plugin messages.
What I am confused about is how do I save/update the user variable (set to shared in BA) from the HTML zone? The HTML is running locally from the device.
Thanks in advance!
Monica