-
Notifications
You must be signed in to change notification settings - Fork 65
Description
The TD spec is not clear on how to implement readmultipleproperties from the Consumer side. The corresponding paragraph is:
If not specified otherwise (e.g., through a TD Context Extension), the request data of the readmultipleproperties operation is an Array that contains the intended PropertyAffordances instance names, which is serialized to the content type specified by the Form instance.
The words request data exist only here in the document which is not clear where this array should be in the request. This op value raises another concern since in protocols like HTTP and CoAP it is not a good practice to send a body/payload with a GET request if this is what is hoped for. In MQTT it would not be possible at all as far as I know.
I am guessing that request data was written explicitly and it would be the job of protocol bindings document to explain how to incorporate it?