1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hook: add getter for hook config

This commit is contained in:
Steffen Vogel 2020-08-17 17:06:58 +02:00
parent 9198ad4997
commit d7bfb4d896

View file

@ -148,6 +148,11 @@ public:
return &signals;
}
json_t * getConfig() const
{
return cfg;
}
bool isEnabled() const
{
return enabled;