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
Summary:
The YAML script build process fails with the following error message when PlaybackSpeed [Media Play Back Cluster] attribute is validated to return a negative value
Our "see if it's an integer and append .0" code for floating point
only detected positive integers, so we were ending up with things like
"-1f" in generated code, which does not compile.
Fixesproject-chip#19800
…19821)
Our "see if it's an integer and append .0" code for floating point
only detected positive integers, so we were ending up with things like
"-1f" in generated code, which does not compile.
Fixes#19800
Summary:
The YAML script build process fails with the following error message when PlaybackSpeed [Media Play Back Cluster] attribute is validated to return a negative value
Diff link:
master...manjunath-grl:Invalid_Digit_Error
Execution logs:
Invalid_Digit.zip
The text was updated successfully, but these errors were encountered: