Hi all,
I’m searching for a way to note changes in a String read via HTTP (Get) every second. I thought of holding the String for one second and then compare it with the new one, but I only see this possible for values, not Strings (delay, compare etc.). Is there a workaround for this?
Greets
Daniel