Small adjustments to new DMX options

This commit is contained in:
cschwinne
2020-02-09 19:10:29 +01:00
parent d9a8dac266
commit e8481818c8
8 changed files with 49 additions and 37 deletions

View File

@@ -255,7 +255,7 @@ void serializeInfo(JsonObject root)
root["name"] = serverDescription;
root["udpport"] = udpPort;
root["live"] = realtimeActive;
root["live"] = (bool)realtimeMode;
root["fxcount"] = strip.getModeCount();
root["palcount"] = strip.getPaletteCount();