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

refactor: replace xstate with a simple built-in state machine #7460

Merged
merged 11 commits into from
Dec 9, 2024

Conversation

AlCalzone
Copy link
Member

@AlCalzone AlCalzone commented Dec 4, 2024

This PR introduces a custom state machine implementation, which is much less powerful than xstate but at the same time much less complex. It now replaces xstate where that was previously used (sending frames, node status, receiving transport service frames).

@AlCalzone AlCalzone marked this pull request as ready for review December 9, 2024 10:36
@AlCalzone AlCalzone changed the title refactor: replace xstate with simple built-in state machine refactor: replace xstate with a simple built-in state machine Dec 9, 2024
@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot merged commit 6c10570 into master Dec 9, 2024
26 checks passed
@zwave-js-bot zwave-js-bot deleted the native-state-machine branch December 9, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants