This “plugin template” serves as a basis for creating plugins for Jeedom.
General documentation on plugin design can be found here here.
In detail :
Using the plugin template : The plugin template is a plugin base for Jeedom that must be adapted with the id of your plugin and to which you just need to add your own functions.
Info.json file : Integrated since version 3.0 from Jeedom, the file info.json is mandatory for the proper functioning of plugins and their proper deployment on the Jeedom Market.
Plugin icon : In order to be published on the Jeedom Market, any plugin must have an icon. Be careful not to use the same color code as the icons of the official Jeedom plugins.
Plugin Widget : Overview of the different ways to include custom widgets in the plugin.
Plugin Documentation : Introducing how to set up documentation because a good plugin is nothing without proper documentation.
Plugin release : Description of the prerequisites required for publishing the plugin.