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

✨ Improve v5 device names in Brain View #217

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

AndrewLuGit
Copy link
Contributor

Previously we used an enum to match device type numbers to device names, but this limited by the enum naming rules. This replaces the enum with a Typescript Record, which lets us map device type numbers to strings.

@AndrewLuGit AndrewLuGit changed the title ✨ Improve v5 device type matching in Brain View ✨ Improve v5 device names in Brain View Apr 10, 2024
Copy link
Member

@BennyBot BennyBot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AndrewLuGit AndrewLuGit merged commit 8eb404a into develop Apr 11, 2024
3 checks passed
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