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

View File

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