mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 18:26:32 +00:00
Added information regarding state of PIR sensor.
This commit is contained in:
parent
94113827a7
commit
7652336c84
@ -272,7 +272,7 @@ public:
|
||||
uiDomString += (offSeconds);
|
||||
infoArr.add(uiDomString + F("s"));
|
||||
} else {
|
||||
infoArr.add(F("inactive"));
|
||||
infoArr.add(sensorPinState ? F("sensor on") : F("inactive"));
|
||||
}
|
||||
} else {
|
||||
String uiDomString = F("PIR sensor");
|
||||
|
Loading…
x
Reference in New Issue
Block a user