Hi everyone !
It's my first post, please be kind if I say/ask something wrong.
Simple thing, I am not able to update, a parameter "last_value: false"
What I have tried
https://api2.arduino.cc/iot/v2/things/b82455a1-cddc-4711-8c71-0b692d063c8e/properties/16e5cd0b-a18d-4a99-8a49-bc9f47dd9f9d
{
"name": "DSP",
"permission":"READ_WRITE",
"type" : "STATUS",
"update_strategy" :"ON_CHANGE",
"last_value": true
}
I was expected to not work, "last_value": true, according to the documentation this param is not part of "editable" params
Second try:
https://api2.arduino.cc/iot/v1/things/things/b82455a1-cddc-4711-8c71-0b692d063c8e/properties/16e5cd0b-a18d-4a99-8a49-bc9f47dd9f9d/publish
param "last_value: true" did not changed the value
How I'm supposed to do this in the right way ?
PS: According to documentation should be a PUT request, but only with OPTIONS it's working