0.14.0-b15.21 release!

This commit is contained in:
Ewoud
2023-04-02 13:22:38 +02:00
parent 11a02bb814
commit eead626dd5
12 changed files with 1350 additions and 1340 deletions

View File

@@ -202,11 +202,11 @@ class MultiRelay : public Usermod {
/**
* Enable/Disable the usermod
*/
inline void enable(bool enable) { enabled = enable; }
// inline void enable(bool enable) { enabled = enable; }
/**
* Get usermod enabled/disabled state
*/
inline bool isEnabled() { return enabled; }
// inline bool isEnabled() { return enabled; }
/**
* switch relay on/off