jeedom / core

Software for home automation
https://www.jeedom.com
GNU General Public License v2.0
391 stars 318 forks source link

Support custom listeners other than commands #2963

Closed Salvialf closed 1 month ago

Salvialf commented 1 month ago

Actually listeners events are only related to commands (all (#*#) or by id (#cmdId#)). Custom events that don't fit this pattern are automatically removed by listener::clean() function.

It would be interesting if plugins could manage their own events such as #pluginClass::*# or #pluginClass::customId#.