mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00
Add dmxInput.isConnected()
This commit is contained in:
parent
507938be35
commit
7c23872e03
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user