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?
but I only see this possible for values, not Strings (delay,
compare etc.). Is there a workaround for this?
You should be able to do with Strings most stuff you can do with values. Check out the Nodes S+H and Queue for storing incomming strings. I made you an example with a queue (string) .