In the app I wrote, "timers", this feature is selected in a menu. I first select a probe to test for a temp, then select either rising or falling, which probe to change, and finally the new target temperature. I make no assumptions as to which probe is to be tested or which probe is to be changed. I only need to know if you are looking for a temperature rising or a temperature falling. This is for ease of logic (>= or <=). There might be no reason to reset the target temp of a pork butt, but my app doesn't care about that type of logic. Mine also works the ramps in the order they were created, so you can have 5 changes, but it is only looking at the top of the heap, when that is completed, it throws that off and starts looking at the next one until they are all gone. This wouldn't work for multiple pits.
I wouldn't do this just for me, I have a way of doing it in the app I wrote. Maybe you should find out if any one has has any interest in such a feature. One of the reasons I thought it might be a good idea was breaking that stubborn temp shelf in low and slow pork butts. You know that point when your butts reach 150 and then seems to hang there for a couple of hours before starting to rise again. With this feature, you can tell the stoker to kick the fire up from 225 to 250 when the butt reaches 150 and then when it reaches 160, kick the fire back down to 225 to finish it. This reduces cooking time with no bad effects.
I wouldn't do this just for me, I have a way of doing it in the app I wrote. Maybe you should find out if any one has has any interest in such a feature. One of the reasons I thought it might be a good idea was breaking that stubborn temp shelf in low and slow pork butts. You know that point when your butts reach 150 and then seems to hang there for a couple of hours before starting to rise again. With this feature, you can tell the stoker to kick the fire up from 225 to 250 when the butt reaches 150 and then when it reaches 160, kick the fire back down to 225 to finish it. This reduces cooking time with no bad effects.