!7 module VoiceMatrix extends DynObjectTable { SS map; // module lib ID => "+" or "-" void update { setData(map(map, func(S moduleID, S value) { litorderedmap("Module ID" := moduleID, "Speech Output Enabled" := eq(value, "+") ? "Yes" : "No") }); } }