wzr1337 / rsi.server

This project implements the Volkswagen Infotainment Web Interface as published under https://www.w3.org/Submission/2016/01/. The viwi is now called RESTful service interface (rsi)
MIT License
62 stars 18 forks source link

Change The PlugIn API to better fit the viwi statusObject/responseObject #22

Closed wzr1337 closed 7 years ago

wzr1337 commented 7 years ago

The statusObject/responseObject carries a message, a code etc. The current PlugIn API does not allow Plugins to fill these information.

returning data or Error does not fit these needs

wzr1337 commented 7 years ago

https://github.com/wzr1337/viwiServer/commit/d8734f780444186c405775f784769726cddd3738

resolves