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
Updating the LoRa device should not update some desire properties.
LoRaDeviceTwinMapper is updating some desired properties that are supposed to be updated by the model (via a configuration).
LoRaDeviceTwinMapper
Portal version: 1.0.7 LoRaWAN Stack version: N/A
These properties has been reported on the code by a TODO: // TODO : Remove if provided by the model
// TODO : Remove if provided by the model
For each property, verify first that the model is creating a configuration with the expected value!
The text was updated successfully, but these errors were encountered:
Fix #554 - Remove unecessary device desired properties that are provi…
028dd2d
…ded by a device model configuration
88ab4d2
…ded by a device model configuration (#602)
kbeaugrand
Successfully merging a pull request may close this issue.
Expected Behavior
Updating the LoRa device should not update some desire properties.
Current Behavior
LoRaDeviceTwinMapper
is updating some desired properties that are supposed to be updated by the model (via a configuration).Steps to Reproduce
Context (Environment)
Portal version: 1.0.7
LoRaWAN Stack version: N/A
Logs
Additional Information
These properties has been reported on the code by a TODO:
// TODO : Remove if provided by the model
For each property, verify first that the model is creating a configuration with the expected value!
The text was updated successfully, but these errors were encountered: