|
LSH-Core
A robust C++ framework for Arduino-based home automation nodes
|
This is the complete list of members for Actuator, including all inherited members.
| Actuator(uint8_t pin, uint8_t uniqueId, bool normalState=false) noexcept | Actuator | inlineexplicit |
| checkAutoOffTimer() -> bool | Actuator | |
| getAutoOffTimer() const -> uint32_t | Actuator | |
| getDefaultState() const -> bool | Actuator | |
| getId() const -> uint8_t | Actuator | |
| getIndex() const -> uint8_t | Actuator | |
| getState() const -> bool | Actuator | |
| hasAutoOff() const -> bool | Actuator | |
| hasProtection() const -> bool | Actuator | |
| setAutoOffTimer(uint32_t time_ms) -> Actuator & | Actuator | |
| setIndex(uint8_t indexToSet) | Actuator | |
| setProtected(bool hasProtection) -> Actuator & | Actuator | |
| setState(bool state) -> bool | Actuator | |
| toggleState() -> bool | Actuator |