Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] Cannot write to resource with "instancetype": "multiple"

I want to write to a resource that has multiple instances.

This resource is defined in JSON as follows:

{

        "mandatory": false,

        "name": "Multiple INTEGER",

        "instancetype": "multiple",

        "operations": "RWE",

        "id": 8,

        "type": "integer",

        "range": "",

        "units": "",

        "description": ""

},

The Leshan web interface to this resource only presents the “Read”  button.

Question: what is the problem here? Is it not supported by the web interface or does the underlying Leshan server not support this?

Note that reading from this resource with multiple instances works OK.

 

Thanks,

Klaas.

 

 


Back to the top