MCPcopy Create free account
hub / github.com/FastLED/FastLED / getOn

Method getOn

src/fl/fx/wled.h:300–300  ·  view source on GitHub ↗

* @brief Get WLED on/off state * @return true if WLED is on, false if off */

Source from the content-addressed store, hash-verified

298 * @return true if WLED is on, false if off
299 */
300 bool getOn() const { return mWledOn; }
301
302 /**
303 * @brief Get WLED brightness

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected