You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
roryaronson
changed the title
Implement Turnkey Sequences on Device Table
Implement Boot Sequence on Device Table
Sep 18, 2019
Sometimes, you need a sequence to execute every time the device boots. By adding a
turnkey_sequence_id
column to thedevice
record, FBOS will have the information it needs to run such a sequence.TODO
turnkey_sequence_id
to FbosConfig tableturnkey_sequence_id
to Device interfacelast_ota
to Device interface (unrelated)last_ota_check
to Device interface (unrelated)Device
interfaceThe text was updated successfully, but these errors were encountered: