mirror of
https://github.com/wled/WLED.git
synced 2025-07-21 09:46:32 +00:00
Add dmxInput.isConnected()
This commit is contained in:
parent
507938be35
commit
7c23872e03
@ -19,6 +19,9 @@ public:
|
|||||||
void disable();
|
void disable();
|
||||||
void enable();
|
void enable();
|
||||||
|
|
||||||
|
/// True if dmx is currently connected
|
||||||
|
bool isConnected() const { return connected; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// @return true if rdm identify is active
|
/// @return true if rdm identify is active
|
||||||
bool isIdentifyOn() const;
|
bool isIdentifyOn() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user