Hello.
My question is, how to AppenedValueToList on cloudDB when the Wifi has changed (for example, from home WIFI to a restaurant WIFI) so that the connection between devices wont be lost.
I know that I can use the Taifun's WIFI extension with a clock component to check the WIFI
connection every second but I don't know how to do it. I'm trying to see what block to use to compare the current WIFI connection (like changing from the home WIFI to a restaurant WIFI) so that when it's not the same, it would AppendValueToList.
I think that the WIFI SSID is the one to compare.
So basically, every time I connect to a new WIFI it would AppendValueToList and remember that WIFI connection so that it would check it again every second.
Thanks to anyone who would like to help!