The optional <description> tag in the plugin definition is now sent to the browser in the Hardware page and displayed as HTML.
For example:
Code: Select all
"""
<plugin key="Kodi" name="Kodi Players" author="dnpwwo" version="2.4.1" wikilink="https://github.com/dnpwwo/Domoticz-Kodi-Plugin" externallink="https://kodi.tv/">
<description>
<h2>Kodi Media Player Plugin</h2><br/>
<h3>Features</h3>
<ul style="list-style-type:square">
<li>Comes with three selectable icon sets</li>
<li>Display Domoticz notifications on Kodi screen</li>
<li>Multiple Shutdown action options</li>
</ul>
<h3>Devices</h3>
<ul style="list-style-type:square">
<li>Status</li>
<li>Volume</li>
<li>Source</li>
<li>Playing</li>
</ul>
</description>
<params>
...