-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix MaxMeasuredValue is out of range Temperature Measurement Cluster #15821
Fix MaxMeasuredValue is out of range Temperature Measurement Cluster #15821
Conversation
PR #15821: Size comparison from 3b83461 to c347d0a Increases above 0.2%:
Increases (8 builds for esp32, linux, nrfconnect, p6)
Full report (31 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
src/app/clusters/temperature-measurement-server/temperature-measurement-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/temperature-measurement-server/temperature-measurement-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/temperature-measurement-server/temperature-measurement-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/temperature-measurement-server/temperature-measurement-server.cpp
Outdated
Show resolved
Hide resolved
PR #15821: Size comparison from 2ecc827 to 203987c Increases above 0.2%:
Increases (7 builds for esp32, linux, p6)
Full report (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
|
Per sync offline, we will not enforce the range check in SDK, but just assume that the device maker will not set the invalid value. All temperature attributes shall be null if their value is unknown. |
PR #15821: Size comparison from d6bf695 to 8e371db Increases (1 build for esp32)
Full report (20 builds for cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
PR #15821: Size comparison from 5e4a98c to a964839 Increases (1 build for linux)
Full report (16 builds for cyw30739, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
PR #15821: Size comparison from 5e4a98c to 0181118 Increases (2 builds for esp32, linux)
Full report (22 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Problem
What is being fixed? Examples:
MaxMeasuredValue needs to be between -27314 to 32767 , but SDK is reporting -32768.
Fixes Temperature Measurement Cluster - mandatory attribute: MaxMeasuredValue is out of range #9864
Change overview
Fix MaxMeasuredValue is out of range Temperature Measurement Cluster
Testing
How was this tested? (at least one bullet point required)