LSH-Core
A robust C++ framework for Arduino-based home automation nodes
Loading...
Searching...
No Matches
Actuator Member List

This is the complete list of members for Actuator, including all inherited members.

Actuator(uint8_t pin, uint8_t uniqueId, bool normalState=false) noexceptActuatorinlineexplicit
checkAutoOffTimer() -> boolActuator
getAutoOffTimer() const -> uint32_tActuator
getDefaultState() const -> boolActuator
getId() const -> uint8_tActuator
getIndex() const -> uint8_tActuator
getState() const -> boolActuator
hasAutoOff() const -> boolActuator
hasProtection() const -> boolActuator
setAutoOffTimer(uint32_t time_ms) -> Actuator &Actuator
setIndex(uint8_t indexToSet)Actuator
setProtected(bool hasProtection) -> Actuator &Actuator
setState(bool state) -> boolActuator
toggleState() -> boolActuator