add plugin interface version

This commit is contained in:
Green Sky 2024-01-18 18:31:34 +01:00
parent 002aa00279
commit d3cc992d3e
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ class MessageCommandDispatcher : public RegistryMessageModelEventI {
ConfigModelI& _conf;
public:
static constexpr const char* version {"1"};
enum Perms {
BLACKLIST = 1 << 0,
WHITELIST = 1 << 1,