add UI to be able to send Partial Update Write Request. #652
Labels
demo
Impact our demo (not libraries)
new feature
New feature from LWM2M specification
server
Impact LWM2M server
Leshan server demo sends ALWAYS PUT (Replace) command to the client when the write operation is performed on the instance:
i.e.:
to update DisableTimeout value to 2000 and NotificationStoring to false:
WRITE \1\1 [5=2000, 6=0] --> leshan uses a PUT (Replace).
User should be able to choose to send a Replace (PUT) or a Write-Partial (POST) Request, through some way into the GUI.
The text was updated successfully, but these errors were encountered: