50 return static_cast<u8>(flags) == 0;
FastLED's Elegant JSON Library: fl::json
FASTLED_FORCE_INLINE CRGB operator&(const CRGB &p1, const CRGB &p2) FL_NOEXCEPT
Combine two CRGB objects, taking the smallest value of each channel.
bool operator!(RemoteClearFlags flags)
RemoteClearFlags
Flags for clearing Remote state (can be OR'd together)
@ Scheduled
Clear scheduled calls.
@ Functions
Clear registered functions.
@ Results
Clear results from executed functions.
FASTLED_FORCE_INLINE CRGB operator|(const CRGB &p1, const CRGB &p2) FL_NOEXCEPT
Combine two CRGB objects, taking the largest value of each channel.
Base definition for an LED controller.
fl::json to_json() const
Serialize result to JSON object (compact single-line format)
Result metadata for executed RPC calls.