Hello everyone, I need some help please.
I have a listview where I built a card with the data to return from API Call, I am already able to access several data with API Call, now I need this listview for example every 10 seconds to check the "status" field if it changed its status as I describe in the image where the JSON response from API Call where the "status" field can be Status = S (Requested) or Status = C (Confirmed). In other words, if the "status" changes, the text widget needs to be changed from Requested with the orange color to Solicited with the green color.