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:
parent
9198ad4997
commit
d7bfb4d896
1 changed files with 5 additions and 0 deletions
|
@ -148,6 +148,11 @@ public:
|
|||
return &signals;
|
||||
}
|
||||
|
||||
json_t * getConfig() const
|
||||
{
|
||||
return cfg;
|
||||
}
|
||||
|
||||
bool isEnabled() const
|
||||
{
|
||||
return enabled;
|
||||
|
|
Loading…
Add table
Reference in a new issue