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

Temperature Measurement Cluster - mandatory attribute: MaxMeasuredValue is out of range #9864

Closed
raju-apple opened this issue Sep 21, 2021 · 0 comments · Fixed by #15821
Closed
Assignees
Labels
cert spec Mismatch between spec and implementation V1.0

Comments

@raju-apple
Copy link
Contributor

Spec Snapshot :
Screen Shot 2021-09-21 at 10 30 36 AM

MaxMeasuredValue needs to be between -27314 to 32767 , but SDK is reporting -32768.

[1632245964135] [87111:7198158] CHIP: [TOO] Temperature Measurement - read the mandatory attribute: MaxMeasuredValue: Success Response
[1632245964135] [87111:7198158] CHIP: [TOO] Warning: maxMeasuredValue type checking is not implemented yet. Expected type: 'int16'
[1632245964135] [87111:7198158] CHIP: [TOO] Error: maxMeasuredValue is lower than expected. Min value is -27314 but got '-32768'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cert spec Mismatch between spec and implementation V1.0
Projects
None yet
5 participants