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