Replies: 2 comments 4 replies
-
To add the webapp piece, just place your You will also need to ensure you add For the web app to pass values to the plugin section, the only method at present is to setup an api endpoint in your plugin for the web app to call. |
Beta Was this translation helpful? Give feedback.
-
Yes....You can use methods exposed to the plugin by the server. Example: Using Express router:
Example: Using plugin registerWithRouter which creates paths under
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to transform a plugin into a webapp with configuration plugin, too. (this one: https://github.com/Haimana/signalk-ble-heater.git)
I need a small example of how to make an index.html file (and related js scripts) for passing a variable inside the plugin.
I found some methods to do that, but I am not sure which one is better for running under SignalK.
Thank you for your time,
Seb
Beta Was this translation helpful? Give feedback.
All reactions