Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Boot Sequence on Device Table #1447

Open
8 of 9 tasks
RickCarlino opened this issue Sep 18, 2019 · 0 comments
Open
8 of 9 tasks

Implement Boot Sequence on Device Table #1447

RickCarlino opened this issue Sep 18, 2019 · 0 comments

Comments

@RickCarlino
Copy link
Contributor

RickCarlino commented Sep 18, 2019

Sometimes, you need a sequence to execute every time the device boots. By adding a turnkey_sequence_id column to the device record, FBOS will have the information it needs to run such a sequence.

TODO

  • Add turnkey_sequence_id to FbosConfig table
  • Remove turnkey_sequence_id to Device interface
  • Add last_ota to Device interface (unrelated)
  • Add last_ota_check to Device interface (unrelated)
  • Update FBJS Device interface
  • Add ability to change said column via API
  • Prevent deletion of turnkey sequences (will need special message).
  • Add dropdown panel to device page (below the Firmware dropdown)
  • Deploy along with a migration boot sequence for users with find home on boot enabled, and then remove the find home on boot options
@RickCarlino RickCarlino created this issue from a note in FarmBot Project Board (To do) Sep 18, 2019
@roryaronson roryaronson changed the title Implement Turnkey Sequences on Device Table Implement Boot Sequence on Device Table Sep 18, 2019
@roryaronson roryaronson moved this from To do to In Progress in FarmBot Project Board Sep 18, 2019
@RickCarlino RickCarlino moved this from In Progress to Done, Needs QA in FarmBot Project Board Oct 30, 2019
@roryaronson roryaronson moved this from Done, Needs QA to QA'd, Ready to Deploy in FarmBot Project Board Nov 8, 2019
@roryaronson roryaronson moved this from QA'd, Ready to Deploy to Deployed, Needs Announcement in FarmBot Project Board Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
FarmBot Project Board
Deployed, Needs Announcement
Development

No branches or pull requests

2 participants