Thanks 123, nice work! All appears to be working as before.
I have no idea how you can look through Builder's IDE to find every call for sencCommand, addJob and runJob... Are you making these changes to the xdo file using a text editor? I could never figure out an easy way to do this type of thing in Builder...
Is it worth while to have each job carry information on what object is related to the job using the reference property? Right now it looks like the object type is stored (ie thermostat), if you were to reference the object the job relates to, it would be easy to have send command look through all jobs and delete the jobs with low priority related to the particular thermostat being sent the new command, thus skipping the incoming poll data. Right now the it seems the end goal is to delete all low priority commands related to any thermostat?
I have no idea how you can look through Builder's IDE to find every call for sencCommand, addJob and runJob... Are you making these changes to the xdo file using a text editor? I could never figure out an easy way to do this type of thing in Builder...
Is it worth while to have each job carry information on what object is related to the job using the reference property? Right now it looks like the object type is stored (ie thermostat), if you were to reference the object the job relates to, it would be easy to have send command look through all jobs and delete the jobs with low priority related to the particular thermostat being sent the new command, thus skipping the incoming poll data. Right now the it seems the end goal is to delete all low priority commands related to any thermostat?