-
Notifications
You must be signed in to change notification settings - Fork 37
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
Return error when using unsupported sensors #1536
Merged
Merged
Conversation
This file contains 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
🔔 Changes in database folder detected 🔔 |
9ad140d
to
925cc2b
Compare
🔔 Migrations changes detected 🔔 |
925cc2b
to
611f4d6
Compare
22ddaf5
to
9a209a7
Compare
Christdej
requested changes
Apr 10, 2024
6f29674
to
3ad7403
Compare
Christdej
requested changes
Apr 11, 2024
3ad7403
to
a5d7200
Compare
a5d7200
to
8cedf79
Compare
Christdej
approved these changes
Apr 15, 2024
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.
Closes #1534
Here is how it currently looks:
![image](https://private-user-images.githubusercontent.com/20266900/320810487-8ddf700b-d939-4c37-9e87-fd98413b8984.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjQzMDMsIm5iZiI6MTczOTQ2NDAwMywicGF0aCI6Ii8yMDI2NjkwMC8zMjA4MTA0ODctOGRkZjcwMGItZDkzOS00YzM3LTllODctZmQ5ODQxM2I4OTg0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MjY0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM2ZGJmMjIzOTdhNWM1NjI4NjA2ZjliMzAwYTM3ODdjMDA0MjllMjExNTg3ZDQ4MmZjYjhlOGU2MWYyOTUwMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EZBSOGurwf015prQgyuP8HTyMjMP0zF68A4AccpBfT8)
If we want we can catch it in the frontend to make a more unique error for it.