Skip to main content

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

Hi,

This is not supported by leshan-server-demo web UI.

Simon


Le 08/02/2017 à 14:57, Klaas de Waal a écrit :

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.

 

 



_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev


Back to the top