diff --git a/wled00/json.cpp b/wled00/json.cpp index a91404cb2..43ab92b6d 100644 --- a/wled00/json.cpp +++ b/wled00/json.cpp @@ -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