diff --git a/wled00/dmx_input.h b/wled00/dmx_input.h index 7845778d7..29f015bdc 100644 --- a/wled00/dmx_input.h +++ b/wled00/dmx_input.h @@ -19,6 +19,9 @@ public: void disable(); void enable(); + /// True if dmx is currently connected + bool isConnected() const { return connected; } + private: /// @return true if rdm identify is active bool isIdentifyOn() const;