Complete db operations and extend state machine to support init#9
Merged
choden-dev merged 3 commits intomainfrom Nov 14, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support reading from config and handle device disconnection
Introduced a new state in the state machine (
InitialiseDevice). This state handles getting values from the database and scanning for the device. This state will also be reached when the device disconnects, allowing the program to keep running despite there being no device.Warning
Currently the way we check for the device disconnecting is by comparing strings on the HidError, if a more robust way to identify a disconnect exists we should definitely use that 💀
Next steps
This PR now allows for the frontend/CLI to be developed, and we can work on extending the key config.