We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Builds upon #13
The text was updated successfully, but these errors were encountered:
I think this is already taken care of:
So going backwards from when we load the JSON, here you can see us getting a version of it:
app/src/utils/device-store.ts
Line 98 in ef8273d
That vid is the requiredDefinitionVersion that is stored for the device:
vid
requiredDefinitionVersion
app/src/store/definitionsSlice.ts
Line 217 in ef8273d
Which is loaded into the redux store based on it's protocol:
app/src/store/devicesThunks.ts
Line 107 in ef8273d
@olivia @ValdisThomann let me know that's wrong!
Sorry, something went wrong.
We need to test this.
No branches or pull requests
Builds upon #13
The text was updated successfully, but these errors were encountered: