You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per spec, the Accuracy attribute response contains aMeasurementAccuracyStruct values. In that struct, the AccuracyRanges filed should contain the list with min 1 entries and it contains RangeMin, RangeMax value as it is mandatory. But we get AccuracyRanges: 0 entries which is not expected as per spec
Specification References:
The text was updated successfully, but these errors were encountered:
Feature Area
Other
Test Case
TC-EEM-2.1
Reproduction steps
./chip-tool electricalenergymeasurement read accuracy 1 1
Expected Outcome:
Actual Outcome:
Bug prevalence
Whenever I try to read Accuracy.
GitHub hash of the SDK that was being used
83f8665
Platform
raspi
Anything else?
As per spec, the Accuracy attribute response contains a
MeasurementAccuracyStruct
values. In that struct, the AccuracyRanges filed should contain the list with min 1 entries and it contains RangeMin, RangeMax value as it is mandatory. But we getAccuracyRanges: 0 entries
which is not expected as per specSpecification References:
The text was updated successfully, but these errors were encountered: