We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.0.0-M11
leshan-core
No response
LwM2mCoapResource 2023-03-17 22:40:05,097 [DEBUG] Invalid request [CON-PUT MID=61734, Token=FCA4E601, OptionSet={"Uri-Host":"172.17.0.1", "Uri-Port":56429, "Uri-Path":["6","0","0"], "Uri-Query":["pmin=7200","pmax=7200","st=1.000000"]}, <empty data>] received on the resource /6 from Identity /172.17.7.91:5683[unsecure] org.eclipse.leshan.core.link.attributes.InvalidAttributeException: Unable to parse [1.000000] : unexpected character '.', expected 'DIGIT' after 1
that value (1.000000) is clearly correct according to OMA-TS-LightweightM2M_Core-V1_2-20201110-A which lists the format as 1*DIGIT ["." 1*DIGIT].
1.000000
1*DIGIT ["." 1*DIGIT]
The text was updated successfully, but these errors were encountered:
Good catch ! 👍 Thx for reporting this 🙏
Sorry, something went wrong.
GH-1427 : Fix Float Attribute Parsing.
989f4e7
Successfully merging a pull request may close this issue.
Version(s)
v2.0.0-M11
Which components
leshan-core
Tested With
No response
What happened
that value (
1.000000
) is clearly correct according to OMA-TS-LightweightM2M_Core-V1_2-20201110-A which lists the format as1*DIGIT ["." 1*DIGIT]
.How to reproduce
No response
Relevant Output
No response
The text was updated successfully, but these errors were encountered: