Our dashboard for diagnostic status retrieval on Fairino FR10 expected a status value from the old SDK.
The replacement environment returns a container with extra information, and our screen now shows a plausible status even when a request fails.
This is in a training cell with a read-only dashboard, with a sample housing as a reference.
I'm trying to fix how we interpret the answer.
@DineshAli0212 I've checked our saved examples. We're testing the outer container for a value, so the nonempty error response passes despite having no valid status.
@PriyaAbbott0046 Fair point; I overstated coverage. Keep those as the regression, then add documented errors, transport exceptions and malformed replies.
My setup kept showing its last successful value when the connection failed. It looked current to people; explicitly marking the current status unavailable made the difference
@DineshAli0212 I'll make our main field unavailable and put any previous observation in labelled diagnostic detail. That seems clearer for this screen.
I've got an answer to the design question: parse the documented status for the identified SDK and keep failures unavailable.
I'll call the display fix complete only when our offline examples show that behaviour on screen.