WebThingsIO / api

Web Thing API Specification
http://iot.mozilla.org/wot/
Other
164 stars 24 forks source link

Add input field to actionRequest and actionStatus messages #88

Open benfrancis opened 6 years ago

benfrancis commented 6 years ago

Change data to input on actionRequest and actionStatus messages to make the WebSocket API consistent with the REST API and allow for output data for actions.

benfrancis commented 6 years ago

Actually, maybe input should be nested inside data given all message types have a data map and not all the members of that map are input.