Action Task "track_record" bug - and improvement needed
Hi Menion,
I am doing Tasker triggered track recordings with Action Tasks. Basically, when I leave home it starts recording. But nothing is perfect, sometimes there's faulty recordings around my home.
https://github.com/asamm/locus-api/wiki/Action-tasks-(Broadcasts)
Therefore: If track is shorter than 100m (I can pull that info via the Tasker plugin) I want to cancel recording.
I.e., stop recording without saving the track. This is currently impossible.
I was trying autosave false...:
"tasks: { track_record : { action: "stop", auto_save: false } }"
Bug? Auto save "false" does not make a difference to true. It saves the track without an intermediate dialog.
Suggestion: Add a "cancel" option or better a command for automation goodness 😀 So we have start/stop/pause/toggle/cancel
Thanks for consideration...
Hello Tapio,
hmm currently enabled "auto-save" value from the recording profile always wins. That causes the issue you write about.
So changes to next version:
I've updated docs, so check it there. I've also not tested this! so check it please in the next version and let me know if all works as expected. Thanks and enjoy automation goodness :)
Menion
Hello Tapio,
hmm currently enabled "auto-save" value from the recording profile always wins. That causes the issue you write about.
So changes to next version:
I've updated docs, so check it there. I've also not tested this! so check it please in the next version and let me know if all works as expected. Thanks and enjoy automation goodness :)
Menion
Replies have been locked on this page!