The plugin API provides some services to plugins :
- Declaring, checking if already declared, getting details on devices
- Declaring, checking if already declared, getting details on keywords for a device
- Getting the event handler, used to received events from Yadoms
- Historizing new data acquisitions
- Getting the informations (provided in the package.json) about the plugin
- Getting the configuration of the plugin instance
- Recording a plugin event
- Getting the plugin path (to use some plugin-specific resources)
See yadoms-code\trunk\sources\shared\shared\plugin\yPluginApi\IYPluginApi.h file for full APi docmumentation.