mirror of
https://github.com/wled/WLED.git
synced 2025-04-25 15:27:19 +00:00
Add simplifiedUI to info object
This commit is contained in:
parent
d3b7b857a4
commit
b852b6f55c
@ -650,6 +650,7 @@ void serializeInfo(JsonObject root)
|
||||
|
||||
root[F("name")] = serverDescription;
|
||||
root[F("udpport")] = udpPort;
|
||||
root[F("simplifiedui")] = simplifiedUI;
|
||||
root["live"] = (bool)realtimeMode;
|
||||
root[F("liveseg")] = useMainSegmentOnly ? strip.getMainSegmentId() : -1; // if using main segment only for live
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user