kopia lustrzana https://github.com/Aircoookie/WLED
Add dmxInput.isConnected()
rodzic
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;
|
||||||
|
|
Ładowanie…
Reference in New Issue